

.login-page {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -9999;
    opacity: 0.9;
    background-image: url("../../images/background/carezza-aerial.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.login-container {
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    /* background: linear-gradient( to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) ); */
    z-index: -9998;
}


.logo-container {
    position: relative;
    width: 100%;
}

    .login-logo {
        position: relative;
        height: auto;
        left: calc(50% - 50px);
        width: 100px;
        margin-top: 10px;
        margin-bottom: 20px;
    }


.login-button {
    background-color:  #E46C0A;
}


.spacer {
    position: relative;
    width: 100%;
    height: 20px;
}


/* Chrome, Safari, Edge */
input:-webkit-autofill {
    background-color: white !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #000 !important;
}


/* Firefox */
input:-moz-autofill {
    background-color: white !important;
    box-shadow: 0 0 0px 1000px white inset !important;
    -moz-text-fill-color: #000 !important;
}


/* General input styles */
input {
    background-color: white;
}
  




/* @media only screen and (max-width: 1600px) {

    .login-logo {
        height: 75px;
        width: auto;
    }

} */