#emd_login_form,
#emd_register_form {
    background-color: #f7f7f7;
    border-radius: 2px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    max-width: 350px;
    overflow: hidden;
    padding: 15px;
    width: 100% !important;
    font-family: 'open sans';
background-color: #fff;
}
#emd_login_form fieldset,
#emd_register_form fieldset {
    border: medium none;
}
#emd_login_form legend,
#emd_register_form legend {
    color: #B8866E;
    font-size: 1.2em;
    padding-bottom: 1em;
}
#emd-login-submit.emd_submit.button,
#emd-register-submit.emd_submit.button{
    background: #4169e1 none repeat scroll 0 0;
    border-radius: 4px;
    color: #ffffff;
    font-family: Arial;
    font-size: 20px;
    padding: 10px 20px;
    text-decoration: none;
    width: 100%;
}
#emd_login_form .emd-input,
#emd_register_form .emd-input{
    width: 100%;
}
#emd-login-submit.emd_submit.button:hover,
#emd-register-submit.emd_submit.button:hover {
    background: #1e90ff none repeat scroll 0 0;
    text-decoration: none;
}
p.emd-register-link a,
p.emd-lost-password a {
    color: #1e90ff;
    text-decoration: none;
    font-size:90%;
}
.emd-alert-error{
    color:#a94442;
}
.emd-ncc-msg,
.emdloginreg-container {
    padding: 26px 24px 36px;
    -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.25);
    box-shadow: 2px 2px 3px rgba(0,0,0,.25);
    border-radius: 5px;
    border: 1px solid #ddd;
    color:red;
}
.noaccess-container{
min-height:200px;
padding:100px 0;
}
#emd-register-container,
#emd-login-container {
margin:150px 0;
}
.emd-alert-container ~ #emd-login-container,
.emd-alert-container ~ #emd-register-container{
margin:5px 0 50px 0;
}
.noaccess-container,
.emdloginreg-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    max-width: 300px;
}
.emd-alert-container{
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 16px 17px 16px;
    background-color: #faebd7;
    border: 7px solid #fff;
}
.emd-login-container,
.emd-register-container{
margin-top:15px;
}
.emd-alert-container,
.noaccess-container{
   max-width: 350px;
}
#emd_register_form p,
#emd_login_form p{
margin:10px 0;
padding:0;
}
#emd_login_form input,
#emd_register_form input{
    box-sizing : border-box;
background: #fbfbfb;
color: #32373c;
font-size: 16px;
margin:0;
}
#emd_login_form label,
#emd_register_form label{
    color: #72777c;
   cursor: pointer;
display: inline-block;
margin-bottom: 5px;
}
