﻿body {
    padding: 0;
    margin: 0;
    height: 100vh;
    width: 100vw;
    font-family: Calibri;
    background-image: url('../../resources/pictures/login/BackgroundImage.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.main-screen{
    height:100vh;
    width:100vw;
    position:absolute;
    top:0;
    left:0;
    display:flex;
    align-items:center;
    justify-content:center;
}
.glass-box {
    width:20%;
    padding: 20px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255,0.2);
    border: solid 2px rgba(255,255,255,1);
}
.login-image{
    width:100%;
    
}
a {
    color: rgb(94, 111, 109);
}
#login-submit {
    background-color: rgb(94, 111, 109);
    border:1px solid rgb(94, 111, 109);
}
#pass-reset {
    background-color: rgb(94, 111, 109);
    border: 1px solid rgb(94, 111, 109);
}