.f-left {
    float: left;
}
.r-right {
    float: right;
}
/* login form css start */
.login-form input {
    width: 100%;
    height: 45px;
    border-radius: 40px;
    border: 1px solid gray;
    padding-left: 55px;
    margin-bottom: 20px;
}
.login-form input:focus {
    /*border-radius: 4px;
    transition: all 0.5s ease;*/
    outline: none;
}
.modal-footer .main-button, .login-button .main-button, .inner-right-panel .main-button {
    background-image: linear-gradient(to right, #ed353a , #ed353a);
    padding: 10px 40px;
    border-radius: 40px;
    color: #fff;
    transition: all 0.5s ease;
    border: none;
}
.modal-footer .main-button:hover, .login-button .main-button:hover, .inner-right-panel .main-button:hover {
    color: #fff;
    background-image: linear-gradient(to right, #ed353a , #ed353a);
    transition: all 0.5s ease;
}
button.close {
    z-index: 1;
}
.login-modal .modal-header {
    border-bottom: none;
}
.login-modal {
    position: relative;
}
.form-vertical {
    height: 100vh;
}
.login-form {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    max-width: 550px;
    transform: translate(-50%, -50%);
    justify-content: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.login-form .form-group {
    margin-bottom: 1rem;
    border: 1px solid rgba(0,0,0,.2);
    padding: 30px 30px 0 30px;
}
.login-form {
    padding: 15px;
}
.form-check input {
    height: auto;
    width: auto;
}
.form-remember input {
    margin-top: 7px;
    cursor: pointer;
}
.form-remember label {
    cursor: pointer;
}
.lost-pass a, .lost-pass a:hover {
    color: #ed353a;
    text-decoration: none;
}
.login-form img {
    text-align: center;
    margin: auto;
    display: block;
    margin-top: -89px;
    background: #fff;
    margin-bottom: 20px;
}
.bi-eye-fill, .bi-eye-fill-confirm {
    display: none;
    right: 30px;
    position: absolute;
    top: 46px;
    cursor: pointer;
}
.user svg, .passkey {
    position: absolute;
    left: 15px;
    top: 32px;
    background: #ed353a;
    font-size: 45px;
    margin: 0px;
    width: auto !important;
    padding: 13px;
    border-radius: 19px 0px 0px 19px;
    color: #fff;
}
.newpass .bi-eye-fill, .newpass .bi-eye-fill-confirm {
    top: 13px;
}
.email svg, .newpass svg {
    top: 0px;
}
/* login form css end */
