.login-page,
.signup-page{
    width: 100%;
    height: 100vh;
    background: url("../images/login/login-bg.png") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.login-page::before,
.signup-page::before{
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000003b;
}
.login-content,
.signup-content {
    width: 100%;
    margin: 0;
    position: relative;
}
.login-form,
.signup-form {
    background: #fff;
    padding: 30px;
    margin: 0px auto;
    width: 75%;
    box-shadow: 2px 2px 11px rgb(0 0 0 / 14%);
    border-radius: 10px;
}
.signup-form form{
    height: 400px;
    overflow-y: scroll;
    width: 100%;
    padding-right: 10px;
}
.login-form ul.nav.nav-tabs,
.signup-form ul.nav.nav-tabs {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
    background: #F1F1F1;
    gap: 5px;
    border: 0;
}
.login-form .nav-tabs .nav-link,
.signup-form .nav-tabs .nav-link{
    font-family: 'GilroyMedium';
    font-size: 14px;
    line-height: 17px;
    width: 49%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 14px 10px;
    color: #252525;
    border: unset;
    cursor: pointer;
}
.login-form .nav-tabs .nav-link.active,
.login-form .nav-tabs .nav-link:hover,
.signup-form .nav-tabs .nav-link.active,
.signup-form .nav-tabs .nav-link:hover{
    background-color: #1E2541;
    color: #fff;
    border:unset;
}
a.socio-btn {
    background: #EEF1FD;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: 'GilroyMedium';
    font-size: 14px;
    line-height: 16px;
    margin: 19px 0;
    color: #4285F4;
    gap: 10px;
}
.input-grp {
    height: 90px;
    position: relative;
    /* overflow: hidden; */
}
.input-grp label{
    color: #252525;
    font-size: 14px;
    line-height: 16px;
    font-family: 'GilroyMedium';
    margin-bottom: 10px;
} 

.form-group.input-grp input.form-control, 
.form-group .form-info {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    color: #918c8c;
    padding: 10px;
    box-shadow: none;
    font-family: 'GilroyMedium';   
}
.pass-btn {
    position: absolute;
    z-index: 1;
    right: 5px;
    bottom: 30px;
    width: auto;
    background: transparent;
    border: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
p.or-data {
    border-bottom: 1px solid #D9D9D9;
    margin: 30px 0 20px 0;
    position: relative;
}

.or-data span {
    width: 40px;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    color: #D9D9D9;
}
.term-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.term-box label {
    width:100%;
    font-size: 12px;
    display: flex;
    align-items: center;
    font-family: 'GilroyRegular';  
    cursor: pointer;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 5px;
}
.checkbox-owner+label::before,
.checkbox-driver+label::before,
.checkpolicy+label::before,
.checkboxemail+label::before{
    content: '';
    border: 1px solid #DBDBDB;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px 0px;
    color: transparent;
    transition: .2s;
    margin-right: 5px;
}
.checkbox-owner,
.checkbox-driver,
.checkpolicy,
.checkboxemail {
    display: none;
}
.checkbox-owner:checked+label::before,
.checkbox-driver:checked+label::before,
.checkpolicy:checked+label::before,
.checkboxemail:checked+label::before {
    content: url("../images/login/check-white.svg");
    background: linear-gradient(270.7deg, #8DBF20 5.63%, #6B960E 103.1%);
    color: #fff;
    /* transition: .2s; */
    padding-top: 3px;
}
a.forget-text {
    color: #252525;
    font-size: 13px;
    line-height: 14px;
    font-family: 'GilroyRegular';
    text-decoration: none;
}
.greenbtn {
    margin: 15px 0;
    width: 100%;
    background: linear-gradient(270.7deg, #8DBF20 5.63%, #6B960E 103.1%);
    border-radius: 4px;
    padding: 9px;
    border: none;
    color: white;
    font-size: 16px;
    font-family: 'GilroyMedium';
}
.greenbtn:hover {
    background: black;
}
.p-text{
    font-size: 14px;
    line-height: 16px;
    color: #9A9A9A;
    font-family: 'GilroyRegular';
}
.sign-btn{
    color: #252525;
    font-family: 'GilroyMedium';
    border: none;
    background: transparent;
    text-decoration: none;
}
/* sign in */
.two_sect_contact {
    width: 48%;
}
.form-group.input-grp.two-side-fill {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 767px){
    .login-form,
    .signup-form {
        width: 100%;
    }
    .form-group.input-grp.two-side-fill {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        height: 170px;
    }
    .two_sect_contact{
        width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1200px){
    .login-form,
    .signup-form  {
        width: 100%;
    }
}