.login-submit{
    width:28px;
	position: absolute!important;
	left: 5px;
	top:10px;
}
#login-button{
    display: flex;
    justify-content: flex-end;
    outline: none;
    text-decoration: none;
    border: none;
    background:none;
}
#cup-button{
    display: flex;
    justify-content: flex-end;
    outline: none;
    text-decoration: none;
    border: none;
    background:none;
}
#user-button{
    display: flex;
    justify-content: flex-end;
    outline: none;
    text-decoration: none;
    border: none;
    background:none;
}
button:disabled{
	color: #000000;
}
#username-logo, #password-logo{
    width: 30px;
}
.input-area{
    margin: 10px;
	width: 70%;
}
#username-input{
    border-radius: 0.5em;
    margin-bottom: 0;
    width: 100%;
    height:100%;
    background-repeat: no-repeat;
    background-size: 2vw;
    text-indent: 40px;
    background-position-y: center;
    background-position-x:0.5vw;
}


#password-input{
    border-radius: 0.5em;
    margin-bottom: 2vw;
    width: 100%;
    height:100%;
    background-repeat: no-repeat;
    background-size: 2vw;
    background-position-x:0.5vw;
    background-position-y: center;
    text-indent: 40px;

}

.login{
    border-radius: 0.7em;
    width: 66.5%;
    height: 70%;
    border:none;
    font-size:2em;
    color: white;
    background-color: #00b0c5;

}
.login-button{
    background: none;
}

.modal-header{
    border: none;
	text-align: center;
	justify-content: center;
}
#close-cross{
    width:2vw;
}
#modal-logo{
    width:50%;
    position: absolute;
    /*left:25%;*/
    top:-20%;
	
}

.modal-content{
    border-radius:1em;
    background-color: #f6f4df;
}

.modal {
    top: 7vw;
    border-radius: 5em;
 }
.close:not(:disabled):not(.disabled):hover {
opacity: 1 !important;
}
.close {
   opacity: 1;
  }

#close-cross{
    position: relative;
    width: 35px;
    top: -30px;
    left: 25px;
}
#close-cross:hover{
    opacity: 100;
}

.input-form{
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
 
    align-items: center;
}
