.apta-login{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    display: none;
}
.apta-login .apta-login-main{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.apta-login .apta-login-mask{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(55, 55, 55, .6);
    height: 100%;
    z-index: 200;
}
.apta-login .apta-login-wrap{
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 300;

}
.apta-login .apta-login-wrap .login-bottom{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #dbdbdb;
}

.apta-login .form-wrapper {
    position: relative;
}
.apta-login .form-wrapper .close{
    position: absolute;
    right: 15px;
    top: 15px;
}
.apta-login .form-wrapper .login-title{
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    font-family: "Gotham Bold",sans-serif;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    color: #001489;
    padding-bottom: 30px;
}
.apta-login .form-wrapper #form-login .form-group{
    margin-bottom: 15px;
    padding: 0px !important;
    height: 45px;

}
.apta-login .form-wrapper #form-login .form-group .form-field,.apta-login .form-wrapper #form-login .form-group input {
    height: 45px;
}

.apta-login .form-wrapper .form-container{
    max-width: 430px;
    padding: 55px 45px;
    width: 92vw;
}
.apta-login .form-wrapper .forgot{
    font-size: 13px;
}
.apta-login .form-wrapper .btn-wrapper{
    margin-top: 0;

}

.apta-login .form-wrapper .btn-wrapper .button{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {

    .apta-login .form-container{
        padding: 55px 20px !important;
    }
    .apta-login .login-title{
        font-size: 19px !important;
        padding-bottom: 20px !important;
    }
    .apta-login input, select, .card_content, .btn-knowmore{
        font-size: 15px;
    }
    .apta-login .form-group .form-field{
        margin-bottom: 10px;
    }
}