body{
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}
.logoLink{
    width:20rem;
}

.loginBox{
    width:100%;
    margin-top:12rem;
    background-color: #fff;
    border-radius: 2rem;
    box-shadow: 0 0 1rem 0.3rem rgba(173, 209, 241, 0.6);
    margin:0;
}
.logo{
    width:100%;
}
.loginselect,.loginInput{
    width:100%;
}
footer{
    background-color:#ADD1F1;
    padding:1rem;
    text-align: center;
    color:#fff;
    width:100vw;
    
    position:fixed;
    bottom:0;  
}