body {
    background: url(../img/banner/bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
section.magic-login {
    margin: 100px 0 50px;
}

.logo {
    text-align: center;
    margin-bottom: 30px;
}
.logo img {
    width: 220px;
}
.form-box {
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 20px;
}
.lft-sec {
    border-radius: 20px;
    width: 100%;
    overflow: hidden;
    height: 100%;
    min-height: 500px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
   
}
.lft-sec.frgt-pass{
    background: rgb(235,235,235);
    background: -moz-linear-gradient(135deg, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(135deg, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebebeb",endColorstr="#ffffff",GradientType=1);
    border-radius: 20px 0 0 20px;
    box-shadow: rgb(0 0 0 / 5%) 1px 0px 0px 1px;
}
.lft-sec img {
    width: auto;
    height: 100%;
    object-fit: cover;
}
.form-sec {
    padding: 0 50px 0 30px;
}
.lft-sec.right-sec {
    border-radius: 0 20px 20px 0;
}
.form-sec h1, .form-sec h1 a {
    text-align: center;
    font-size: 30px;
    color: #393939;
    font-weight: 700;
    margin-bottom: 10px;
}
.form-sec h3 {
    text-align: center;
    font-size: 20px;
    color: #393939;
    font-weight: 400;
}
.form-sec h5 {
    text-align: center;
    font-size: 15px;
    color: #393939;
    font-weight: 500;
    line-height: 26px;
}
a.btn.btn-primary.snd-btn {
    border-radius: 50px;
    background: #F6780F;
    border: 1px solid #F6780F;
    font-size: 14px;
    min-width: 173px;
    height: 40px;
}
a.btn.btn-primary.snd-btn:hover {
    background: #fff;
    color: #F6780F;
}
a.bck-btn {
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    text-align: start;
}
.form-sec label {
    font-size: 15px;
    margin-bottom: 10px;
}
.mail-sec{text-align: center; margin-bottom: 80px;}
.mail-sec p{
    font-size: 14px;
    color: #393939;
    font-weight: 400;
}
img.mail-icon {
    margin-bottom: 20px;
}
p.mail-p {
    margin-top: 20px;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    color: #393939;
}
img.frgt-pass-icon {
    width: 200px;
}
.form-sec img {
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
    width: 70px;
}
.form-sec .form-control {
    height: 48px;
    border-radius: 10px;
}
img.rst-sucss {
    width: 110px;
}
.form-sec label.form-check-label {
    font-size: 12px;
}
a.frgot-pass {
    font-size: 13px;
    font-weight: 500;
    color: #393939;
}
.sign-in-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

a.btn.btn-primary.snd-btn.auto-login {
    border: 1px solid #20C1AA;
    background: #fff;
    color: #333;
}
a.btn.btn-primary.snd-btn.auto-login:hover {
    border: 1px solid #20C1AA;
    background: #20C1AA;
    color: #fff;
}
.form-sec.sign-up-sec {
    padding: 40px 20px 0 40px;
}
span.mndtry {
    color: #df0000;
}
@media (max-width: 1299px) {
    .form-sec {padding: 30px;}
@media (max-width: 1199px) {
    section.magic-login {
        margin-top: 50px;
    }  
}
@media (max-width: 991px) {
    .sign-in-btns {display:block;}
    .sign-in-btns a.btn.btn-primary.snd-btn {
        margin-top: 15px;
    }
  .form-sec {padding: 20px;}
}
@media (max-width: 767px) {
    .lft-sec {
        align-items: start;
        min-height: 100%;
        margin-bottom: 30px;
    }
    .lft-sec img {
        height: 200px;
        width: 100%;
        object-fit: cover;
    }
    .form-box {
        height: 100%;
        padding-bottom: 30px;
    }  

    .lft-sec.frgt-pass{
        border-radius: 10px 10px 0 0;
        box-shadow: none;
    }
    img.frgt-pass-icon {
        width: 130px;
        height: 100%;
        margin: 30px;
    }
    .sign-in-btns {display:flex;}
    .sign-in-btns a.btn.btn-primary.snd-btn {
        margin-top: 0;
    }
}
@media (max-width: 575px) {
    .sign-in-btns {display:block;}
    .sign-in-btns a.btn.btn-primary.snd-btn {
        margin-top: 15px;
    }
    .form-sec {padding: 20px;}
    .lft-sec.right-sec{ display: none;}
    .sign-up-sec .sign-in-btns a.btn.btn-primary.snd-btn {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .form-sec.sign-up-sec {padding-bottom: 0px;}
}