﻿
body {
    background-color: antiquewhite;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    justify-content: center;
    /*
    transform: scale(0.9);
     */
    align-items: center;
}

.login-container {
    background-color: whitesmoke;
    padding: 20px 30px 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    max-height: 400px;
    max-width: 650px;
    width: 100%;
    text-align: center;
    position: relative;
}

h2 {
    background-color: #0D733C;
    color: white;
    padding: 10px;
    border-radius: 20px 20px 0 0;
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
    position: absolute;
    top: -40px;
    left: 0;
}

.form-floating {
    width: 80%;
    margin: -13px auto;
}

    .form-floating label {
        font-weight: bold;
        text-align: left;
        width: 100%;
        color: gray;
    }

.btn.btn-lg.btn-primary {
    background-color: #0D733C;
    color: white;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 10px;
    border-radius: 20px;
    margin-top: -5px;
    width: 30%;
}

.login-container img {
    width: 80px;
    height: 80px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.login-container a {
    font-size: 0.9rem;
    color: blue;
    text-align: right;
    display: block;
    margin-top: -5px;
}

.checkbox {
    width: 80%;
    margin: -5px auto 10px auto;
    text-align: left;
}

    .checkbox label {
        font-weight: bold;
        display: inline-block;
    }

.text-danger ul {
    /*list-style: none;*/
    padding-left: 70px;
    font-size: 16px;
    margin-top: -16px;
}

.text-danger {
    color: black;
    text-align: left;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
}
