/* FONT IMPORTS */
@font-face {
    font-family: 'ridleyBold';
    src: url('../fonts/ridley/RidleyGrotesk-Bold.eot');
    src: url('../fonts/ridley/RidleyGrotesk-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ridley/RidleyGrotesk-Bold.woff2') format('woff2'),
         url('../fonts/ridley/RidleyGrotesk-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto/Roboto-Light-webfont.eot');
    src: url('../fonts/roboto/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/Roboto-Light-webfont.woff') format('woff'),
         url('../fonts/roboto/Roboto-Light-webfont.ttf') format('truetype'),
         url('../fonts/roboto/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	padding: 20px;
}

body.login,
body.login #login form {
	display: -ms-flexbox;
	display: flex;
	
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	-ms-flex-pack: start;
	justify-content: flex-start;
	
	-ms-flex-align: stretch;
	align-items: stretch;
	
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	
	-ms-flex-pack: center;
	justify-content: center;
	
	-ms-flex-align: center;
	align-items: center;
	
	background: #ffffff;
	font-family: 'robotolight';
}

body.login #login form > p {
	width: 100%;
}

body.login #login form > .user-pass-wrap {
	width: 100%;
}

body.login #login form > p.forgetmenot,
body.login #login form > p.submit {
	width: 100%;
}

#lostpasswordform > p {
	width: 100%!important;
	margin-right: 0;
}

.login #nav a,
.login #backtoblog a {
	color: #4d4d4d;
}

.login #nav a:hover,
.login #backtoblog a:hover {
	color: #0079C0;
}

body.login #login {
	padding: 0;
	margin:0;
	max-width: 300px;
}

body.login div#login h1 a {
	background-image: url('../../images/rekon-logo.svg');
	background-size: 250px 39px;
	color: #444;
	height: 39px;
	width: 250px;
	margin-bottom: 30px;
}

.login form {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: 400;
    overflow: hidden;
    background: #ffffff;
    box-shadow: none;
}

.login form .input,
.login input[type="text"] {
    font-size: 24px;
    width: 100%;
    padding: 15px 15px 15px 45px;
    margin: 0;
    margin-bottom: 20px;
    background: #f7f8fc;
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none;
    border-radius: 5px;
    box-sizing: border-box;
}

.login input#user_login {
	background-image: url('../../svg/user.svg');
    background-size: 26px 26px;
    background-repeat: no-repeat;
    background-position: 10px 17px;
}

.login input#user_pass {
	background-image: url('../../svg/lock.svg');
    background-size: 26px 26px;
    background-repeat: no-repeat;
    background-position: 10px 17px;
}

.login input#user_email {
	background-image: url('../../svg/email.svg');
    background-size: 26px 26px;
    background-repeat: no-repeat;
    background-position: 4px 19px;
}

.login #reg_passmail {
	width: 100%!important;
	margin-bottom: 25px;
}

.login #login_error,
.login .message,
.login .success {
	border-left: 0;
	background: #f9f9fa;
	box-shadow: none;
}

.login form .forgetmenot {
	margin-bottom: 25px!important;
}

.wp-core-ui .button.button-large {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-radius: 0;
	background: #00aeef;
	border: 0;
	text-transform: uppercase;
	font-family: 'ridleyBold';
	text-shadow: none;
	box-shadow: none;
	font-size: 16px;
	padding: 0;
	transition: .3s ease;
	border-radius: 5px;
}

.login .button.wp-hide-pw .dashicons {
    width: 1.25rem;
    height: 1.25rem;
    top: 15px;
}

.wp-core-ui .button.button-large:hover {
	background: #323e48;
}

div.nsl-container .nsl-button-default {
	border-radius: 0!important;
}

#nsl-custom-login-form-main .nsl-container-login-layout-below {
	padding: 0!important;
}

div.nsl-container-block .nsl-container-buttons a {
	max-width: 100%!important;
}

.login #backtoblog, .login #nav {
	padding: 0;
	text-align: center;
}

@media only screen and (max-width : 768px) {
	body.login #login {
	    width: 100%;
	}
	
	body.login #login form > p,
	body.login #login form > .user-pass-wrap {
		width: 100%;
		margin-right: 0;
	}
}	

