/* style for login/forgotten_password pages */
section#main_content {
    overflow: hidden;
}
@font-face {
    font-family: 'Roboto', 'Oswald';
}
a#backToSite {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.8);
}
div#leftSide {
    background: #FFE599;
    text-align: center;
}
div#actLeftSide {
    background: #EAECFF;
    opacity: 0.5;
    text-align: center;
}
div#leftSide img,
div#actLeftSide img {
    width: 88%;
}
.login-button {
    font-family: 'Roboto', sans-serif;
    border-radius: 28px;
    border: none;
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 35px;
    color: #000000;
    width: 100%;
}
.login-button:hover {
    color: grey;
}
a#trying {
    background: #FFFFFF;
    margin-top: 25px;
}
a#buying {
    background: #FFCF3C;
    margin-top: 15px;
    margin-bottom: 25px;
}
button#submit {
    background: #ACB4FF;
}
div#rightSide h1 {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 71px;
    color: #000000;
    padding-top: 40px;
}
div#rightSide div.hr {
    width: 85px;
    height: 0;
    margin: 15px 0;
    padding: 0;
    background: #EC5F6B;
    border: 4px solid #EC5F6B;
    border-radius: 5px;
}
div#rightSide label {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
    color: #000000;
}
div#rightSide .input-icon {
    text-align: right;
    position: relative;
    bottom: 31px;
    right: 12px;
    opacity: 0.5;
}
div#rightSide input:focus {
    border-color: lightgrey;
    box-shadow: 0 0 0 0.2rem rgb(169 169 169 / 25%);
}
div#rightSide i.input-icon {
    position:absolute;
    top:53px;
}
a#forgotten {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 35px;
    color: #000000;
}
a#forgotten:hover {
    text-decoration: none;
    color: grey;
}
div#account {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 35px;
    color: #000000;
}
div.alert-forgotten {
    background: #FFE599;
    border-radius: 10px;
}
div.alert-activate {
    background: #EAECFF;
    border-radius: 10px;
    border-color: #bee5eb;
}
