body {
    background-image: url("../images/LoginPageImage.jpg")
}
#LogInBlock {
    position: absolute;
    display: table;
    width: 100%; 
    height: 100%; 
}
#BoxInLogInBlock {
    display: table-cell;
    vertical-align: middle;
    text-align:center;
}
#innerSubmissionForm {
    width:50%;
    margin:auto;
    align-content: center;
}
label {   
    font-size: 55px;
    color: white;
}
input[type=submit] {
    margin-top:100px;
    width:30%;
    height:50px;
    font-size:40px;
    font-weight:bolder;
    border-radius:10px;
    border-color:red;
    
}
input[type=text] {
    width: 50%;
    height: 60px;
    border-width: 5px;
    border-radius: 10px;
    border-color: black;
    font-size: 30px;
}
input[type=password] {
    width: 50%;
    height: 60px;
    border-width: 5px;
    border-radius: 10px;
    border-color: black;
    font-size: 30px;
}
#note {
    position:absolute;
    left:50px;
    top:10px;
    color:white;
    font-size:25px;
}