a:focus{

    box-shadow: none;

}
*{
    outline: none !important;
}

body.login{
    background-image: url(../img/login-bg.jpg);
    display: flex;
    align-items: center;
    background-color: #fff !important;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
}

body.login.interim-login{

	background-image: none;

}

.login h1 a{

	background-image: url('../img/emrg-logo.png') !important;

	min-height: 64px;

    background-size: contain;

    height: auto;

    width: 100%;

    margin-bottom: 20px;

}

div#login{
	background-color: #fff;
    width: 100%;
    max-width: 471px;
    padding: 35px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.login form{

	padding: 0;

    border: 0;

    margin-top: 0;

}

.login form .forgetmenot{

	float: none;

	text-align: center;

	margin-bottom: 25px !important;

}

body.login div#login form#loginform p.submit input#wp-submit,
body.login div#login form#lostpasswordform p.submit input#wp-submit,
body.login-action-lostpassword div#login p#nav a{
	float: none;
    font-size: 18px;
    background-color: #228195;
    width: 100%;
    max-width: 185px;
    padding: 13px 10px;
    border: 0;
    color: #fff;
    margin-top: 0;
    font-weight: normal;
    text-transform: none;
    box-shadow: none !important;
    line-height: normal;
}
body.login-action-lostpassword div#login p#nav a{
	display: table;
    margin-left: auto;
    margin-right: auto;
    max-width: 185px;
    width: 100%;
    box-sizing: border-box;
    color: #fff !important;
    border-radius: 4px;
    padding: 13px 10px;
    line-height: normal;
}

body.login-action-lostpassword div#login p#nav a:hover{

	opacity: 0.8;

}

body.login div#login form#lostpasswordform p.submit input#wp-submit{
	background-color: #333;
    line-height: normal;
}

body.login div#login form#lostpasswordform p.submit input#wp-submit:hover{

	opacity: 0.8;

}

p.submit{

	text-align: center;

}

.login #nav{

	text-align: center;

	font-size: 15px;

}

.login #nav a{

	color: #4C5F73 !important;

}

.login label[for="user_login"],

.login label[for="user_pass"]{

	display: none;

}

.login label{

	font-size: 15px;

}

.login form .input{

	font-size: 15px;

	border-radius: 0;

    padding: 15px 10px;

    border-top: 0;

    border-left: 0;

    border-right: 0;

    background-color: #fff;

}

.login form .input:focus{

    box-shadow: none;

    border-color: #228195;

}

.login form .input#user_login{

	margin-bottom: 35px;

}

.login form .input#user_pass{

	margin-bottom: 25px;

}

.login-message{

	text-align: center;

    font-size: 15px;

    opacity: 50%;

    margin-bottom: 25px;

}

.login #login_error, 

.login .message, 

.login .success{

    text-align: center;

    background-color: white;

    color: #333;

    font-size: 15px;

    font-weight: bold;

    border-left: 0;

    box-shadow: none;

    padding: 0;

}

#backtoblog{

	display: none;

}
.emrgboxes {
    width: 100%;
    margin: 0 0 30px;
    display: table;
}
.emrgboxes .emrgbox-row-inner{    
    display: flex;
    justify-content: space-between;
    margin: auto;
    max-width: 1350px;
}
.emrgbox {
    background: #fff;
    max-width: 315px;
    width: 100%;
    margin: 0 20px;
    display: table;
    text-align: center;
    padding: 42px 10px 48px;
}
.emrgbox .image-wrap{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    margin-bottom: 17px;
}
.emrgbox img { 
    max-width: 52px;
}
.emrgbox h3 { 
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #3E3E3E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.emrgbox a { 
    margin-top: 30px;
    justify-content: center;
    max-width: 305px;
    width: 100%;
    background: #228195;
    color: #fff;
    border-radius: 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 17px 10px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    font-weight: bold;
}
.emrgboxes.two {
    margin-bottom: 0;
    padding-bottom: 45px;
}
.emrgboxes.two .emrgbox-row-inner{
    max-width: 1007px;
}
#login { 
    margin-top: 90px;

}