.mks-ll-wrap{
  min-height: calc(100vh - 80px);
  display:flex;
  justify-content:center;
  align-items:center;
  padding:30px 14px;
}

.mks-ll-card{
  width:100%;
  max-width:420px;
  background:#fff;
  border-radius:18px;
  padding:26px 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  border:1px solid rgba(0,0,0,.06);
}

.mks-ll-card h2{
  margin:0 0 6px;
  font-size:24px;
  line-height:1.2;
}

.mks-ll-sub{
  margin:0 0 18px;
  opacity:.75;
}

.mks-ll-alert{
  background: #ffe9e9;
  border: 1px solid #ffbdbd;
  padding: 10px 12px;
  border-radius: 12px;
  margin-bottom: 14px;
  font-size: 14px;
}

.mks-ll-form label{
  display:block;
  font-size:13px;
  margin:10px 0 6px;
  opacity:.85;
}

.mks-ll-form input[type="text"],
.mks-ll-form input[type="password"]{
  width:100%;
  border:1px solid rgba(0,0,0,.12);
  border-radius:12px;
  padding:12px 12px;
  font-size:15px;
  outline:none;
}

.mks-ll-form input[type="text"]:focus,
.mks-ll-form input[type="password"]:focus{
  border-color: rgba(0,0,0,.25);
}

.mks-ll-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin:12px 0 6px;
}

.mks-ll-check{
  font-size:14px;
  display:flex;
  gap:8px;
  align-items:center;
  opacity:.85;
}

.mks-ll-btn{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:8px;
  border-radius:12px;
  padding:12px 14px;
  border:1px solid transparent;
  background:#111;
  color:#fff;
  text-decoration:none;
  font-weight:600;
  cursor:pointer;
}

.mks-ll-btn:hover{ opacity:.92; }

.mks-ll-btn-full{
  width:100%;
  margin-top:12px;
}

.mks-ll-btn-ghost{
  background:transparent;
  color:#111;
  border-color: rgba(0,0,0,.18);
}

.mks-ll-actions{
  display:flex;
  gap:10px;
  margin-top:14px;
}

.mks-ll-footer{
  text-align:center;
  margin-top:14px;
  opacity:.6;
}

.mks-ll-profile{
  margin-top:14px;
  display:flex;
  flex-direction:column;
  gap:12px;
  border-top:1px solid rgba(0,0,0,.06);
  padding-top:14px;
}

.mks-ll-profile div{
  display:flex;
  justify-content:space-between;
  gap:10px;
}

.mks-ll-profile span{
  opacity:.7;
}

.mks-ll-profile strong{
  font-weight:700;
}

/* Show/Hide password */
.mks-ll-passwrap{
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.mks-ll-passwrap input{
  flex: 1;
}

.mks-ll-eye{
  border: 1px solid rgba(0,0,0,.0);
  background: red;
  padding: 10px 12px;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 600;
}