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: #4E546D;
}
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);
}
body .login
{
    /*box-shadow: -15px 15px 15px rgba(6, 17, 47, 0.7);*/
    /*opacity: 1;*/
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.25, 0.265, 0.85);
    -webkit-transition-property: -webkit-transform,opacity,box-shadow,top,left;
    transition-property: transform,opacity,box-shadow,top,left;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transform-origin: 161px 100%;
    -ms-transform-origin: 161px 100%;
    transform-origin: 161px 100%;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    width: 240px;
    /*border-top: 2px solid #D8312A;*/
    height: 300px;
    position: absolute;
    left: 70%;
    right: 0;
    /*margin: 180px 1000px 0px 1000px;*/
    /*float: right;*/
    top: 20%;
    bottom: 0;
    padding: 50px 40px 40px 40px;
    background: #FEFEFE;
    /* Old browsers */
    /* FF3.6+ */
    /*background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #35394a), color-stop(100%, rgb(0, 0, 0)));*/
    /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(230deg, rgba(53, 57, 74, 0) 0%, rgb(0, 0, 0) 100%);*/
    /* 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 */
}
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 {
    color: #474747;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    /*padding-bottom: 20px;*/
    margin-top: -25px;
}
body .login_fields {
    height: 208px;
    position: absolute;
    margin: auto;
}
.input {
    height: 35px;
    border: 1px solid #cdcdcd;
    padding: 3px;
    margin-left: 10px;
    letter-spacing: 2px;
    text-align: start;
    padding-left: 20px;
    width: 100%;
}

.input_div {
    width: 90%;
    height: 30px;
    padding: 10px;
    margin-top: 13px;
    /*margin-left: 22px;*/
    text-align: left;
}
.i_icon {
    display: inline-block;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    position: absolute;
    margin-top: -28px;
    margin-left: 205px;
    z-index: 9999;
}
.code_div {
    width: 70%;
    height: 50px;
    margin-left: 60px;
    text-align: left;
}
body .login_fields .icon {
    /*position: absolute;*/
    /*z-index: 1;*/
    /*!*opacity: .5;*!*/
    display: inline-block;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    position: absolute;
    margin-top: -35px;
    margin-left: 225px;
    z-index: 9999;
}
/*body .login_fields input[type='password'],body .login_fields input[type='text'] {*/
/*  color: #61BFFF !important;*/
/*}*/
/*body .login_fields input[type='text'], body .login_fields input[type='password'] {*/
/*  color: #afb1be;*/
/*  width: 210px;*/
/*  height: 50px;*/
/*  !*margin-top: -2px;*!*/
/*  background: rgba(57, 61, 82, 0);*/
/*  left: 0;*/
/*  !*padding: 10px 65px;*!*/
/*  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 .login_fields__user, body .login_fields__password {*/
/*  position: relative;*/
/*  width: 95%;*/
/*  border:1px solid #C7C6C6;*/
/*  border-radius: 6px;*/
/*  margin: 20px 0px;*/
/*}*/
body .login_fields__submit {
    position: relative;
    top: 17px;
    left: 0;
    width: 80%;
    right: 0;
    margin: auto;
    margin-left:96px;
}
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 .login_fields__submit input {
    border-radius: 6px;
    padding: 10px 50px;
    box-shadow: none;
    border: none;
    /*border: 2px solid #4FA1D9;*/
    color: white;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 15px;
    margin: 30px -70px;
    width: 210px;
    height:38px;
    background-color:#4E70EC;
    line-height: 18px;
    -webkit-transition-property: background,color;
    transition-property: background,color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}
body .login_fields__submit input:focus {
    box-shadow: none;
    outline: none;
}
/*body .login_fields__submit input:hover {*/
/*  color: white;*/
/*  background: #436af6;*/
/*  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;
}

/*input[type="password"]::-webkit-input-placeholder {color:#989898;}*/
/*input[type="password"]::-moz-placeholder {color:#989898;} !* firefox 19+ *!*/
/*input[type="password"]:-moz-placeholder {color:#989898;}*/
/*input[type="password"]:-ms-input-placeholder {color:#989898;} !* ie *!*/

input[type="text"]::-webkit-input-placeholder {color:#989898; }
input[type="text"]::-moz-placeholder {color:#989898;} /* firefox 19+ */
input[type="text"]:-moz-placeholder {color:#989898;}
input[type="text"]:-ms-input-placeholder {color:#989898;} /* ie */