.login-page {
    background-color: #F5F5F5;
    display: flex;
    width: 80%;
    margin: auto;
    padding-top: 50px;
    height: 100%;
}

.login-page h1 {
    font-family: 'Josefin Sans', serif;
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    letter-spacing: 1.5px;
}

.login-page figure {
    text-align: center;
    padding-left: 45px;
    height: 113px;
    padding-top: 10px;
}

.login-page figcaption {
    text-align: end;
}

.login-page blockquote {
    font-family: 'Caveat', cursive;
    font-size: 1.8rem;
    line-height: 1.2;
}

.row-buttons {
    display: flex;
    flex-direction: row;
}

.row-buttons > a {
    width: 50%;
    text-align: center;
}

.current {
    color: #7F0E12;
    border-bottom: solid 2px #7F0E12;
}

form {
    margin-top: 20px;
}

form .row-form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

form .row-form > div {
    width: 45%;
}

.form-card {
    background-color: white;
    background-image: url("../../images/louis-pasteur.png");
    background-repeat: no-repeat;
    width: 45%;
    height: 100%;
    padding: 0 50px 50px;
    margin-top: 25px;
    border-radius: 5px;
    box-shadow: 0px 5px 15px #00000029;
}

.form-card h1 {
    font-size: 2rem;
    text-transform: unset;
    font-weight: bold;
}

form .form-control {
    padding: 0.3rem 0.5rem !important;
    margin-bottom: 5px;
}

form .form-label {
    margin-bottom: 0;
}

form label {
    margin-top: 5px;
    font-size: 0.8rem;
}

form .login-btn {
    width: 100%;
    background-color: #00C853;
    color: #FFFFFF;
    padding: 0.4rem 0;
    font-weight: normal;
    font-size: 0.9rem;
    text-transform: uppercase;
}
