html, body{ height:100%; margin:0; }
body{ background-color:#1662C6 !important;
    overflow: hidden;}

.bg{
    position: fixed; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover; z-index: -1;
}
.contact{
    display: flex;
    justify-content: flex-end;
    margin-right: 20px;
    margin-top: 15px;
}
.contact img{
    width: 80%;
}

.menu{
    position: fixed;
    top:850px;
    left: 50px;
}

.menu img{
    width: 150px;
}

.center-wrap{
    min-height: 100vh;
    display: grid; place-items: center;
}

.login-main{
    position: relative;
    width: 400px; max-width: 92vw;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(0,0,0,.1);
    padding: 28px 28px 32px;
    text-align: center;
    bottom:150px;

}

.tabs{
    display: grid; grid-template-columns: 1fr 1fr;
    background:none;
    padding: 4px; margin: 0 0 18px;
    gap: 4px;
}
.tab-btn{
    border: 0; background: transparent; cursor: pointer;
    padding: 10px 0; border-bottom: 2px solid #e1e1e1;
    font-size: 15px; color:#5b6b83; font-weight:600;
}
.tab-btn.active{
    background:#fff; color:#1f43ff;
    border-bottom: 2px solid #1A35CA;

}

.tab-panel{ text-align:left; }
.tab-panel[hidden]{ display:none; }
.tab-panel.active{ display:block; }

.auto-login{
    display:flex; align-items:center; gap:8px;
}
.auto-login input{ width:16px; height:16px; margin: 0; }
.auto-login label{ color:#222; font-weight:400; margin: 0;}

.fields{ display: grid; gap:10px; margin: 20px auto 20px; }
.form-control{
    height: 50px; box-shadow:none;
    border:1px solid #e2e6ef;
}

.btn-primary{
    width:100%; height:50px;
    border: none; border-radius: 10px;
    background:#317AF7; color:#fff;
    font-size:17px; font-weight:600;
    cursor:pointer;
}

.divider{
    height:1px; background:#e4e7ee;
    margin: 10px 0;
}

.utils{
    display:flex; justify-content:center; align-items:center; gap:12px;
}
.utils.one{ justify-content: center; }

.link-btn{
    background:none; border:0; cursor:pointer;
    color:#717171; font-size:14px; font-weight:500;
    padding: 6px 4px;
}
.vbar{ width:1px; height:16px; background:#71717166; display:inline-block; }

.first-time{
    margin: 5px auto 15px;
    width: fit-content;
    font-size:16px; color:#000;
    border-bottom:1px solid #000;
    padding-bottom:2px;
}
.signup{
    display:flex; gap:8px; justify-content:center;
}
.btn-solid-blue, .btn-solid-purple{
    width:150px; height:50px; border:0; border-radius:6px;
    color:#fff; font-size:18px; font-weight:600; cursor:pointer;
}
.btn-solid-blue{ background:#317AF7; }
.btn-solid-purple{ background:#4F31F7; }

.trial-desc{
    margin: 6px 2px 8px; color:#4b5563; font-size:14px;
}

.agreement{
    margin: 20px auto ;
}

.agreement label{font-weight:400 !important;}