@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

.mulish{
  font-family: "mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.center-page-login {
    display: flex;
    background: #5C6379;
    background-image: url('/admin/system/img/login/fon.png');
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
}

.form-container-login{
    display: grid;
    grid-template-columns: 1fr 2fr;
    background-image: url('/admin/system/img/login/fon2.png');
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 730px;
    height: auto;
    border-radius: 3px;
}
.left-login {
    background-image: url('/admin/system/img/login/left.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.right-login {
    display: grid;
    justify-self: center;
    align-content: center;
    text-align: center;
    padding: 25px 0 25px 0;
}
.right-login h1{
    margin: 0px 0 15px 0;
    color: #AAC97E;
    font: 700 40px/50px Mulish;
}
.right-login h2{
    display: inline-block;
    max-width: 377px;
    margin: 0px 0 15px 0;
    color: #FFFFFF;
    font: 200 14px/18px Mulish;
}
.right-login a{
    display: inline-block;
    max-width: 377px;
    margin: 0px 0 0px 0;
    color: #FFFFFF;
    font: 600 14px/18px Mulish;
}
.right-login input[type=text],.right-login input[type=password],.right-login input[type=email],.right-login input[type=phone]{
    display: inline-block;
    width: 350px;
    height: 30px;
    margin: 0px 0 24px 0;
    padding: 15px;
    color: #000000;
    font: 600 16px/18px Mulish;
    border: none;
    border-radius: 3px;
}
.confidentiality{
    display: block;
    margin: 0px 0 0px 0;
    padding: 0px 15px 15px 15px;
}
.confidentiality {
    display: block;
}
.confidentiality a{
    vertical-align: middle;
    font: normal 12px/14px mulish;
    color: #AAC97E;
}
.button{
    display: inline-block;
    margin: 0px 0 0px 0;
    padding: 10px 30px 10px 30px;
    background: #476A2E;
    color: #FFFFFF;
    font: 200 16px/18px Mulish;
    border: none;
    cursor: pointer;
}
.center-page-login-error{
    display: inline-block;
    text-align: center;
    padding: 25px;
    background: #FFFFFF;
    border-radius: 3px;
}
.bottom-text{
    display: grid;
    justify-self: center;
    align-content: center;
    margin: 20px 0 0 0;
}
.bottom-text a{
    text-decoration: none;
}
.registration{
    margin: 20px 0 0 0;
    color: #FFFFFF;
}
.registration a{
    text-decoration: none;
    color: #AAC97E;
}
.login_error{
    display: grid;
    justify-self: center;
    align-content: center;
    padding: 50px;
    color: #FFFF00;
}
.login_error a{
    color: #AAC97E;
}
