.op-login-wrapper{
    max-width:450px;
    margin:60px auto;
    padding:35px;
    background:#fff;
    border-radius:12px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.op-login-box h2{
    text-align:center;
    margin-bottom:30px;
}

.op-form-group{
    margin-bottom:20px;
}

.op-form-group label{
    display:block;
    margin-bottom:8px;
    font-weight:600;
}

.op-form-group input[type="text"],
.op-form-group input[type="password"]{
    width:100%;
    height:48px;
    border:1px solid #ddd;
    border-radius:8px;
    padding:0 15px;
    box-sizing:border-box;
}

.op-password-wrapper{
    position:relative;
}

.op-password-wrapper input{
    padding-right:45px;
}

.op-password-toggle{
    position:absolute;
    right:15px;
    top:50%;
    transform:translateY(-50%);
    cursor:pointer;
    user-select:none;
}

.op-login-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;
}

.op-btn{
    width:80%;
    height:48px;
    border:none;
    border-radius:8px;
    background:#4a6cf7;
    color:#fff;
    cursor:pointer;
    font-size:16px;
    font-weight:600;
    text-decoration: none !important;
}

/*.op-btn:hover{*/
/*    background:#3559ea;*/
/*}*/