@import "//fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap";


/* center settings start */
/**
Vertical & Horizontal center for div and text
Autohr: Muki Wu
Article: http://blog.mukispace.com/css-div-center
**/
/* basic layout start (you can skip it) */
body {
    background: url('/static/backlogin_FD/images/login_bg.jpg?v=7.10.0') center no-repeat;
    background-size: cover;
    font-size: 1em;
    color: #333;
    line-height: 1.5em;
    min-height: calc(100vh);
}

section {
    background: #555;
    /* offset-x | offset-y | blur-radius | spread-radius | color */
    box-shadow: 2px 2px 2px 1px rgba(0, 122, 193, 0.8);
}

h2 {
    font-size: 2em;
    background: #d9444a;
    padding: .2em 0;
    margin: 0 1em;
    line-height: 1.2em;
}

h3 {
    font-size: 1.5em;
}

.data-wrap {}

.data-wrap img {
    float: left;
    margin-right: .8em;
    -moz-border-radius: 1px 20px;
    -webkit-border-radius: 1px;
    border-radius: 1px 20px;
}

/* center settings start */
section {
    width: 1000px;
    /*height: 680px;*/
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -340px 0 0 -500px;
    display: table;
}

section .text-center {
    display: table-cell;
    vertical-align: middle;
}

section .text-center .f-row {
    margin: 0;
}

section h2 {
    text-align: center;
}

.parent {
    background: url('/static/backlogin_FD/images/parentbg.png?v=7.10.0') center 100% no-repeat;
    display: table;
    background-size: 100% 108%;
    background-position: -6px -10px;
    width: 100%;
    height: 680px;
}

.parent .left-body,.parent .right-body {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.left-body {
    /*background: url('/static/backlogin_FD/images/left_bg.jpg?v=7.10.0') center 100% no-repeat;*/
    background: transparent;
    text-align: center;
    width: 560px;
    background-size: cover;
}

.right-body {
    background: #fff;
    width: calc(100% - 560px);
    box-shadow: -2px 0px 25px 0px rgba(0, 138, 196, 0.3);
}
.right-body h3 {
    color:#5b88e5;
}
.right-form {
    display: flex;
}

.input_nob {
    border:none;
    border-bottom: 2px solid #aaa;
    border-radius: 0;
    box-shadow: none;
    margin:10px 0;
}

.input_user {
    /*background:url(/static/backlogin_FD/images/login-icn01.png?v=7.10.0) right center no-repeat;*/
}

.input_pass {
    /*background:url(/static/backlogin_FD/images/login-icn02.png?v=7.10.0) right center no-repeat;*/
}

.btn_login {
    background-image: linear-gradient(#5897e5, #6655e6);
    color: #fff;
    transition: ease-in 0.3s;
    padding:15px 140px;
    margin-top:30px;
    max-width: 100%;
}

.btn_login:hover {
    background-image: linear-gradient(#6655e6, #5897e5);
    color: #fff;
}

.backToLogin {
    position: absolute; 
    top: 20px; 
    right: 20px; 
    z-index: 9; 
    color: #5b88e5; 
    font-size: 20px; 
    text-decoration: none; 
    border: none; 
    background-color: #fff;
}

.backToLogin:hover {
    color: #8aacf1;
}

.u-mB\:100 {
    margin-bottom:100px;
}
.u-mT\:100 {
    margin-top:100px;
}

.u-mB\:70 {
    margin-bottom:70px;
}