body {
    -webkit-perspective: 800px;
    perspective: 800px;
    height: 100vh;
    margin: 0;
    overflow: hidden;
    font-family: 'Gudea', sans-serif;
    background: #EA5C54;
    /* Old browsers */
    /* FF3.6+ */

    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EA5C54 ', endColorstr='#bb6dec', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

body ::-webkit-input-placeholder {
    color: #999999;
}

body .authent {
    box-shadow: 0px 20px 30px 3px rgba(0, 0, 0, 0.55);
    display: none;
    background: #35394a;
    /* Old browsers */
    /* FF3.6+ */

    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(230deg, rgba(53, 57, 74, 0) 0%, rgb(0, 0, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(53, 57, 74, 0)', endColorstr='rgb(0, 0, 0)', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    position: absolute;
    left: 0;
    right: 90px;
    margin: auto;
    width: 100px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    padding: 20px 70px;
    top: 200px;
    bottom: 0;
    height: 70px;
    opacity: 0;
}

body .authent p {
    text-align: center;
    color: white;
}

body .success {
    display: none;
    color: #d5d8e2;
}

body .success p {
    font-size: 14px;
}

body p {
    color: #D3D7F7;
    font-size: 10px;
    text-align: left;
}

body .testtwo {
    left: -320px !important;
}

body .test {
    box-shadow: 0px 20px 30px 3px rgba(0, 0, 0, 0.55);
    pointer-events: none;
    top: -100px !important;
    -webkit-transform: rotateX(70deg) scale(0.8) !important;
    transform: rotateX(70deg) scale(0.8) !important;
    opacity: .6 !important;
    -webkit-filter: blur(1px);
    filter: blur(1px);
}

.page-title {
    padding-left: 58px;
    padding-top: 58px;
    padding-bottom: 10px;
    border-bottom: 2px solid #9BBDED;
}

.page-title .zh {
    height: 45px;
    font-size: 48px;
    font-weight: normal;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2);
}

.page-title .en {
    height: 20px;
    font-size: 20px;
    font-weight: normal;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2);
}

body .login {
    width: 440px;
    height: 400px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    position: absolute;
    margin: auto;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-top: 180px;
}

body .login .validation {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 14px;
    opacity: 0;
}

body .login .disclaimer {
    position: absolute;
    bottom: 20px;
    left: 35px;
    width: 250px;
}

body .login_title {
    font-size: 24px;
    font-weight: 400;
    color: rgba(72, 104, 149, 1);
    padding-top: 30px;
    padding-bottom: 19px;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 49px;
    border-bottom: 1px solid #EAEAEA;

}

.input_box {
    width: 390px;
    height: 50px;
    background: rgba(250, 250, 250, 1);
    border: 1px solid rgba(223, 223, 223, 1);
    border-radius: 8px;
    margin: auto;
}

.input_box_focus {
    background: rgba(231, 240, 255, 1);
    border: 1px solid rgba(72, 104, 149, 1);
}


body .login_fields {
    height: 208px;
    position: absolute;
    left: 0;
    width: 100%;
}

body .login_fields .icon {
    position: absolute;
    z-index: 1;
    left: 19px;
    top: 12px;
    opacity: .5;
}

body .login_fields .icon img {
    width: 26px;
    height: 26px;
}

body .login_fields input[type='text'], body .login_fields input[type='password'], body .login_fields select{
    width: 100%;
    margin-top: -2px;
    background: rgba(57, 61, 82, 0);
    left: 0;
    padding: 16px 0px;
    padding-left: 57px;
    border-top: 2px solid rgba(57, 61, 82, 0);
    border-bottom: 2px solid rgba(57, 61, 82, 0);
    border-right: none;
    border-left: none;
    outline: none;
    font-family: 'Gudea', sans-serif;
    box-shadow: none;
}

body .error_msg {

    overflow: visible;
    height: 0px;
}

body .login_fields__user, body .login_fields__password, body .login_fields__company {
    position: relative;
}

body .login_fields__user, body .login_fields__password {
    margin-bottom: 30px;
}

body .login_fields__submit {
    position: relative;
    /*top: 17px;*/
    left: 0;
    width: 397px;
    right: 0;
    margin: auto;
    bottom: -74px;

}

body .login_fields__submit input {
    font-size: 24px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    outline: none;
    box-shadow: none;
}

body .login_fields__submit .forgot {
    float: right;
    font-size: 10px;
    margin-top: 11px;
    text-decoration: underline;
}

body .login_fields__submit .forgot a {
    color: #606479;
}

body input {
    font-size: 16px;
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
}

body .login_fields__submit input {
    width: 397px;
    height: 64px;
    background: url(../../images/login-btn-up.png);
    background-size: 100%;
    background-repeat: no-repeat;
    border: none;
}

body .login_fields__submit input:active {
    width: 397px;
    height: 64px;
    background: url(../../images/login-btn-down.png);
    background-size: 100%;
    background-repeat: no-repeat;
    border: none;
}

/*body .login_fields__submit input:focus {*/
/*  box-shadow: none;*/
/*  outline: none;*/
/*}*/
/*body .login_fields__submit input:hover {*/
/*  color: white;*/
/*  background: #4FA1D9;*/
/*  cursor: pointer;*/
/*  -webkit-transition-property: background,color;*/
/*          transition-property: background,color;*/
/*  -webkit-transition-duration: .2s;*/
/*          transition-duration: .2s;*/
/*}*/

/* Color Schemes */
.love {
    position: absolute;
    right: 20px;
    bottom: 0px;
    font-size: 11px;
    font-weight: normal;
}

.love p {
    color: white;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}

.love a {
    color: white;
    font-weight: 700;
    text-decoration: none;
}

.love img {
    position: relative;
    top: 3px;
    margin: 0px 4px;
    width: 10px;
}

.brand {
    position: absolute;
    left: 20px;
    bottom: 14px;
}

.brand img {
    width: 30px;
}
