html {
    height: 100%
}
body{   
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    background: rgb(2,0,36);
    background: radial-gradient(circle at 50% 0%, rgb(41, 86, 184) 0%, rgba(9,9,121,1) 30%, rgba(2,0,36,1) 100%)
}
.firebaseui-idp-password, .firebaseui-idp-password:hover, .mdl-button.firebaseui-idp-password:active, .mdl-button.firebaseui-idp-password:focus {
    background-color: #2E3192 !important;
}

/* Full-width inputs */
input[type=text], input[type=password]{

    border-radius: 17px;
    color: #3a4f84;
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;

    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 20px;

}
::placeholder {
  color: #3a4f84;

}
label {
    width: 100%;
    color: white;
    text-align: center;
    padding: 0px 0px 16px 0px;
    margin: 8px 0;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
}
#errore {
    color: red;
    font-weight: 400;
}

img{
    padding: 12px 20px;
    margin: 8px 0 12 0;
    display: block;
    margin-left: auto;
    margin-right: auto;

}

/* Set a style for all buttons */
button {
    border-radius: 17px;
    background-color: #3a4f84;
    color: #fff;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;

    font-weight: bold;
    float: left;
    
    font-size: 20px;

}

/* Add a hover effect for buttons */
button:hover {
    opacity: 0.8;
}

/* Extra style for the cancel button (red) */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}


/* Center the avatar image inside this container */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}

/* Avatar image */
img.avatar {
    width: 40%;
    border-radius: 50%;
}


#container {
    max-width: 940px;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -475px;
    padding: 16px;
    /*margin-top: -286px;*/
}


/* The "Forgot password" text */
span.psw {
    float: right;
    padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }
    .cancelbtn {
        width: 100%;
    }
}