/*!
Theme Name: SSD
Theme URI: https://gorillahub.net
Author: GorillaHub
Author URI: https://gorillahub.net
Description: SSD Controller
Version: 1.0
*/

body{
	margin: 0;
}
.login_wrapper{
	text-align: center;	
	margin: auto;	
	width: 320px;
	padding: 8% 0 0;	
}
.login_wrapper #loginform{
	padding:26px 24px 46px;
}
.login_wrapper p{
	/*padding-left:10px;
	padding-right:10px;*/
}
.login_logo{
	max-width:320px;
}
.login_wrapper #user_login, .login_wrapper #user_pass{
	width:95%;
}
.login_wrapper label{
	width: 100%;
	float: left;
	text-align: left;
	color: #444;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	font-size:14px;
}
.login_wrapper input{
	width: 100%;
	margin-top: 3px;
	font-size: 24px;
	width: 100%;
	padding: 5px;
	margin: 2px 6px 16px 0;
	background: #fbfbfb;
	border: 1px solid #ddd;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	color: #32373c;
	outline: 0;
	transition: 50ms border-color ease-in-out;
}
.login-remember{
	font-weight: 400;
	float: left;
	margin: 0;
}
.login-remember label{
	font-size:12px;
	line-height:19px;
}
.login-remember input{
	width:auto;
	border: 1px solid #b4b9be;
	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;
	min-width: 16px;

}
.login-remember input:checked::before {
    content: "\f2b1";
    margin: -3px 0 0 -4px;
    color: #1e8cbe;
}

.login_wrapper #wp-submit{
	width: auto;
	float: right;
	margin: 0;
	font-size: 13px;
	color:#FFF;
	height: 30px;
	line-height: 28px;
	padding: 0 12px 2px;
}
.login-action-login, .login-action-lostpassword{
	background: #FFF;
}
#loginform, #lostpasswordform{
	box-shadow: none;
}
#loginform input, #lostpasswordform input{
	border-radius: 8px;
}
#wp-submit{
	box-shadow: none;
	background: #e51b20;
	border: none;
	text-shadow:none;
}
.login #login_error, .login .message, .login .success {
    border-left: 4px solid #e51b20 !important;
}
#login h1 a, .login h1 a {
        background-image: url('assets/logo.png');
		width:320px;
		background-size: 320px;
		background-repeat: no-repeat;
        padding-bottom: 30px;
}
#rememberme{
	border-radius:0 !important;
	-webkit-appearance: checkbox;
}

.menu-icon-nodes ul li:nth-child(4){
	display:none !important;
}