/*
 * Wordpress custom login style
 */

/*--------------------------------------------------------------
# Inspirations
--------------------------------------------------------------*/
/*
	Inspirations
	@see: https://dribbble.com/shots/11369570--Log-in-Exploration
	@see: https://dribbble.com/shots/10996717-Flash-message-Success-Error
*/


/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
/*

Wordpress blue 			#007cba

Inovagora logo 			#3686d1
Inovagora light blue 	#01a7ee
Inovagora dark blue 	#1071b7

Inovagora grey light 	#e2e4e7 (border-color)
Inovagora grey 			#d2d8e0 (input)

Inovagora dark 			#282c37

Inovagora text color    #33475a


button
	color: #fff;
    background-color: #3755be;
    border-color: #3755be;
hover
    background-color: #0d619e;
    border-color: #0d619e;
*/

/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
* {
	box-sizing: border-box;
}
.login label,
.login #backtoblog,
.login #nav {
	font-size: inherit;
}
:focus, a:focus,
button:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Scafolding
--------------------------------------------------------------*/
body {
	/* font-family: 'Montserrat', sans-serif; */
	font-size: 15px;
	font-family: ProximaNova, Helvetica, Arial, sans-serif;
	background-color: #fff;
	color: #33475a;

    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: calc(54px + 2rem);
    box-sizing: border-box;
}
a {
	color: #1071b7;
}


/*--------------------------------------------------------------
# Alert
--------------------------------------------------------------*/
.login #login_error,
.login .message,
.login .success {
	line-height: 1.4;
    color: #33475a;
    border-top: 1px solid #dee1e4;
    border-right: 1px solid #dee1e4;
    border-bottom: 1px solid #dee1e4;
    border-left-width: 7px;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0.3125rem;
    padding: 12px 15px;
    padding-left: 18px;
    box-shadow: 0 2px 7px rgba(0,0,0,0.05);
}

.login #login_error {
    border-left-color: #fd6363;
}


/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.wp-core-ui .button,
.wp-core-ui .button-primary,
.wp-core-ui .button-secondary {
	font-size: inherit;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s, background-color .15s, border-color .15s;
}
.wp-core-ui .button-primary {
	border-color: #1071b7;
    background-color: #1071b7;
    color: #fff;
}
.wp-core-ui .button-primary.focus,
.wp-core-ui .button-primary.hover,
.wp-core-ui .button-primary:focus,
.wp-core-ui .button-primary:hover {
    background: #0d619e;
    border-color: #0d619e;
    color: #fff;
}
.wp-core-ui .button-secondary {
	border-color: #1071b7;
    color: #1071b7;
}
.wp-core-ui .button-group.button-large .button,
.wp-core-ui .button.button-large {
    line-height: 1.5;
	padding: 0.5rem 1.5rem;
}


/*--------------------------------------------------------------
# Logo
--------------------------------------------------------------*/
.login h1.wp-login-logo a,
.login h1 a {
    background-image: none;
    height: auto;
    text-indent: 0;
    width: auto;
    display: block;
    background: none;
    margin-bottom: 35px;
}
.login h1 a:focus {
	outline: none;
	box-shadow: none;
}
.login h1 a img {
    max-height: 140px;
    max-width: 240px;
    width: auto;
    height: auto;
    display: block;
    margin: auto;
}

#login {
    width: 360px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding: 45px 15px 30px;
    box-sizing: border-box;
}
.login form {
	border: none;
	background-color: transparent;
	box-shadow: none;
    overflow: visible;
    padding: 0;
}


/*--------------------------------------------------------------
# Input
--------------------------------------------------------------*/
.login form .input {
    display: block;
    width: 100%;
    height: calc(1.6em + 1.625rem);
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #1e2022;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bfc7d2;
    border-radius: 0.3125rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 1rem;

	height: 46px;
}
.login form .input:focus {
    color: #1e2022;
    background-color: #fff;
    border-color: rgba(55, 125, 255, 0.4);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.20);
}

/*--------------------------------------------------------------
# Password
--------------------------------------------------------------*/
.login .button.wp-hide-pw {
    width: 46px;
    height: 46px;
	border: 1px solid transparent;
}
.login .button.wp-hide-pw:focus {
	border-color: #1071b7;
	box-shadow: 0 0 0 1px #1071b7;
	outline: 2px solid transparent;
}
.login .button.wp-hide-pw:active {
    background: 0 0;
    box-shadow: none;
    transform: none;
    border-color: transparent;
}

/*--------------------------------------------------------------
# Password
--------------------------------------------------------------*/
.login #wp-submit {
	float: none;
	height: 46px;
	width: 100%;
}

/*--------------------------------------------------------------
# Label
--------------------------------------------------------------*/
.login label {
	margin-bottom: 0.35rem;
}

/*--------------------------------------------------------------
# Forget me not
--------------------------------------------------------------*/
#login form .forgetmenot {
    padding: 0.75rem 0;
    line-height: 1;
    position: relative;
    padding-left: 1.5rem;
    float: none;
    margin-bottom: 1rem;
}
#login form .forgetmenot input {
	    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 8px auto 0;
}
#login form .forgetmenot label {
	margin-bottom: 0;
	line-height: 1;
}
@media screen and (max-width: 782px) {

	.login form .forgetmenot {
	    padding-left: 2.175rem;
	}
}

/*--------------------------------------------------------------
# Nav
--------------------------------------------------------------*/
.login #nav {
	text-align: center;
	padding-top: .5rem;
	margin-top: 1rem;
}

/*--------------------------------------------------------------
# Back to blog
--------------------------------------------------------------*/
#backtoblog {
	position: absolute;
	left: 0;
	bottom: 0;
}

/*--------------------------------------------------------------
# Interim
--------------------------------------------------------------*/
.interim-login {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.interim-login .login h1 a {
    margin-bottom: 20px;
}
.interim-login .login h1 a svg {
    width: 200px;
}

/*--------------------------------------------------------------
# Nextend Social Login
--------------------------------------------------------------*/
#nsl-custom-login-form-main {
    display: none !important;
}
