html,body {
    width: 100%;
    height: 100%;
    min-height: 730px;
    margin: 0;
    padding: 0;
    font-family: Tahoma,Arial,Verdana,sans-serif;
}

.wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    background: #ecf0f3;
    padding-bottom: 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.left {
    float:left;
}

.right {
    float: right;
}

.clear {
    width: 100%;
    clear: both;
}

.up {
    width: 270px;
    height: 210px;
    position: absolute;
    background: url(img/dynamic/login_img_up.svg) 0 0 no-repeat;
    top: 0;
    right: 0;
}

.down {
    width: 280px;
    height: 300px;
    position: absolute;
    background: url(img/dynamic/login_img_dowm.svg) 0 0 no-repeat;
    bottom: 0;
    left: 0;
}

.login-container {
    width: 380px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -270px;
    margin-left: -190px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.login-container a {
    font-size: 14px;
    color: #0094df;
}

.login-container a:hover{
    text-decoration: none;
}

.logo {
    width: 200px;
    height: 72px;
    display: block;
    margin: 0 auto 40px;
}

.logo > img {
    width: 100%;
    display: block;
}

.logo-container {
    text-align: center;
    margin-bottom: 40px;
    width: 500px;
    margin-left: -60px;
}

.form-wrap {
    width: 100%;
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba( 16, 14, 9, 0.1);
    -webkit-box-shadow: 0px 1px 3px 0px rgba( 16, 14, 9, 0.1);
}

form, .form {
    width: 100%;
    padding: 20px 40px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.form label, form label {
    width: 100%;
    height: 20px;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #4e5355;
    margin-bottom: 5px;
}

.form input.field, form input.field {
    width: 100%;
    padding: 10px 15px;
    height: 40px;
    border: 1px solid #ced1d3;
    border-radius: 3px;
    line-height: 20px;
    font-family: Tahoma,Arial,Verdana,sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 20px;
}


.form span.remember, form span.remember {
    width: 16px;
    height: 16px;
    display: block;
    border: 1px solid #ced1d3;
    border-radius: 2px;
    float: left;
}

.form span.remember.active, form span.remember.active {
    background: url(img/checkLogin.png) center 3px no-repeat;
}

.form span.remember-label, form span.remember-label {
    font-size: 14px;
    color: #4e5355;
    float:left;
    margin-left: 10px;
}

.form button, form button {
    width: 160px;
    height: 45px;
    display: block;
    border-radius: 30px;
    border: 1px solid #ff932e;
    background: #ff932e;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 0;
    cursor: pointer;
    margin: 20px auto 0;
    outline: none;
}

.form button:hover, form button:hover {
    background: transparent;
    color: #ff932e;
}

.form .error, form .error {
    width: 100%;
    height: 20px;
    display: none;
    line-height: 20px;
    text-align: center;
    color: #dc425d;
    margin: -10px 0 30px;
}


.account {
    width: 100%;
    background: #fcfcfd;
    border-top: 1px solid #e9eaea;
    line-height: 60px;
    text-align: center;
}

.copyright {
    width: 100%;
    font-size: 13px;
    line-height: 15px;
    color: #555a61;
    text-align: center;
    position: absolute;
    bottom: 25px;
    left: 0;
}


/*Dynamic Logo START*/


.login-container.dynamic {
    background: #fff;
}

.login-container.dynamic .logo {
    margin: 40px auto 20px;
}

/*Dynamic Logo END*/


/*No Logo START*/
.login-container h1 {
    font-size: 20px;
    text-align: center;
    color: #4e5355;
    margin: 20px 0;
}
.login-container h3 {
    font-size: 14px;
    color: #4E5355;
    margin: 5px 0 15px;
}

/*No Logo END*/


/*Sign In with Google START*/
.sign-in-with-google{
    width: 300px;
    margin: 20px auto;
    position: relative;
}

.or {
    width: 100%;
    height: 1px;
    background: #ced1d3;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.or > span {
    width: 15px;
    height: 15px;
    padding: 0 5px;
    background: #fff;
    line-height: 14px;
    font-size: 14px;
    color: #ced1d3;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -12px;
}

/*Sign In with Google END*/

/*forgot page START*/
.forgot h1 {
    margin: 0;
    padding: 20px 0;
    background: #fff;
}

.forgot h1 > span {
    display: block;
    margin: 10px 0 0;
    font-size: 14px;
    font-weight: normal;
}

.forgot .form {
    padding-bottom: 40px;
}

.forgot .form button {
    width: 220px;
}
/*forgot page END*/

/*----SUCCESS start-----*/
.success  {
    top: 20px;
    width: 610px;
    height: 72px;
    padding-left: 60px;
    border-top: 3px solid #35a750;
    background: url(img/success.svg) no-repeat 16px center, #fff;
    position: absolute;
    left: 50%;
    opacity: 1;
    margin-left: -335px;
    border-radius: 3px;
    box-shadow: 0px 1px 3px 0px rgba( 16, 14, 9, 0.1);
    -webkit-box-shadow: 0px 1px 3px 0px rgba( 16, 14, 9, 0.1);
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    z-index: 999;
}

.success.failed {
    border-color: #ff614b;
    background: #fff;
}

.success.hide  {
    opacity: 0;
    top: -100px;
}

.success h3,
.success p {
    color: #4e5355;
}

.success h3 {
    font-size: 16px;
    margin: 18px 0 0 0;
}

.success p {
    font-size: 13px;
    margin: 6px 0 0 0;
}
/*----SUCCESS end-----*/

#signup-form {
    position: relative;
}

.signup-container {
    width: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -400px;
    margin-left: -335px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.signup-container a {
    font-size: 14px;
    color: #0094df;
}

.signup-container a:hover{
    text-decoration: none;
}

.signup-container .form-wrap h3 {
    font-size: 14px;
    color: #4E5355;
    font-weight: bold;
    margin: 5px 0 15px;
}

.signup-container label {
    position: relative;
}

.signup-container .error {
    display: none;
    width: auto;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #dc425d;
    font-size: 12px;
    font-style: italic;
    position: absolute;
    top: 75px;
    left: 0;
}

.login-container.signup {
    width: 670px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -400px;
    margin-left: -335px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.info-wrap {
    width:46%;
    position: relative;
    z-index: 100;
}

.personal.info-wrap {
    float: left;
}

.login.info-wrap {
    float: right;
}

.personal .inner-info-wrap {
    padding-right: 15px;
}

.login .inner-info-wrap {
    padding-left: 15px;
}

.info-wrap .field:last-child {
    margin-bottom: 0;
}

.field.login-error {
    border-color: #f00;
}

.error-message {
    color: #f00;
    font-size:12px;
    position: relative;
    top: -20px;
}

.signup-container input:disabled {
    background: #fff;
}

span.required:after {
    content:"*";
    color:#f00;
}

.signup-background {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    bottom: 0;
    background: #fafafb;
    background: -moz-linear-gradient(-45deg, #F7F6F6 0%, #ffffff 100%);
    background: -webkit-linear-gradient(-45deg, #F7F6F6 0%,#ffffff 100%);
    background: linear-gradient(135deg, #F7F6F6 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7F6F6', endColorstr='#ffffff',GradientType=1 );
    z-index: 0;

    -webkit-box-shadow: inset 1px 0px 2px 1px rgba(221,221,221,1);
    -moz-box-shadow: inset 1px 0px 2px 1px rgba(221,221,221,1);
    box-shadow: inset 1px 0px 2px 1px rgb(239, 239, 239);
}

.signup-background>.inner {
    background: #ffffff;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0.85) 50%, rgb(255, 255, 255) 100%);
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}

.signup-container button {
    position: relative;
    z-index: 100;
}

/*----SMART SELECT start-----*/
.select-wrap {
    position: relative;
    margin-bottom: 20px;
    z-index: 10;
}

.select-wrap:before {
    content: "";
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    background: #f4f7f8;
    border-left: 1px solid #efefef;
    top: 1px;
    right: 1px;
    border-radius: 0 3px 3px 0;
}

.select-wrap:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #909599 transparent transparent transparent;
    position: absolute;
    top: 18px;
    right: 17px;
}

.select-wrap input.field {
    margin-bottom: 0;
}

.smart-select {
    display: none;
    width: 100%;
    position: absolute;
    top: 39px;
    left: 0;
    border: 1px solid #ced1d3;
    border-radius: 3px;
    background: #fff;
    box-sizing: border-box;
}

.smart-select.show {
    display: block;
}

.smart-select span {
    display: block;
    padding: 0 15px;
    font-size: 14px;
    line-height: 40px;
    border-top: 1px solid#efefef;
    cursor: pointer;
}

.smart-select span:hover {
    background: #f4f7f8;
}
/*----SMART SELECT end-----*/

/*Dynamic Logo START*/
.signup-container.dynamic {
    background: #fff;
}

.signup-container.dynamic .logo {
    margin: 40px auto 20px;
}
/*Dynamic Logo END*/

/*----NO LOGO start---*/
.signup-container h1 {
    font-size: 20px;
    text-align: center;
    color: #4e5355;
    margin: 20px 0;
}
/*----NO LOGO end-----*/

/*----SMART SELECT start-----*/
.select-wrap {
    position: relative;
    margin-bottom: 20px;
    z-index: 10;
}

.select-wrap:before {
    content: "";
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    background: #f4f7f8;
    border-left: 1px solid #efefef;
    top: 1px;
    right: 1px;
    border-radius: 0 3px 3px 0;
}

.select-wrap:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #909599 transparent transparent transparent;
    position: absolute;
    top: 18px;
    right: 17px;
}

.select-wrap input.field {
    margin-bottom: 0;
}

.smart-select {
    display: none;
    width: 100%;
    position: absolute;
    top: 39px;
    left: 0;
    border: 1px solid #ced1d3;
    border-radius: 3px;
    background: #fff;
    box-sizing: border-box;
}

.smart-select.show {
    display: block;
}

.smart-select span {
    display: block;
    padding: 0 15px;
    font-size: 14px;
    line-height: 40px;
    border-top: 1px solid#efefef;
    cursor: pointer;
}

.smart-select span:hover {
    background: #f4f7f8;
}
/*----SMART SELECT end-----*/

/*-Sign In with Google START-*/
.sign-in-with-google{
    width: 300px;
    margin: 20px auto;
    position: relative;
}

.or {
    width: 100%;
    height: 1px;
    background: #ced1d3;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.or > span {
    width: 15px;
    height: 15px;
    padding: 0 5px;
    background: #fff;
    line-height: 14px;
    font-size: 14px;
    color: #ced1d3;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -12px;
}
/*-Sign In with Google END-*/

/*-----TOOLTIP start-----*/
.tooltip {
    display:none;
    position:absolute;
    border:1px solid #e9eaea;
    background-color:#fff;
    border-radius:3px;
    padding:10px;
    color:#4E5355;
    font-size:12px;
    top:-55px;
}
/*------TOOLTIP end------*/