#cm-forms {
    position: relative;
    margin: 25px auto;
    padding: 0;
}

#cm-form {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
}

#cm-form .cm-form__title {
    margin: 0 0 0.1em 0;
    padding: 0;
    font-size: 2em;
}

#cm-form .cm-form__meta {
    margin: 0 0 2.5em 0;
    padding: 0;
    font-size: 0.8em;
    color: #999999;
}

#cm-form label {
    display: block;
    margin-bottom: .5rem;
    margin-top: 1rem;
}

#cm-form h4 {
    display: block;
    margin-top: 2rem;
    margin-bottom: .75rem;
}

#cm-form fieldset {
    border: 1px solid #eeeeee;
    position: relative;
    padding: 1.5em 1em 1em 1em;
    margin: 0 0 2.5em 0;
    font-size: 1em;
    line-height: 1em;
}

#cm-form fieldset p:last-of-type {
    margin-bottom: 0;
}

#cm-form legend {
    padding: 0.5em 0.7em;
    min-height: 30px;
    border: 1px solid #eeeeee;
    background-color: #eeeeee;
    color: #555555;
    font-size: 0.8em;
    text-align: left;
    display: inline-block;
    width: auto;
    max-width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}

#cm-form .from-help {
    color: #999999;
    margin-bottom: 2em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #eeeeee;
}

#cm-form hr {
    margin: 10px 0;
}

#cm-form .input-group--subtotal .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #fff;
    border-color: #eee;
    border-radius: 0;
}

#cm-form input.total {
    background: #eee;
    border: medium none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #a6a8aa;
    font-size: 48px;
    height: 54px;
    line-height: 1em;
    margin: 15px 0;
    padding: 0 10px;
    width: 100%;
    text-align: right;
}

#cm-form[data-currency="hrk"] .total__hrk {
    display: none;
}

#cm-form img {
    display: block;
    max-width: 100%;
    height: auto;
}
.modal-backdrop {
  z-index: 104000;
}

.modal {
  z-index: 999999;
}

.modal-title {
    display: inline-block;
}

.modal-body {
    font-size: 13px;
}

.modal-body ul {
    padding-left: 1em;
}

@media only screen and (max-width: 660px) {
    #cm-forms {
        padding: 15px;
    }
}


#cm-form legend {
    padding: 0.5em 0.7em;
    min-height: 30px;
    border: 1px solid #3A3E96;
    background-color: #3A3E96;
    color: #ffffff;
    font-size: 0.8em;
    text-align: left;
    display: inline-block;
    width: auto;
    max-width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}


#cm-form fieldset {
    border: 1px solid #eeeeee;
    position: relative;
    padding: 1.5em 1em 1em 1em;
    margin: 0 0 2.5em 0;
    font-size: 1em;
    line-height: 1em;
}



@media only screen and (max-width: 980px) {
    #registration-wrapper {
        width: 100% !important;
   }
}