
.loginPg a.logolink{
    display: block;
    width: 370px;
    height: auto;
    margin: 50px auto 0;
}

.loginPg a.logolink img{
    display: block;
    margin: 0 0 0 20px;
}

.loginPg h3,
.loginPg h4{
    text-align: center;
    font-weight: 400;
    color: #5e4d30;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
    font-size: 42px;
    margin: 15px 0 0 0;
    border: none;
}

.loginPg h4{
    font-size: 18px;
    margin: 0;
}

#containLoginBox{
    position: relative;
    background-image: url('../img/ico-lock.png');
    background-position: center 13px;
    background-repeat: no-repeat;
    width: 300px;
    margin: 30px auto 0;
    background-color: #fafafa;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 80px 20px 15px 20px;
    border: none;
    -webkit-box-shadow: 0 0 0 5px rgba(0,0,0,0.1);
    box-shadow: 0 0 0 5px rgba(0,0,0,0.1);
}

#containLoginBox #loginBox{
    margin: 0;
}

#containLoginBox #loginBox form label,
#forgot-password form label{
    float: none;
    display: block;
    text-align: center;
    color: #555;
    margin: 0 0 3px 0;
}

#containLoginBox #loginBox form label.FormSpacing{
    
}

#containLoginBox #loginBox form label.FormSpacingLrg{
    margin-top: 20px;
}

#containLoginBox #loginBox form input,
#forgot-password form input{
    display: block;
    width: 278px;
    padding: 10px;
    border: 1px solid #ddd;
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 300;
    color: #777;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#forgot-password form input{
    width: 335px;
}

#containLoginBox #loginBox form input:focus,
#forgot-password form input:focus{
    outline: none;
    border: 1px solid #bbb;
}

#containLoginBox #loginBox form input.login-link.login-link1,
#forgot-password form input.login-link.login-link1,
#containLoginBox #loginBox form a.signup-link{
    width: 300px;
    height: 45px;
    margin: 1px 0 0 0;
    background-color: #09b3bd;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
    border-bottom: 3px solid #0098a1;
    font-size: 18px;
    font-weight: 600;
    line-height: 19px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -ms-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
    text-shadow: 1px 1px 0 #319cd9;
}

#containLoginBox #loginBox form a.signup-link{
    display: block;
    text-align: center;
    color: #888;
    font-weight: 600;
    text-shadow: 1px 1px 0 #fafafa;
    background-color: #e7e7e7;
    border-bottom: 3px solid #ccc;
    height: 33px;
    padding-top: 11px;
}

#containLoginBox #loginBox form #signup label{
    color: #888;
    margin-bottom: 0px;
    padding-bottom: 2px;
}

#containLoginBox #loginBox form #submit{
    height: 47px;
    margin: 20px 0 0 0;
}

#containLoginBox #loginBox form input.login-link.login-link1:hover{
    background-color: #13c4ce;
}

#containLoginBox #loginBox form input.login-link.login-link1:active,
#containLoginBox #loginBox form a.signup-link:active{
    background-color: #13c4ce;
    border-bottom: 1px solid #2184bc;
    outline: none;
    margin-top: 2px;
}

#containLoginBox #loginBox form a.signup-link:hover,
#containLoginBox #loginBox form a.signup-link:active{
    background-color: #eee;
}

#containLoginBox #loginBox form a.signup-link:active{
    border-bottom: 1px solid #ccc;
    margin-top: 3px;
}

#containLoginBox #loginBox form input.login-link.login-link1:focus,
#containLoginBox #loginBox form a.signup-link:focus{
    outline: none;
}

#containLoginBox .loginErr{
    text-align: center;
    position: absolute;
    top: 10px;
    left: 0;
    padding: 0 10px;
    height: 55px;
    width: 320px;
}

#containLoginBox .loginErr > span{
    display: block;
    background: #fafafa;
    color: #555;
    font-size: 14px;
    height: 55px;
}

#containLoginBox .loginErr > span > strong{
    color: #ff7e00;
    font-size: 15px;
}

.bottomLinks{
    width: 300px;
    margin: 10px auto 0;
    text-align: center;
}

.bottomLinks .login-link{
    display: inline-block;
    font-weight: 300;
    color: #5e4d30;
    font-size: 14px;
    text-decoration: none;
}

.bottomLinks .login-link.login-link2 sup{
    font-size: 7px;
}

.bottomLinks .login-link.login-link2:hover{
    color: #333;
}

.loginPg a.logolink img#mainLogo{
    float:none;
}

#forgot-password a{
    display: block;
    margin: 3px 0 0 0;
    float: right;
    padding: 2px 7px;
    background-color: #eee;
    color: #888;
    font-size: 13px;
    -webkit-transition: background 300ms ease, color 300ms ease;
    -moz-transition: background 300ms ease, color 300ms ease;
    -ms-transition: background 300ms ease, color 300ms ease;
    -o-transition: background 300ms ease, color 300ms ease;
    transition: background 300ms ease, color 300ms ease;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#forgot-password a:hover{
    background-color: #09b3bd;
    color: #fff;
}

#forgot-password #pop-msg h3{
    font-size: 22px;
}

#forgot-password form input.login-link.login-link1{
    width: 200px;
    margin: 0 auto;
}

#forgot-password-name, #forgot-password-co, #forgot-password-mail, #forgot-password-number, #submit{
    position: relative;
}

#forgot-password-name .error,
#forgot-password-co .error,
#forgot-password-mail .error,
#forgot-password-number .error{
    top: 61px;
    left: 11px;
    text-align: left;
    color: #c00;
}