/* login */
.cover_container {
    display:flex;
    justify-content:center;
}
.cover_container_login {
    position: relative;
}

.login_container {
    padding: 100px;
    width: 540px;
    height: 550px;
    background-color: white;
    position: absolute;
    box-shadow: 8px 8px 8px 8px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-size: 19px;
    top: 20px;
}

.login_title {
    margin-bottom: 35px;
    font-weight: bold;
    font-size: 22px;
}

.login_container label b {
    font-weight: 600;
}
.login_container input  {
    width: 100%;
    margin-bottom: 25px;
    margin-top: 5px;
    padding: 15px;
    border:1px solid var(--lightgrey);
    border-radius: 5px;
    font-size:18px;
}

label b {
    float: left;
}

.forgot_password a {
    text-decoration: none;
    float: right;
    color: var(--red);
    letter-spacing: 3px;
    font-weight: bold;
    padding-top: 3px;
    font-size: 13px;
}

.login_container button {
    float: right;
    cursor: pointer;
    margin-top: 15px;
}

.login_submit {
    float: right;
}

/* home */

.cover_container_home {
    position: relative;

}
.cover_container_home_img {
    height: 400px;
    overflow: hidden;
    width: 100%;

}


.cover_home {
    position:absolute;
    top:110px;
    text-align: center;
    font-size: 23px;
}
.cover_home div:first-child {
    font-size: 45px;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--almostblack);
}

.cover_container img {
    opacity: 0.2;
    width: 100%;
}

.cover_div_centered {
    margin-left: auto;
    margin-right: auto;
    width: 570px;
    position: relative;
    top: -130px;
}

.cover_divs {
    border-radius: 10px;
    background-color: var(--almostwhite);
    text-align: center;
}

.cover_divs_p {
    font-size: 20px;
}

.cover_divs_first {
    padding: 80px 150px;
    margin-bottom: 10px;
}

.cover_divs_title {
    font-size: 22px;
    font-weight: bold;
    padding: 10px 0;
    color: var(--almostblack);
}
.cover_divs_title a {
    text-decoration: none;
}

.cover_divs_title .arrow {
    color: var(--red);
    margin-left: 15px;
}

p.errornote {
    color: var(--red);
    font-size: 14px;
}

.foodpharma {
    color: var(--green);
    font-weight: bold;
}
