body.login-page {
    background: url('login-background.jpg') center center no-repeat;
    background-size: cover;
    align-items: flex-start;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: normal !important;
}

div.login-box {
    font-family: "Arial", sans-serif;
    margin-left: 10%;
}

div.login-box h1 {
    font-size: 38px;
    font-weight: bold;
}

div.login-box p.subtitle {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
}

div.login-box label {
    font-size: 12px;
    font-weight: normal;
}

div.login-box .card,
div.login-box .card-body {
    color: #fff;
    background-color: transparent;
    box-shadow: none;
}

button.apt-login {
    width: 100%;
    background-color: #268F94;
    border-radius: 25px;
    color: white;
    font-size: 15px;
}

button.apt-login:hover {
    color: white;
}

a.apt-link {
    color: #268F94;
    font-weight: bold;
    font-size: 13px;
}
