﻿/*resgister*/
.modal-content .tab-content .registers form fieldset {
    display: block;
    position: relative;
    margin: 0 0 16px;
}

.modal-content .tab-content .registers .havean p {
    margin: 0;
    color: #7c7c7c;
    font-size: 16px;
    text-align: center;
}
/*login*/
.modal-content .navtab li a {
    display: block;
    background: #ebebeb;
    color: #3c3c3c;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    height: auto;
    line-height: 44px;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
}
.modal-content .tab-content {
    padding: 25px 35px;
    text-align: center;
    background-color: #0097a20a;
}
    .modal-content .tab-content .logins form fieldset {
        display: block;
        position: relative;
        margin: 0 0 16px;
    }
    .modal-content .tab-content .logins form fieldset span {
        height: 50px;
        line-height: 50px;
        color: #808080;
        font-size: 20px;
        position: absolute;
        padding-left: 15px;
        bottom: auto;
        left: 0;
        z-index: 99;
    }
.errorsal {
    color: #ff0000;
    margin-top: 5px;
    font-size: 13px;
    font-weight: normal;
    margin:0
}

.login_img {
    width: 100%;
    height: 100%;
    position: relative;
}
    .login_img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain;
    }
.login-content {
    position: absolute;
    top: 25px;
    left: 15px;
    color: #0097a2;
}
    .login-content h3 {
        line-height: 1.5;
        margin: 0;
    }
    .login-content p {
        color: #3c3c3c;
        font-size: 14px;
        line-height: 1.5;
    }
.contact-area .modal-content {
    box-shadow: -1px 1px 15px 2px #00000014;
    border: none;
    border-radius: 12px;
}

.googl_crt {
    padding: 0px 0 10px 0px;
}

.optionss {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:25px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

    .optionss::before, .optionss::after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background-color: #cccccc;
    }

.googl_crt a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    color: #3c3c3c;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 10px;
}

    .googl_crt a img {
        width: 21px;
    }
.capta-register img {
    border-radius: 10px 0 0 10px;
}
.login-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-top: 4px;
}
.terms {
    margin-bottom:20px;
    color: #3b3b3b;
}
.terms a, .login-bottom a {
    color: #3b3b3b;
    text-decoration: underline;
}

