html,body{
    height: 100%;
}
* {
    margin: 0px;
    padding: 0px;
}

@font-face {
    font-family: "mFont";
    src: url('/text/font/fontname.ttf');
}
/* @font-face {
    font-family: 'fontnameRegular';
    src: url('fontname.eot');
    src: local('fontname Regular'),
           local('fontname'),
           url('fontname.woff') format('woff'),
           url('fontname.ttf') format('truetype'),
           url('fontname.svg#fontname') format('svg');
   }   */
/*其中fontName替换为你的字体名称*/
/* h1{font-family: fontnameRegular} */
.map {
    height: 554px;
    float: left;
    width: 60%;
    background: #1B1B1B;
}

.signIn {
    width: 40%;
    float: right;
    height: 554px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.centered {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.top {
    width: 100%;
    height: 4.2em;
    position: absolute;
    top: 0px;
    border-bottom: 2px solid #48494D;
}

.top span {
    color: #F0F0F1;
    line-height: 2.2em;
    font-size: 1.8em;
    cursor:default;
    /* font-weight: bold; */
    font-family: "Microsoft YaHei" ! important;
    padding-left: 6%;
}
.signInItem {
    width: 460px;
    position: relative;
}
/*h2 {*/
    /*color: #2EC0F6;*/
    /*!* display: inline-block; *!*/
    /*font-size: 1.2em;*/
    /*cursor:default;*/
    /*font-family: 'microsoft yahei';*/
/*}*/
.login-title{
    display: inline;
    color: #2EC0F6;
    cursor: default;
    font-family: 'microsoft yahei';
}
.title-size-sm{
    font-size: 1.2em;
}
.title-size-normal{
    font-size: 14px
}

/*p {*/
    /*cursor:default;*/
    /*color: #2EC0F6;*/
    /*font-family: 'microsoft yahei';*/
    /*font-size: 14px;*/
    /*position: absolute;*/
    /*top: 25px;*/
    /*left: 80px;*/
/*}*/

input[type="text"] {
    width: 100%;
    padding: 1em 2em 1em 3em;
    color: #9199aa;
    font-size: 18px;
    outline: none;
    background: url("/img/adm.png") no-repeat 10px 15px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    font-weight: 100;
    border-bottom: 1px solid#484856;
    border-radius: 5px;
    margin-top: 1em;
    margin-bottom: 1em;
}

input[type="password"] {
    width: 100%;
    padding: 1em 2em 1em 3em;
    color: #9199aa;
    font-size: 18px;
    outline: none;
    background: url("/img/key.png") no-repeat 10px 23px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 5px;
    font-weight: 100;
    border-bottom: 1px solid#484856;
    margin-bottom: 1em;
}

#submitItem {
    cursor: pointer;
    width: 513px;
    height: 59px;
    margin-top: 25px;
    padding: 0;
    outline: #1B1B1B;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2ec0f6;
    /* -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; */
    border: 1px solid #2ec0f6;
    /* -moz-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .25) inset,
        0 2px 7px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .25) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .25) inset, 0 2px 7px 0 rgba(0, 0, 0, .2); */
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    /* font-size: 14px; */
    font-weight: 700;
    color: #fff;
    /* text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s; */
    font-size: 24px;
}
a {
    color: #F5DEB3;
    font-size: 12px;
    text-decoration: none;
}