﻿.login_body {
    margin: 0px 20px;
    overflow: hidden;
}
.LoginPrompt {
    /*width: 477px;*/
    width: 80%;
}
.login_headers {
    padding: 30px 0px 10px 0px;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    text-align: center;
}
.login_tips {
    margin: 20px;
    text-align: center;
    color: #a3a3a3;
}
.tips {
    height: 70px;
    margin: 7px 33px;
    font-size: 18px;
    color: #999999;
    border: none;
    outline: medium;
    margin-top: -20px;
    line-height: 1.5;
    letter-spacing: 1.5px;
    padding: 10px;
}

.login {
    width: 40%;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 1px 1px 7px 0px #272323;
    margin-left: 30%;
}
.register{
    width: 400px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 1px 1px 7px 0px #272323;
    transform: rotateY(-180deg);
}
.complete {
    width: 700px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 1px 1px 7px 0px #272323;
    transform: rotateY(-180deg);
}

.login-from{
    width: 477px;
    margin: auto;
    overflow: hidden;
    box-shadow: #999999;
}
.complete-from {
    width: 650px;
    margin: auto;
    overflow: hidden;
    box-shadow: #999999;
}
.completeinput {
    width: 300px;
    height: 50px;
    display: inline-flex;
    border: 1px #eee solid;
    box-sizing: border-box;
    margin: 0 10px 20px;
}
.completeAddressinput {
    width: 624px;
    height: 50px;
    display: inline-flex;
    border: 1px #eee solid;
    box-sizing: border-box;
    margin: 0 10px 20px;
}
.completename {
    margin: 0px auto 20px;
    color: rgb(9,141,187);
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    font-family: -webkit-pictograph;
}
.Address {
    width: 524px !important;
}
.email,
.password,
.confirmpassword {
    width: 100%;
    height: 50px;
    display: inline-flex;
    border: 1px #eee solid;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.emailcode {
    width: 100%;
    height: 50px;
    display: inline-flex;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.FirstName
{
    width: 146px;
    border: 1px #eee solid;
    margin-left: 0px;
}
.LastName {
    width: 146px;
    border: 1px #eee solid;
    margin-left: 4px;
}
.code {
    width: 146px;
    border: 1px #eee solid;
}
.code-btn {
    width: 146px;
    margin-left: 4px;
}
.disabledBtn {
    background-color: rgb(23,79,103) !important;
    cursor: pointer !important;
}
.code-btn button {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    outline: none;
    border: none;
    cursor: not-allowed;
    background-color: #eee
}
.name-input {
    width: 146px;
    height: 50px;
}
.name-input input {
    width: 136px;
    height: 36px;
    margin: 7px 5px;
    font-size: 17px;
    color: #999999;
    border: none;
    outline: medium;
}
.code-input{
    width: 146px;
    height: 50px;
}
.code-input input{
    width: 136px;
    height: 36px;
    margin: 7px 5px;
    font-size: 17px;
    color: #999999;
    border: none;
    outline: medium;
}

.username-img,
.password-img {
    width: 50px;
    height: 50px;
}
.username-img img,
.password-img img
{
    width: 24px;
    height: 24px;
    margin: 13px;
}
.from-input{
    width: 246px;
    height: 50px;
}
.from-input input{
    width: 417px;
    height: 36px;
    margin: 7px 0;
    font-size: 17px;
    color: #999999;
    border: none;
    outline:medium;
}
.inputborder {
    border: 1px solid #1ABC9C;
}
.login-from-btn {
    width: 100%;
    height: 50px;
    margin-bottom: 50px;
}
.login-from-btn button {
    width: 100%;
    background-color: rgb(23,79,103);
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    outline: none;
    border: none;
    cursor: pointer;
}
.login-from-btn button:hover{
    opacity: 0.8;
}

.registerDiv {
    margin-top: 10px;
    text-align: center;
    color: #aaa;
}
.registerDiv a {
    color: #85b4f2 !important;
}

.FailurePrompt {
    /*width: 300px;*/
    margin: 10px auto;
    line-height: 40px;
    font-size: 15px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    /*padding-left: 5px;*/
    display: none;
}
.SuccessPrompt {
    width: 300px;
    margin: 10px auto;
    line-height: 40px;
    font-size: 15px;
    color: #fff;
    background-color: rgb(9,141,187);
    border-color: rgb(9,141,187);
    padding-left: 5px;
    display: none;
}
.btnloading {
    width: 20px;
    margin-top: 15px;
    margin-left: -50px;
    display: none;
}