/*Body containing custom image*/
body {
    font-family: sans-serif;
    margin: 0;
    overflow-x: hidden;
}

/*Overlay containing the opacity*/
.overlay {
    background-image: linear-gradient(to left, rgba(255, 255, 255), rgba(16, 77, 94,1));;
    background-color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-filter: blur(0.0px);
    -moz-filter: blur(0.0px);
    -o-filter: blur(0.0px);
    -ms-filter: blur(0.0px);
    filter: blur(0.0px);
    width: 100px;
    height: 100px;
    background-color: #ccc;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/*Authenticator panel containing custom background image*/
#authenticator-panel {
    position: absolute;
    height: 90%;
    min-width: 400px;
    width: 60%;
    left: 20%;
    top: 5%;
    z-index: 2;
    box-shadow: 5px 0px 40px #000000;
    background-color: white;
    background-image: url("/img/SidePortal.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 100% 100%;
    background-size: 250px auto;
}

.text-header {
    position: absolute;
    top: 10%;
    left: 15%;
    width: 80%;
    color: #4BA6AC;
    font-size: 50px;
}

.submit-button {
    border-style: none;
    background-color: white;
    color: #4BA6AC;
    font-size: 20px;
    margin: 40px 0px 20px 0%;
}

.ahref-element-color {
    text-decoration: none;
    margin-left: 3.5px;
    font-size: 20px;
    color: #4BA6AC;
}

.ahref-element-color:hover {
    text-decoration: none;
    color: #4BA6AC
}