.teenva-banner-image {
    width: 100%;
    margin: 15px 0px;
}

.login-form {
    width:100%;
    background: var(--bg-body);

}
.login-form--image img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.login-form--image{
    width:100%;
    height:100%;

}
.login-form h1 {
    color: var(--primary);
    line-height:140%;
}
.form-group {
    margin-bottom: 30px;
    align-items: center;
}


.form-custom .remember-me input[type="checkbox"] {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}
.form-custom .form-group.submit {
    width: 100%;
}
.form-custom .form-group.submit{
    width:100%;
    height:50px;
    font-weight:600;
    font-family: var(--font-family);
}
.forgot-password a:hover{
    color: var(--gray)
}
.form-custom .input-group .icon-eye {
    position: absolute;
    right: 15px;
    z-index: 999;
    cursor: pointer;
    font-size:1.1rem
}
.login-form .alert {
    position: absolute;
    width: 96%;
    margin: 10px 2%;
    padding: 20px;
    font-size: 1rem;
    font-family: var(--font-family);
    text-align: center;
}

.form-custom .input-group {
    /* height: 60px; */
    background-color: transparent;
}

.form-custom .input-group input,
.form-custom .input-group select,
.form-custom .input-group textarea {
    width: 100%;
    height: 50px;
    background: var(--bg-body);
    font-size: 1rem;
    color: var(--gray);
    border-radius: 5px !important;
    padding: 10px 40px 10px 15px;
    transition: border-color 0.2s;
    border: 1px solid var(--border) !important;

}


.form-custom .input-group .form-control:required,
.form-custom .input-group .form-control:invalid {
    box-shadow: none;
}

.form-custom .input-group .form-control::placeholder {
    color: transparent;
}

.form-custom .input-group .form-control:placeholder-shown {
    border-color: var(--color-border);
}

.form-custom .input-group .form-control:placeholder-shown~label {
    font-size: 0.9rem;
    cursor: text;
    transform: translatey(14px);

    color: var(--gray);
}

.form-custom .input-group label {
    position: absolute;
    left: 15px;
    display: block;
    transform: translatey(-10px);
    transition: 0.3s;
    font-size: 0.9rem;
    padding: 0px 3px;
    color: var(--gray);
    background: var(--bg-body);
    top: 0;
    pointer-events: none;
    z-index:99
}

.form-custom.checkout-form .input-group label {
    background-color: var(--white);
}

.form-custom .input-group .form-control:focus {
    border-color: var(--gray);
}

.login-section h1 {
    font-weight: 600;
}

.form-custom .input-group .form-control:focus~label {
    position: absolute;
    transform: translatey(-10px);
    color: var(--primary);
    padding: 0px 3px;
    font-size: 0.8rem;
}
.form-custom .form-group.submit button.btn.btn-primary.btn-custom {
    width: 100%;
}
.sap p {

    position: relative;
}
.sap p span{
   position: relative;
   z-index: 99;
   background: var(--bg-body);
    padding: 5px;
}
.sap p:before {
    background: var(--border);
    padding: 0px;
    position: absolute;
    display:flex;
    content:"";
    left:0px;
    align-items:center;
    width:100%;
    height: 1px;
    top: 10px;
    bottom: 0px;
    z-index: 9;

}
.login-button-group .custom-buttom {
    background:  var(--icon-edit);
    padding: 14px 10px;
    line-height: 180%;
    font-size: 1rem;
    width: 100%;
    display: inline-flex;
    color: var(--edit-color);
    font-weight: 500;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius:5px;
    border:1px solid var(--edit-color);
}
.login-button-group .custom-buttom:hover{
    background:  var(--edit-color);
    color: var(--white);
}
