  
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap&subset=vietnamese');

*, body {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

html, body {
    height: 100%;
    font-size: 16px;
}
body::after{
    content: ' ';
    display: block;
    clear: both;
} 

.lg-left{
    width: 550px;
    float: left;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.lg-left .pri-text{
    padding: 50px;
    padding-top: 200px;
    padding-top: 7%;
}
.lg-left .pri-text img.logo{
        width: 100px;
        margin-bottom: 15px;
}
.lg-left .pri-text h3{
    font-weight: bold;
    font-size: calc(100% + 10px);
    margin-bottom: 10px
}
.lg-left .pri-text p{
   /* font-size: calc(100% + 5px)*/
}
.lg-right{
    width: calc(100% - 550px);
    float: right;
    height: 100vh;
    background-color: #d7222a;
    display: flex;
    align-items: center;
}

#animation-ct.expands{
    width: 130%;
    margin-left: -18%;
}
#animation-ct svg{
    width: 100%;
    height: auto;
}

.lg-right .content{
    max-width: 500px;
    margin: auto
}
.lg-right .logo{
    display: block;
    max-width: 170px;
    margin-bottom: 20px;
}
.lg-right .logo img{
    width: 100%;
    height: auto;
}
.lg-right .content h1{
    color: #ffffff;
    font-size: 100%;
    text-decoration: underline;
    font-weight: bold;
    margin-top: 10px
}
.lg-right .content h2{
    color: #ffffff;
    font-size: calc(100% - 2px)
}
.lg-right .content{
    position: relative;
    display: block;
    width: 100%;
    max-width: 350px;
}
.lg-right .content form::after{
    content: ' ';
    display: block;
    clear: both;
}
.lg-right .content form input{
    width: 100%;
    height: 50px;
    margin: 10px 0;
    padding: 0 10px;
    border-radius: 5px;
    border:none;
    outline: none;
    max-width: 520px;
    font-size: 17px;
}
.lg-right .content form button{
    width: 120px;
    height: 50px;
    background-color: #fff;
    color: #d7222a;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
    float: left;
    border: none;
    outline: none;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
    font-size: 17px;
}
.lg-right .content form button::first-letter{
    text-transform: uppercase;
}
.lg-right .content form a.forgetpass{
    display: inline;
    position: relative;
    width: calc(100% - 130px);
    float: right;
    color: #ffffff;
    text-decoration: underline;
    line-height: 46px;
    margin-top: 10px;
}
.lg-right .content form a.forgetpass::first-letter{
    text-transform: uppercase;
}
.expands{
    position: absolute;
    bottom: 0;
    width: 100%
}
 
#bdw{
    width: 80px;
    margin:20px 0;
}
.other-links a {
    display: inline-block;
    padding: 5px; 
    color: #ffffff; 
    font-weight: bold;
}

.other-links a i {
    width: 18px;
    height: 18px;
    font-size: 9px;
    margin-left: 0;
}

 .counttime{
color:#ffffff;
}
.counttime .number{
font-size: 100px;
width: 100px;
height: 100px;
line-height: 100px;
float: left;
}
.counttime .lbl{
float: left;
line-height: 100px;
padding-left: 10px;
text-transform: uppercase;
}
@media(max-width: 1025px){
    .lg-right { 
        background-color: #d7222a;
        width: 100%
    }
    .lg-left {  
        width: 100%;
        text-align: center;
        display: none;
    }
    #animation-ct.expands {
        width: 100%;
        margin-left: 0;
    }
}
