* {
    box-sizing: border-box;
}

body {
    margin: 0;
    min-width: 320px;
    font-family: Helvetica;
    font-size: x-large;
    zoom: 60%;
    background-color: rgba(0, 0, 0, 0.4);
}

input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #67846d;
    box-sizing: border-box;
    font-size: x-large;
    margin-bottom: 30px;
}

/* Set a style for all buttons */
input[type="submit"] {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    font-size: xx-large;
    margin-top: 25px;
    margin-bottom: 35px;
}

.rememberme {
    zoom: 200%;
    margin-top: 30px;
}

button:hover {
    opacity: 0.8;
}

/* Center the image and position the close button */
.imglogin-container {
    text-align: center;
    margin: 45px 0 55px 0;
    position: relative;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
    width: 35%;
    height: 35%;
}

.login-container {
    padding-left: 26px;
    padding-right: 26px;
    display: block;
}

span.psw {
    float: right;
    padding-top: 20px;
    padding-bottom: 10px;
}

/* The Modal (background) */
.login-window {
    display: block; /* 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: 60px;
}

/* Modal Content/Box */
.login-window-content {
    background-color: #fefefe;
    margin: auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 90%; /* Could be more or less, depending on screen size */
}

.cssload-fond {
    width: 100% !important;
    top: 0px !important;
}


/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-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 (min-width: 450px) {
    .login-window {
        width: 600px;
        display: block;
        position: inherit;
        z-index: 1;
        margin: auto;
        top: 0;
        overflow: auto;
        /* background-color: rgb(0, 0, 0); */
        /* background-color: rgba(0, 0, 0, 0.4); */
        padding-top: 60px;
    }
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
    #content {
        font-size: 8px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
    #content {
        font-size: 9px;
    }
}

/* Small Devices, Tablets */
#content {
    font-size: 10px;
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    #content {
        font-size: 12px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    #content {
        font-size: 14px;
    }
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    #content {
        font-size: 14px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    #content {
        font-size: 12px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    #content {
        font-size: 10px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    #content {
        font-size: 9px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
    #content {
        font-size: 8px;
    }
}

.cssload-container-general {
    zoom: 2;
    -moz-transform: scale(2);
}
