*{
    margin: 0;
    padding: 0;
} 

html{
    height: 100%;
}
body{
   background: url("../../Images/back_cover.jpg");
    background-origin: content-box;
    background-attachment: fixed;
    background-repeat: no-repeat;
  background-size: cover;
    background-position: center;
min-height: 100vh;


   
}
.center_back{
    position: relative;
    margin: auto;
 
    }
.login_input{
    border-radius:10px;
}
.login_center{
    
    border:2px solid trasparent;
    box-shadow:10px 15px 10px gray;
    background-color:rgba(0, 192, 255,0.6); 
    border-radius:25px;
    position:relative;
    margin: auto;
   max-width: 500px;
  margin-top: 10%;
    padding:30px;
    
   
}
.label_text{
    font-size: 20px;
}

.eye_hidden, .eye_show{
    position:absolute;top:45px;right:15px;background-color:white;cursor:pointer;z-index:25
}

.err_hide{
    display: none;
    background-color: lightyellow;
    color: whitesmoke;
    text-align: center;
    color: red;
    border-radius: 5px;
}

.footer{

    background-color: black;
    width: 100%;
  position: fixed;
    bottom: 0;

}