/*html,body{background-color: #fff}*/
/*.main{width:1200px;margin:0 auto}*/
/*.main{width:100%;margin:0 auto;}*/
/*.header{float:left;width:100%;border-bottom:1px #ddd solid;height:130px;padding-top:40px}*/
/*.header .files{float:right;height:30px}*/
/*.header .files img{float:left;margin-left:50px}*/
/*.main-content{float:left;width:100%}*/
/*.body-bg{float:left;width:60%; margin-left: 15%; height:450px;background:url("../file/log-file-bg.png") left center no-repeat }*/
/*.log-plan{margin-top:100px}*/
/*.log-plan h1{font-size:24px}*/
/*.main-content .form-line{float:left;width:100%;text-align:right;line-height:34px;padding-bottom:5px;font-size:12px}*/
/*.main-content .form-line a{color:#3cbc3e}*/
/*.m-top{margin-top:15px}*/
/*.form-input-plan{position:relative}*/
/*.form-input-plan i.fa{position:absolute;height:34px;width:30px;text-align:center;line-height:34px;color:#cdcdcd}*/
/*.form-input-plan input{text-indent:15px}*/
/*.form-group{float:left;width:100%}*/
/*.box-plan{float:left;margin-right:15px;padding:8px 0}*/
/*.box{float:left;cursor:pointer;height:20px;overflow:hidden;margin-right:15px}*/
/*.box i{float:left;margin-right:5px;min-width:15px;height:20px;background:url("../file/check.jpg") center center no-repeat}*/
/*.box i.at{background:url("../file/check-at.jpg") center center no-repeat}*/
/*.box-60{margin:20px 0}*/
/*.box input{margin-right: 5px}*/
/*label.box{float:left;margin-bottom:0;line-height:20px;font-size:12px;font-weight:normal}*/
/*input{border:none;outline:medium;}*/

body{
    min-width: inherit;
}
input:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}
i.fa {
    position: absolute;
    height: 34px;
    width: 30px;
    text-align: center;
    line-height: 34px;
    color: #cdcdcd
}

.login-form input {
    text-indent: 20px;
    border: none;
    background-color: rgba(171,190,205,0.2);
    color: #fff;
    border-radius: 0.3rem;
}

.loginBackground {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-image: url("/static/file/background_image.jpg");
    /*background-size: 100% 100%;*/
    background-size: cover;
    justify-content: center;
    background-position-x: center;
    background-position-y: center;
}

.log-plan {
    background-color: rgba(0, 0, 0, 0.38);
    border-radius: 10px;
    border: 1px solid #777;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 40px 30px;
}

.login-form {
    width: 240px;
    margin-top: 30px;
}
.button-div{
    margin-top: 30px;
}