body{
    font-family: 'Open Sans', sans-serif;
    font-size:13px;
}
html,body{
    height:100%;
}
.login_wrapper{
    max-width:900px;
    width:100%;
    background:#ffffff;
    box-shadow:0px 0px 4px rgba(0,0,0,0.1);
    padding:10px;
}
.bg_grey{
    background:#e7f0f5;
}
.img_login_right{
    background:url('../images/img-1.jpg') no-repeat left top / cover;
}
.overlay_1:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgb(23,135,220);
    z-index:-1;
    opacity:0.9;
    background: -moz-linear-gradient(90deg, rgba(23,135,220,1) 0%, rgba(139,33,241,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(23,135,220,1) 0%, rgba(139,33,241,1) 100%);
    background: linear-gradient(90deg, rgba(23,135,220,1) 0%, rgba(139,33,241,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1787dc",endColorstr="#8b21f1",GradientType=1); 
    
}
.bg_gradient_1
{
    background: -moz-linear-gradient(90deg, rgba(23,135,220,1) 0%, rgba(139,33,241,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(23,135,220,1) 0%, rgba(139,33,241,1) 100%);
    background: linear-gradient(90deg, rgba(23,135,220,1) 0%, rgba(139,33,241,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1787dc",endColorstr="#8b21f1",GradientType=1); 
}
.login_right_info {
    z-index: 1;
}
.input_1{
    box-shadow: none !important;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 6px 10px;
}
.form_wrapper{
    max-width:300px;
    width:100%;
    margin:0 auto;
    padding:80px 15px;
}
.label_1{
    font-size:12px;
    font-weight: 600;
    color:#888787;
}
.cus_btn_1{
    border: 0px;
    padding: 9px 30px;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
}
.b_radius_1{
    border-radius:30px
}
.ts_1{
    font-size:12px;
}
.img_login_right{
    padding:25px;
}
.txt_bold{
    font-weight:bold;
}
.form-check{
    line-height: normal;
}
body{
    background:#ccc;
}