div,input{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
body{
    background:#271567;
    font-family:'Raleway', sans-serif;
    color:#606060;
    font-weight:400;
    font-size: 16px;
    letter-spacing: 0.3;
    line-height: 1.5em
}

.login h1 a{
    background-image:url(../images/header-logo.png);
    background-size: contain;
    width: 142px
}

.login form{
    background:rgba(255,255,255,0.9);
    border-radius:5px
}
.login form .input, .login input[type=password], .login input[type=text]{
    border:none;
    min-height:32px;
    font-size:16px;
    padding-left:10px;
    padding-right:10px
}
.login form .input:focus, .login input[type=password]:focus, .login input[type=text]:focus{
    outline:none!important;
    box-shadow:none!important
}
.wp-cancel-pw>.dashicons, .wp-hide-pw>.dashicons{
    color:#271567
}
.login form .forgetmenot{
    float:none
}

#login {
    padding: 20px 0!important;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    overflow-y: auto;
    width: 100%
}
#login::-webkit-scrollbar {
    width: 10px
}

#login::-webkit-scrollbar-track {
    background: #e1e9ea; 
    border-radius:5px
}
 
#login::-webkit-scrollbar-thumb {
    background: #999; 
    border-radius:5px;
    cursor:pointer
}

#login::-webkit-scrollbar-thumb:hover {
    background: #000
}
#login>h1,
#login>#login_error,
#login>.message,
#login>#loginform,
#login>#registerform,
#login>#lostpasswordform,
#login>#resetpassform,
#login>#nav{
    max-width: 320px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto 
}
#login>#backtoblog{
    display:none
}
#login>#nav{
    text-align:center
}
#login>#nav a{
    color:#fff;
    box-shadow:none
}
#login>#nav a:hover{
    text-decoration:underline
}
#login>#login_error,#login>.message {
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 12px
}
#login input.custom-checkbox[type=checkbox]{
    opacity: 0;
    width: 25px;
    height: 20px;
    min-width: 0;
    margin: 0;
    position: absolute
}
#login input.custom-checkbox[type=checkbox]+span{
    display:inline;
    line-height:0
}
#login input.custom-checkbox[type=checkbox]+span:before{
    display: inline-block;
    font-family: FontAwesome;
    content: "\f096";
    font-size: 26px;
    margin-right: 5px;
    margin-top: -1px;
    vertical-align: middle;
    color:#271567
}
#login input.custom-checkbox[type=checkbox]:checked+span:before{
    content: "\f14a";
    font-size: 24px;
    margin-top: -2px
}
#login label{
     -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
#login form p.submit{margin-top:20px}
.login .button-primary{
    float:none;
    outline:none;
    border:none;
    background:#271567;
    color:#fff;
    font-weight:700;
    font-size:18px;
    border-radius: 5px;
    padding: 7px 20px;
    cursor:pointer;
    line-height:1.8!important
}
.login .button-primary:hover,
.login .button-primary:focus{
    background:#f02401;
    box-shadow:none
}
.login .button.wp-hide-pw{
    height:2.1rem;
    min-height:33px
}
.login .button.wp-hide-pw:focus{
    border:none;
    box-shadow:none;
}
.login .button.wp-hide-pw .dashicons{
    top:0
}
.language-switcher {
	display:none!important
}
@media screen and (max-height: 550px){
#login {
    padding: 20px 0
}}
