

#registerForm, #verifyForm {
    padding: 48px 24px;
    width: 100%;
    max-width:480px;
    margin: 0 auto;
    min-height: 400px;
}

#registerForm .register-form-control,
#verifyForm .register-form-control {
    outline: none;
    display: block;
    width: 100%;
    height: 42px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-colorease-in-out 0.15s, box-shadowease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-colorease-in-out 0.15s, box-shadowease-in-out 0.15s;
}

#registerForm .btn,
#verifyForm .btn {
    width: 100%;
    text-transform: unset;
}

.modal-footer .btn {
    text-transform: unset;
}

#registerForm .btn:hover,
#verifyForm .btn:hover,
.modal-footer .btn:hover,

#registerForm .btn:active,
#verifyForm .btn:active,
.modal-footer .btn:active,

#registerForm .btn:focus,
#verifyForm .btn:focus,
.modal-footer .btn:focus {
    background-color: #2db84d !important;
}

.text-primary {
    color: #44C662;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-8 {
    margin-bottom: 8px;
}


.mt-24 {
    margin-top: 24px;
}

.search-container {
    margin-bottom: 5px;
}
.hidden {
    display: none;
}

#successful {
    font-size: 42px;
    text-align: center;
    color: #44C662;
    margin-top: 3em;
}

.font-32 {
    font-size: 32px;
}

.font-2 {
    font-size: 2em;
}

.font-13 {
    font-size: 13px;
}

input.has-error {
    border-color: #d9534f !important;
    box-shadow: 0 0 5px rgba(217, 83, 79, 0.5);
}
.text-danger {
    color: #d9534f !important;
}