.login-screen {
    height: 100%;
    font-family: "Roboto", sans-serif;
}

.left-block,
.right-block {
    padding: 0;
}

.left-block .item {
    position: relative;
    padding: 30px;
    width: 100%;
    height: 100vh;
    background: url("/images/login-bg.png") no-repeat;
    background-size: cover;
}
.right-block {
    height: 100%;
}
.right-block .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    position: relative;
    width: 100%;
    height: 100%;
    background: rgb(0, 82, 123);
    background: -moz-linear-gradient(
        45deg,
        rgba(0, 82, 123, 1) 0%,
        rgba(0, 124, 186, 1) 100%
    );
    background: -webkit-linear-gradient(
        45deg,
        rgba(0, 82, 123, 1) 0%,
        rgba(0, 124, 186, 1) 100%
    );
    background: linear-gradient(
        45deg,
        rgba(0, 82, 123, 1) 0%,
        rgba(0, 124, 186, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00527b",endColorstr="#007cba",GradientType=1);
}

.right-block .form-area {
    width: 100%;
    text-align: center;
    max-width: 493px;
}
.right-block .login-text {
    font-weight: bold;
    color: white;
    margin-bottom: 68px;
    font-size: 18px;
}
.right-block .form-group {
    position: relative;
    margin-bottom: 34px;
    width: 100%;
}
.right-block .form-group:nth-last-child(1) {
    margin-bottom: 56px;
}

.right-block .input-icon {
    position: absolute;
    top: 0;
    left: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    width: 50px;
    justify-content: center;
}

input:-webkit-autofill::first-line,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active .right-block .lock-input {
    font-family: sans-serif !important;
    color: #003d5e !important;
    font-weight: "normal" !important;
    font-size: 18px !important;
}

.right-block .lock-input {
    height: 60px;
    border-radius: 40px;
    border: 2px solid transparent;
    width: 100%;
    padding-left: 65px;
    /*color: #003D5E;*/
    /*font-weight: bold;*/
    /*font-size: 18px;*/
}
.lock-input::-webkit-input-placeholder {
    font-weight: lighter;
    color: #8fa6b2;
}
.lock-input::-moz-placeholder {
    font-weight: lighter;
    color: #8fa6b2;
}
.lock-input::-ms-input-placeholder {
    font-weight: lighter;
    color: #8fa6b2;
}
.right-block .lock-input:focus {
    border: 2px solid #10cfc9;
    box-shadow: 0px 0px 20px rgba(0, 95, 145, 0.5);
}

.right-block .btn-login {
    position: relative;
    width: 100%;
    border-radius: 40px;
    font-size: 30px;
    color: #ffffff;
    font-weight: 900;
    padding: 7px 0;
    border: 2px solid #10cfc9;
    background: rgb(16, 207, 201);
    background: -moz-linear-gradient(
        90deg,
        rgba(16, 207, 201, 1) 0%,
        rgba(8, 165, 195, 1) 100%
    );
    background: -webkit-linear-gradient(
        90deg,
        rgba(16, 207, 201, 1) 0%,
        rgba(8, 165, 195, 1) 100%
    );
    background: linear-gradient(
        90deg,
        rgba(16, 207, 201, 1) 0%,
        rgba(8, 165, 195, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#10cfc9",endColorstr="#08a5c3",GradientType=1);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.17);
    transition: transform 0.5s;
}

.right-block .btn-login img {
    position: absolute;
    right: 20px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    transition: transform 0.5s;
    width: 35px;
}

.right-block .btn-login:hover img {
    transform: translateX(3px);
}
.right-block .btn-login:hover {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.17);
}
.right-block .btn-login:focus {
    transform: scale(0.95);
}
.right-block .password-remember {
    font-size: 16px;
    color: white;
    letter-spacing: 1px;
}
.right-block .footer-area {
    color: #ffffff;
    font-size: 12px;
    /*letter-spacing: 2.3px;*/
}

.right-block .alert-warning {
    background-color: #fffbe6;
    border: 1px solid #ffe58f;
    border-radius: 40px;
}

.right-block .alert-success {
    background-color: #fffbe6;
    border: 1px solid #b7eb8f;
    border-radius: 40px;
}

.left-block .login-logo {
    position: absolute;
    top: 7.2%;
    left: 7.2%;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.left-block .login-logo.af-logo {
    position: absolute;
    top: 25%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.left-block .login-logo.af-logo img {
    max-width: 400px !important;
    max-height: 160px !important;
}

.left-block .login-title {
    position: absolute;
    bottom: 7.2%;
    left: 7%;
    font-size: 80px;
    font-weight: 900;
    color: #007cba;
    max-width: 508px;
}

.left-block .login-title.af-title {
    position: absolute;
    bottom: 25%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 900;
    color: #00a0ca;
    max-width: 508px;
}
.left-block .login-title.togg-title {
    color: #00c2e7;
}
nav {
    display: flex;
    justify-content: space-between;
    height: 26px;
    width: 100%;
}
nav,
a {
    color: white;
    font-size: 18px;
}
.nav-left .demo-link {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #ffffff;
}
.nav-left .demo-link span {
    margin-left: 10px;
}
.nav-right {
    display: flex;
    align-items: center;
}
.nav-right .time-area {
    font-size: 18px;
}
.nav-right .time-area #time-block {
    margin-left: 8px;
    letter-spacing: 1px;
}
.nav-right .time-area .date-block {
    margin-left: 8px;
    letter-spacing: 1px;
}

.nav-right .language-area {
    margin-left: 26px;
    display: flex;
    align-items: center;
    font-size: 18px;
}
.nav-right .language-area .active {
    font-weight: bold;
}
.nav-right .language-area .line {
    content: "";
    display: block;
    position: relative;
    height: 12px;
    width: 2px;
    margin: 0 8px;
    background-color: #ffffff;
}
