.btn-login {
    background: linear-gradient(135deg, #0f465a 0%, #0d495c 100%);
    color: white;
    border: none;
    padding: 10px 10px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    /* margin-top: 20px; */
}

.btn-login:hover {
    background: #0a3c4b;
}