html, body {
    background-color: #FFFFFF;
    color: #636B6F;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.content {
    text-align: center;
}

.title {
    font-size: 44px;
}

.links > a {
    color: #636B6F;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}

.error-message, .success-message {
    word-break: break-word;
    margin: 10px;
    text-align: center;
}

.error {
    color: red;
}

.success {
    color: green;
}

.g-recaptcha {
    margin-bottom: 10px;
    width: 100%;
}

.invalid-input {
    border-color: #dc3545;
}

.invalid-input:focus {
    border-color: #dc3545;
}

.valid-input {
    border-color: #28a745;
}

.valid-input:focus {
    border-color: #28a745;
}

.btn-inner-spinner {
    width: 1.3rem;
    height: 1.3rem;
}

.btn-primary {
    border: none;
    background-color: #D21548;
}

.btn-primary:hover {
    border: none;
    background-color: #A50933;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #A50933;
}

.btn-primary.focus, .btn-primary:focus {
    background-color: #A50933;
}

.btn-primary.focus, .btn-primary:focus {
    border-color: #A50933;
    box-shadow: 0 0 0 0.2rem rgba(210, 21, 72, .25);
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(210, 21, 72, .25);
}

.form-control:focus {
    box-shadow: unset;
}
.form-control-10{
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-left: 15px;
}
.form-control-10:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
