/* The Modal (background) */
.modal_dlg  {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 30px;
}
/* Extras for log-in */
/* ==================*/

/* Extra styles for the cancel button */
#login_modal .cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}
/* Avatar image styles */
#login_modal img.avatar {
    width:100px;
    /*width: 40%;
    border-radius: 50%;*/
}
/* forgotte password link styles*/
#login_modal span.psw {
    float: right;
    padding-top: 16px;
}

/* Global Fixtures*/
/* ===============*/
/*
@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)}
    to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
    from {transform: scale(0)}
    to {transform: scale(1)}
}
*/
/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }
    .cancelbtn, .acceptbtn {
        width: 100%;
    }
}
