﻿/* vietnamese */
@font-face {
    font-family: 'Roboto';
    src: url(../../lib/font_roboto/Roboto-Regular.ttf);
}

body {
    font-family: 'Roboto' !important;
    
}

.bg203 {
    width: 625px;
    height: 810px;
    background: linear-gradient(180deg, rgba(53, 63, 173, 0.8) 0%, rgba(16, 20, 62, 0.8) 100%), url('../../images/newui/bg_login.png');
}

.login-form {
    width: 835px;
    height: 810px;
    background: #F6F7FF;
    /* Shadow */
    box-shadow: 0px 0px 15px 3px rgba(160, 195, 226, 0.25);
    border-radius: 20px 0px 0px 20px;
}

.titlelogin {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 120%;
    color: #1F2562;
    margin-bottom: 64px
}

.labellogin {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #8487A7;
}

.inputlogin {
    width: 400px;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #E0E3FF;
    box-sizing: border-box;
    border-radius: 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
}

    .inputlogin:focus {
        border: 2px solid #353FAD;
        box-shadow: unset !important;
    }

.forgetpass {
    cursor: pointer;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    color: #353FAD;
}

.submitlogin {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 45px;
    background: #353FAD;
    border-radius: 5px;
    width: 190px;
    margin-left: auto;
}

.splogin {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    /* Inside Auto Layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 10px;
}

.logologin {
    margin: 0 auto;
    margin-top: 267px;
}

.namecty {
    width: 400px;
    height: 81px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 81px;
    /* identical to box height, or 337% */
    text-align: center;
    color: #FFFFFF;
}

.clNoti {
    color: red;
    position: absolute
}
