﻿.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.none {
    display: none;
}

svg {
    margin: 0 10px;
    font-size: 25px;
    background-color: #fff;
    float: left;
}

.center {
    width: 300px;
    height: 500px;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    box-shadow: 0px 0px 10px #CBD9F4;
}

.head {
    height: 35%;
    border-radius: 10px 10px 0 0;
    background-color: #145b7d;
    position: relative;
}

.loginbox {
    width: 70%;
    height: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.imgbox {
    width: 30%;
    margin: 5px auto;
}

img {
    width: 100%;
    margin: 0 auto;
    border-radius: 50%;
}

a {
    font-size: 14px;
    color: #fff;
}

button {
    width: 100px;
    height: 30px;
    color: #fff;
    outline: none;
    border: 1px solid #145b7d;
    background-color: #145b7d;
}

.foot {
    width: 70%;
    margin: 20px auto;
}

.username,
.password {
    position: relative;
}

.fl {
    color: #929699;
    position: absolute;
    top: 27px;
    left: 20px;
}

.fr {
    color: #929699;
    position: absolute;
    top: 55%;
    right: 20px;
}

input {
    width: 100%;
    height: 30px;
    margin-top: 20px;
    padding: 0;
    text-align: center;
    color: #929699;
    border: none;
    outline: none;
    border-radius: 50px;
    background-color: #F1F3F4;
}

input[type ="submit"] {
    color: #fff;
    background-color: #145b7d;
}

.submit {
    width: 100%;
    margin-top: 20px;
    color: #fff;
    border: #145b7d;
    border-radius: 20px;
    background-color: #145b7d;
}

.con {
    color: #b3abab;
}
