.cover_modal {
    background: #FFFFFF;
}
.login_dialog {
    border: 1px solid rgba(161, 161, 161, 0.53);
    border-radius: 5px;
    background: #FFFFFF;
    padding-top: 5% !important;
    padding-bottom: 10% !important;
    padding-right: 15% !important;
    padding-left: 15% !important;
}
.login_dialog label {
    display: inline-table;
    font-weight: normal;
    margin-bottom: 5px;
}

.login_dialog h2 {
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 400;
}
.login_dialog input[type=text],
[type=password],
[type=email] {
    border: 1px solid rgba(96, 125, 139, 0.25) !important;
    min-height: 32px !important;
    margin-bottom: 10px !important;
    padding: 7px 12px !important;
    width: 100%;
}
.login_dialog input[type=submit] {
    display: block;
    cursor: pointer;
    margin: 10px 0px 15px 0px;
    font-weight: bold;
    width: 100%;
    min-height: 32px !important;
}
.login_dialog input[type=submit]:hover {
}

.forgetmenot{
    display: block;
}

.login_dialog .pass_and_register {
    position: relative;
    top: 15px;
}
.pass_and_register a {
    margin-right: 10px;
}

.back_login {

}
.alert_status {
    background: #f44336 !important;
    color: #f1f1f1 !important;
    font-style: italic !important;
    padding-left: 10px;
}

a.boxclose{
    width: 30px;
    height: 30px;
    top: 0px;
    right: 0px;
    text-align: center;
    cursor: pointer;
    line-height: 30px;
    color: #009688;
    z-index: 10;
    font-size: 18px;   
}
a.boxclose:hover{
    background: rgba(0,0,0,0.1);
}

.boxclose:after {
    content: '\00D7';
    display: inline-block;
}
