.s-social-google {
    background: #4285f4;

}

.s-social-facebook {
    background: #4267b2;
}

.s-social-link {
    float: left;
}

.s.intlTelInput {
    width: 100% !important;
}

/*facebook or google theme buttons*/
.s-social-login-button {
    width: 100%;
    margin: 5px;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.s-logo-size {
    font-size: 30px;
}

.error-input {
    border-color: #DC2626 !important;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-danger {
    color: #8c2e2c;
    background-color: #fbdbdb;
    border-color: #f9cac9;
}

/* styles for phone input */

.iti__country-list > li {
    white-space: pre-wrap;
}

.iti {
    width: 100% !important;
}

@media (max-width: 720px) {
    .iti-mobile .iti__country-list {
        width: 86% !important;
    }
}

.google-btn {
    width: 100%;
    height: 42px;
    background-color: #FFFFFF;
    border-radius: 2px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
}

.google-btn .google-icon-wrapper {
    position: absolute;
    margin-top: 1px;
    margin-left: 1px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background-color: #fff;
}

.google-btn .google-icon {
    position: absolute;
    margin-top: 11px;
    margin-left: 11px;
    width: 18px;
    height: 18px;
}

.google-btn .btn-text {
    margin: 11px 22px 0 0;
    color: rgb(84, 72, 72);
    font-size: 14px;
    letter-spacing: 0.2px;
    /* font-family: "Roboto"; */
}

.google-btn:hover {
    box-shadow: 0 0 6px #bababa;
    cursor: pointer;
}

.google-btn:active {
    background: #FFFFFF;
}

.centered-google-btn > .google-btn {
    margin: 0 auto;
    text-align: center;
}


.facebook-btn {
    width: 100%;
    height: 42px;
    background-color: #216fdb;
    border-radius: 2px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
}

.facebook-btn .facebook-icon-wrapper {
    position: absolute;
    margin-top: 1px;
    margin-left: 1px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background-color: #216fdb;
}

.facebook-btn .facebook-icon {
    position: absolute;
    margin-top: 11px;
    margin-left: 11px;
    width: 18px;
    height: 18px;
}

.facebook-btn .btn-text {
    margin: 11px 11px 0 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.2px;
}

.facebook-btn:hover {
    box-shadow: 0 0 6px #216fdb;
    cursor: pointer;
}

.facebook-btn:active {
    background: #216fdb;
}

.centered-facebook-btn > .facebook-btn {
    margin: 0 auto;
    text-align: center;
}

.s-logo-size img {
    max-width: 225px;
}

/*vericaly and horizontaly centerd div*/
.image-box-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-box-f-h-250 img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.img-box-f-h-250 {
    width: 100% !important;
    height: 250px !important;
}

.h-75-px {
    height: 75px !important;
}

.text {
    line-height:20px;
    height:40px;
    overflow:hidden;
}

.theme-text-color {
    color: #009e7f !important
}

.auth-buttons {
    background: #a6b9c7;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.auth-buttons span {
    flex-basis: 50%;
    text-align: center;
}
.auth-buttons .active {
    background: #419073;
}
.auth-buttons a {
    padding: 10px;
    font-size: 24px;
    font-weight: bold;
    display: block;
}

.social-login-heading {
    position: relative;
    overflow: auto;
}
.social-login-heading hr {
    color: #7f7f7f;
    height: 5px !important;
}

.social-login-heading span {
    z-index: 1;
    position: absolute;
    margin: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #dbe5ef;
    top: 50%;
    padding: 0px 30px;
    color: #7f7f7f;
}

.auth-form [type="text"],
.auth-form [type="email"],
.auth-form [type="password"] {
    border: none;
    background: #a5b6c6 !important;
    font-weight: bold;
    padding: 14px 20px;
    font-size: 20px;
    color: #fff;
}