@import "common/lt.css";
*{ font-size:16px;}

li{
    list-style: none;
}
.loginModel{
    width: 100%;
    height: 100%;
    display: flex;
    background: rgba(125,203,249,0.2);
}
.login-left{
    width: 60%;
    height: 100vh;
    background: rgba(255,255,255,0) url('../img/widgets/login-left-img.png') center center no-repeat;
    background-size: 100% 100%;
}
.loginBox{
    background-color: rgba(255,255,255,0);
    width:50%;
    flex: 1;
    margin-top: -45px;
}
.loginContent{
    width: 460px;
    padding: 40px;
    box-shadow: 0px 6px 12px rgba(0,0,0,0.1);
    margin: 30vh auto;
    border-radius: 10px;
    background-color: rgba(125,203,249,0.2);
}
.close-btn{
    position: absolute;
    top: 20px;
    right: 20px;
    border: none;
    border-radius: 12px;
    width: 24px;
    height: 24px;
    background-color: #e5e5e5;
    color: #808080;
    text-align: center;
}
.login-btn{
    width: 100%;
    padding: 10px 0 ;
    margin-top: 10px;
}
.form-control{
    background-color: #fff !important;
    border-radius: 6px;
    margin: 30px auto;
}
.loginTitle h2{
    color: #337ab7;
    text-align: center;
}






















