body {
    font-family: Montserrat;
    margin: 0;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.backimage { 
    position: absolute;
    top: 0; left: 0;
    z-index: -1;
    opacity: 0.2;
}

.username { 
    margin: 0 auto;
}
.loginstuff { 
    margin: 150px auto;
    width: 600px;
    padding: 30px;
    position: absolute;
    left: 0; right: 0;
    text-align: center;
}
.password { 
    display: none;
    margin: 20px auto;
}
.usertext { 
    margin-top: 5px;
    font-size: 14px;
    color: #006187;
    display: none;
    font-weight: 600;
    text-align: center;
}
.loginstuff input { 
    border: none;
    outline: none;
    font-family: Montserrat;
    border-radius: 15px;
    padding-left: 10px;
    background-color: #e5e5e5;
    text-align: center;
}
#submit { 
    cursor: pointer;
    background-color: #4CAF50;
    color: white;
    border-radius: 10px;
    text-align: center;
}
#forcesubmit { 
    cursor: pointer;
    background-color: #4CAF50;
    color: white;
    border-radius: 10px;
    text-align: center;
}
.logo {
    margin: 0px auto 30px auto;
    left: 0;right: 0;
}
.forgot { 
    color: #2d3131;
    cursor: pointer;
}
.version { 
    color: gray;
    cursor: pointer;
}
.orgtext{ 
    font-size: 12px;
    font-weight: 600;
    color:gray;
}
.restart { 
    display: none;
    cursor: pointer;
}
.forgot:hover, .restart:hover { 
    text-decoration: underline;
}