@charset "utf-8";
@font-face {
    font-family: Lanting_founder;
    src: url('font-family/Lanting_founder.ttf');
}

html,
body,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
select,
input,
button,
a,
p,
ul,
ol,
li,
table,
div,
span,
td,
tr,
th {
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
}

body {
    height: 100vh;
    display: flex;
    flex-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    background: url(../../../images/background/background_green.jpg);
}

.iconfont {
    margin-left: 10px !important;
    font-size: 20px;
    line-height: 25px;
    color: #73879c;
}

.login {
    width: 360px;
    height: 435px;
    margin: auto;
    border: none;
    background: rgba(252, 252, 252, 0.7);
    border-radius: 10px;
}

.login2 {
    width: 100%;
    margin-top: 20%;
}

.row {
    padding: 12px 12px;
    height: 48px !important;
}

#login_title {
    color: #73879c;
    margin-top: 15px;
    font-size: 16px !important;
}

.login_header {
    border-radius: 20px 20px 0 0;
    margin: 0;
    margin-bottom: 10px;
}

.btn,
.btn:hover {
    border-radius: 3px;
    background: #0bd38a;
    width: 100%;
    border: none;
}

.fa {
    color: #083d1e;
}

.input_row {
    height: 50px !important;
    background: #ffffff;
}

#input_row {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 1px solid #d9dee4;
    border-left: 1px solid #d9dee4;
    border-right: 1px solid #d9dee4;
}

#input_row2 {
    border-left: 1px solid #d9dee4;
    border-right: 1px solid #d9dee4;
    border-top: 1px solid #d9dee4;
    border-bottom: 1px solid #d9dee4;
}

#input_row3 {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #d9dee4;
    border-left: 1px solid #d9dee4;
    border-right: 1px solid #d9dee4;
}

.input {
    width: 80%;
    background: rgba(255, 255, 255, 0);
    color: #73879c !important;
    border: 0;
    font-size: 16px;
}

#btnlogin {
    background: #18cca6 !important;
}

input:focus {
    outline: none;
    border: 0;
}

input::-webkit-input-placeholder {
    color: #73879c;
    font-size: 16px;
}

input::-moz-input-placeholder {
    color: white;
}

input::-ms-input-placeholder {
    color: white;
}

option {
    background-color: lightgray;
    color: white;
}

.lable_span {
    color: #929292;
}