.wnw_form label { display: block; float: left; width: 130px;text-align:left; }
.wnw_form input[type="text"], .wnw_form input[type="password"],
.wnw_form input[type="email"] {
	padding: 4px 8px;
	background: #f0f0f0;
	border: 1px solid #ccc;
}
.wnw_form input[type="text"]:focus, .wnw_form input[type="password"]:focus,
.wnw_form input[type="email"]:focus {
	border-color: #aaa;
}
 
.wnw_errors { padding: 8px; border: 1px solid #f50; margin: 0 0 15px; }


.login_form {
   /* width: 40%;
    margin: 20px auto;
    text-align: center;
    background: #ffffff;
    padding: 30px;
    box-shadow: 0px 0px 2px 2px #b7b7b7;
    border-radius: 5px;*/
    
    width: 100%;
    max-width: 33%;
    margin: 0px auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    /* box-shadow: 0px 0px 2px 2px #b7b7b7; */
    border-radius: 4px;
    
}
.login_form input{
    width: 100%;
    background: #fff;
}
.login_form input[type="submit"]{
    
    background: #5f6ddd;
	
}
.login_form.register_form{
	padding:10px;
}



h2{
    
    margin-top:0;
}
h2 a{
    color: #fff;
    text-decoration: none;
}

body{
    background: url(../images/graphs-morse.png) no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    box-shadow: inset 0 0 0 100vw rgba(0,0,0,0.2);
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

.container{
    position: relative;
}
h3.wnw_header {
    margin: 0 0 30px;
    font-size: 26px;
    font-weight: 400;
}
h2.login-head a {
    color: #fff;
    text-decoration: none;
    text-shadow: 0 3px 5px #222;
}

input#wnw_user_login,
input#wnw_user_pass,
input#user_login{
    height: 40px;
    border-radius: 4px;
    background: none;
    box-shadow: none;
    outline: none;
}
input#wnw_login_submit,
.login_form input[type="submit"]{
color: #fff !important;
background-color: #5f6ddd !important;
border-color: #5f6ddd !important;
display: inline-block !important;
margin-bottom: 0 !important;
font-weight: 400 !important;
text-align: center !important;
white-space: nowrap !important;
vertical-align: middle !important;
-ms-touch-action: manipulation;
touch-action: manipulation !important;
cursor: pointer !important;
background-image: none !important;
padding: 10px 20px !important;
font-size: 16px !important;
line-height: 1.42857143 !important;
border-radius: 4px !important;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none !important;
text-transform: capitalize !important;
}

.wnw_form a.button {
    padding: 13px 15px;
    margin-top: 10px;
    border-radius: 4px;
    width: 100%;
    text-decoration: none !important;
}

a.custom-logo-link img {
    margin: 0 auto;
}


@media (max-width:991px) {
	.login_form {
        width: 100%;
        max-width: 100%;
    }
}

input#wnw_user_remember {
    width: auto !important;
}