﻿body {
    .login-page

{
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-card {
    background: white;
    width: 420px;
    padding: 35px;
    border-radius: 25px;
    box-shadow: 0 10px 35px rgba(0,0,0,.15);
}

    .login-card h2 {
        text-align: center;
        color: #0b5d1e;
        font-weight: bold;
        margin-bottom: 25px;
    }

    .login-card label {
        color: #0b5d1e;
        font-weight: bold;
    
}
