﻿html {
    font-size: 75%;
}

body {
    display: flex;
    width: 100vw;
    height: 100vh;
    background-color: #012169;
    margin: 0px;
    justify-content: center;
    align-items: center;
}

body form {
    width: 24vw;
    height: 65vh;
    background-color: #fff;
    border-radius: 15px;
    overflow-y: hidden;
    overflow-x: hidden;
}

body form .top-container {
    position: relative;
    display: flex;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
    height: 94%;
    gap: 15%;
}


body form .top-container .lactoplan-icon {
    max-width: 15%;
}

body form .top-container .lactoplan-logo {
    max-width: 70%;
}

body form .top-container .button-login-page {
    background-color: #012169;
    color: white;
    border: 1px solid transparent;
    padding: 1.5rem 1rem;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    border-radius: 6px;
}

body form .top-container .button-login-page:hover {
    background-color: #00109e;
}

body form .top-container .login-part {
    display: flex;
    flex-direction: column;
    align-items: center;
}

body form .top-container .login-part .error-label {
    color: Red;
    font-family: Arial;
    font-size: Small;
    font-weight: normal;
    margin: 0px 20px;
    text-align: center;
}

body form .bottom-container {
    position: absolute;
    width: 24vw;
    height: 65vh;
}

body form .bottom-container img {
    width: 100px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 2%;
    margin-bottom: 1%;
}