.input--credentials {
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    padding: 12px;
    line-height: 1.4;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 3px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.container__login {
    padding-top: 70px;
    padding-bottom: 50px;
}

.container {
    border: 1px solid #e7e7e7;
    max-width: 26em;
    padding: 4em 3em 4em 3em;
    margin: 5em auto;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
}


.container h4 {
    font-size: 28px;
    padding: 0;
    margin: 0 0 20px;
}

.row {
    zoom: 1;
}

.row:before,
.row:after {
    content: "";
    display: table;
}

.row:after {
    clear: both;
}

.col-half {
    padding-right: 10px;
    float: left;
    width: 50%;
}

.col-half:last-of-type {
    padding-right: 0;
}

.col-third {
    padding-right: 10px;
    float: left;
    width: 33.333333333333%;
}

.col-third:last-of-type {
    padding-right: 0;
}

@media only screen and (max-width: 540px) {
    .col-half {
        width: 100%;
        padding-right: 0;
    }
}

.sign-up-text {
    color: #978897;
}

.sign-up-text a {
    text-decoration: none;
}

.sign-up-btn {
    color: #d52c27;
    margin-left: 5px;
    cursor: pointer;
    font-size: 14px;
}

.signup__container {
    display: inline-block;
}

.reset_password__container {
    display: inline-block;
    margin-top: 10px;
}

.text-align-center {
    text-align: center;
}

.g-recaptcha {
    vertical-align: middle;
    display: inline-block;
}

/*recaptcha style*/

/* 
.g-recaptcha div {
    margin: 0 auto;
}

.g-recaptcha+span {
    display: block;
    text-align: center;
} */

/*Separator*/

.separator {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    margin: 15px 0;
    color: #978897;
}

.separator::before,
.separator::after {
    content: "";
    -webkit-box-flex: 1;
    flex: 1;
    border-bottom: 1px solid #d4d4d4;
}

.separator::before {
    margin-right: 0.25em;
}

.separator::after {
    margin-left: 0.25em;
}

/*Social Media*/

.social--btn {
    width: 100%;
    border: none;
    border-radius: 3px;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 12px 0;
    display: inline-block;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.social--btn a {
    text-decoration: none;
    color: inherit;
}

.social--btn:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* Icon separator */

.btn-sep:before {
    background: rgba(0, 0, 0, 0.15);
}

/* Button 3 */

.btn-3 {
    background: #fff;
    color: #383838;
    border: 2px solid #383838;
    font-weight: 600;
    margin-bottom: 8px;
}

.btn-3:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 2;
    font-size: 22px;
    width: 60px;
}

/* Button 1 */

.btn-1 {
    background: #fff;
    color: #383838;
    border: 2px solid #383838;
    font-weight: 600;
    margin-bottom: 8px;
}

.btn-1:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 2;
    font-size: 22px;
    width: 60px;
}

/* Button 2 */

.btn-2 {
    background: #fff;
    color: #383838;
    border: 2px solid #383838;
    font-weight: 600;
}

.btn-2:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 2;
    font-size: 140%;
    width: 60px;
}

.sign-up-text a {
    text-decoration: none;
}

@media (max-width: 768px) {
    .sign-up-text {
        font-size: 14px;
        display: block;
    }
}

/* Icons */
.icon-phone:before {
    width: 25px;
    background-repeat: no-repeat;
    background-image: url("/assets/images/continue_mobi.svg");
    content: "";
    border-radius: 3px;
    left: 15px;
    top: 8px;
}

.icon-facebook:before {
    width: 25px;
    background-repeat: no-repeat;
    background-image: url("/assets/images/Facebook_f_logo_(2021).svg");
    content: "";
    border-radius: 3px;
    left: 15px;
    top: 8px;
}

.icon-gmail:before {
    width: 25px;
    background-repeat: no-repeat;
    background-image: url("/assets/images/google_logo.svg");
    content: "";
    border-radius: 3px;
    left: 15px;
    top: 8px;
}

.social__login {
    text-align: center;
}


body {
    background-size: cover;
    background-position: top;
}

@media screen and (max-width: 768px) {
    .container__login {
        padding: 0;
    }

    .container {
        padding: 2em;
        max-width: initial;
        margin: 4em 1em;
    }

    .social--btn {
        font-size: 14px;
    }
}