body, html{
    background: #f1f1f1;
    min-width: 0;
    color: #444;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    line-height: 1.4em;
}

label{
    cursor: pointer;
    user-select: none;
}

input[type=text], input[type=search], input[type=radio], input[type=tel], input[type=time], input[type=url], input[type=week], input[type=password], input[type=checkbox], input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], select, textarea{
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    background-color: #fff;
    color: #32373c;
    outline: 0;
    -webkit-transition: 50ms border-color ease-in-out;
    transition: 50ms border-color ease-in-out;
}

input[type=radio], input[type=checkbox]{
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
}

input[type=radio]:checked:before, input[type=checkbox]:checked:before{
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    font: 400 21px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased
}

input[type=checkbox]:checked:before{
    content: "*";
    font-size: 16px;
    margin: -1px 0 0 -1px;
    color: #3db1de;
    background:  #3db1de;
}

p{
    line-height: 1.5
}

.login h1{
    text-align: center;
}

.login *{
    margin: 0;
    padding: 0;
}

.login form{
    overflow: hidden;
    font-weight: 400;
}


.login form{
    margin-top: 20px;
    margin-left: 0;
    padding: 26px 24px 46px;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);
    box-shadow: 0 1px 3px rgba(0,0,0,.13);
}

.login label{
    color: #72777c;
    font-size: 14px;
    line-height: 1.7;
}

.login form .input, .login input[type=text]{
    font-size: 24px;
    width: 100%;
    padding: 3px;
    margin: 2px 6px 16px 0;
}

.login form .input, .login form input[type=checkbox], .login input[type=text]{
    background: #fbfbfb;
}

.login form .forgetmenot{
    font-weight: 400;
    float: left;
    margin-bottom: 0;
}

.login #nav{
    margin: 24px 0 0;
    text-align: center;
}

.login #nav a{
    text-decoration: none;
    color: #555d66;
}

.login #copyright{
    margin: 24px 0 0;
    font-size: 11px;
    text-align: center;
}

.button{
    height: 30px;
    line-height: 28px;
    padding: 0 12px 1px;
}

.btn-primary {
    border:1px solid #3db1de;
    background: #2fbaf1;
    color: #fff;
    text-decoration: none;
}

.btn-primary:active{
    border:1px solid #369ac2; 
}

.login .btn-primary{
    float: right;
}

.btn-primary-email {
    border:1px solid #3db1de;
    background: #2fbaf1;
    color: #fff;
    text-decoration: none;
    display:none;
}

.btn-primary-email:active{
    border:1px solid #369ac2;
}

.login .btn-primary-email{
    float: left;
}

.btn-disabled {
    border: 1px solid #ccc;
    background: #ddd;
}


#login{
    width: 320px;
    padding: 5% 0 0;
    margin: auto;
}

#login form p{
    margin-bottom: 0;
}

#login form p.submit{
    margin: 0;
    padding: 0;
}

#loginform p.submit, .login-action-lostpassword p.submit{
    border: none;
    margin: -10px 0 20px;
}

#loginform .hint{
    width: 100%;
    text-align: center;
    padding:3px;
    margin-bottom: 5px;
    display: none;
}

#loginform .hint .error{
    color:#dd0b00;
}

#loginform .hint .warning{
    color:#ef9f0c;
}

.logo{
    text-align: center;
}
.logo img {
    width: 50%;
}

.verify{
    width: 60% !important;
}
.verifyImg{
    width: 100px;
    height: 40px;
    border: 1px solid #ddd;
    float:right;
    margin-top: 2px;
    cursor: pointer;
}






