.loginView{
    width:100%;
    height: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #FBF1BC;

} 

.loginview-usernameIn{
    font-size: 25px;
    font-style: italic;
    text-align: center;
    border: none;   
}


.login-txt{
    margin-top: 20px;
    margin-bottom:10px ;
    font-size: 25px;
     
}


.OK-Button{
    height: 35px;
    width:243px;
    margin-top: 10px;
    background-color: brown;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;    
    border-radius: 2px;
    color:white;
    cursor: pointer;  
    border-radius: 10px;
    border: 4px double #cccccc;
}

.OK-Button:hover {background-color: #254C6D}

.OK-Button:active {
  background-color: #89A295;
  box-shadow: 0 2px #666;
  transform: translateY(4px);
}
