.skymail-login-wrapper {
min-height: 70vh;
display: flex;
align-items: center;
justify-content: center;
background: #f5f7fa;
padding: 40px 20px;
}
.skymail-login-card {
background: #ffffff;
max-width: 420px;
width: 100%;
padding: 40px 35px;
border-radius: 8px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
text-align: center;
}
.skymail-login-logo {
max-width: 180px;
margin-bottom: 25px;
}
.skymail-login-title {
font-size: 22px;
margin-bottom: 25px;
color: #0b3a6f;
font-weight: 600;
}
.skymail-login-card input {
width: 100%;
padding: 12px 14px;
margin-bottom: 15px;
font-size: 15px;
border: 1px solid #ccd6e0;
border-radius: 4px;
}
.skymail-login-card input:focus {
outline: none;
border-color: #0b3a6f;
}
.skymail-login-card button {
width: 100%;
padding: 12px;
font-size: 16px;
background: #0b3a6f;
color: #ffffff;
border: none;
border-radius: 4px;
cursor: pointer;
font-weight: 600;
}
.skymail-login-card button:hover {
background: #092f59;
}
#skymail-login-error {
color: #b00020;
margin-bottom: 15px;
font-size: 14px;
}