﻿
#LoginArea {
  max-width: 400px;
  margin: 120px auto 10px auto;
}
.social-icons {
  padding-left: 0px;
}
.social-icons a.btn-sm {
  margin-right: 5px;
}
.login-top {
    width: 100%;
    color: #04c1ff;
    text-align: center;
    font-family: 微软雅黑;
    position:absolute;
    top:20px;
}

.login-box {
    max-width: 360px;
    margin-top: 10%;
    margin-left: 50%;
}

.login-bttom {
}

.UsernameOrEmailAddress {
    position: absolute;
    z-index: 80;
    top: 37.5%;
    left: 32%;
    width: 98%;
    height: 60px;
    -webkit-animation: autofill-fix 1s infinite;
    -webkit-text-fill-color: #fff;
    border: none;
    font-size: 16px;
}

.Password {
    position: absolute;
    z-index: 80;
    top: 57%;
    left: 32%;
    width: 98%;
    height: 60px;
    -webkit-animation: autofill-fix 1s infinite;
    -webkit-text-fill-color: #fff;
    border: none;
    font-size: 16px;
}
@-webkit-keyframes autofill-fix {
    from {
        background-color: transparent
    }

    to {
        background-color: transparent
    }
}
.LoginButton {
    position: absolute;
    z-index: 80;
    background-color: transparent;
    top: 77.5%;
    height: 65px;
    width: 164%;
    left: 17%;
    border: none;
}