.register .btn-otp{
    background: #fff;
    color: #11c296;
    border-color: #11c296;
}

.register .btn-otp:hover:enabled, .register .btn-otp:focus {
    background: #11c296;
    color: #fff;
    border-color: #11c296;
}


.register .btn-other-register{
    color: #FFA500;
    border: 1px solid #FFA500;
    background: #fff;
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
    font-size: 1em;
}

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-social:hover {
    color: #eee;
}

.btn-social :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    padding: 7px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.register .abcRioButton.abcRioButtonLightBlue {
    width: 100% !important;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    border: solid 1px #DDD;
    border-radius: 4px;
    height: 33px!important;
}
.register .abcRioButtonIcon{
    padding: 7px!important;
}
.register .abcRioButtonContents{
    line-height: 31px!important;
}

.register .form-control.validationElement {
    border: solid 1px Red;
    background: #ffcdc6;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 34px;
}

.lds-ellipsis div {
    position: absolute;
    top: 10px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #FFF;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}

body .modal-backdrop.show {
    opacity: .2;
}

.password-group .password{
    padding-right: 3.2rem;
}
