body {
    background-color: #333333;
}

h1 {
    font-family: 'Roboto', sans-serif;
    color: rgba(0, 15, 57, 0.76);
}

#loginErrorText {
    display: none;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    
    color:rgb(220, 53, 69);
    font-family: sans-serif;

    padding-left: 10px;
    font-size: 16px;
    width: 85%;
}

#main_container {
    position: absolute;
    text-align: center;
    right: 0; left: 0; top: 0; bottom: 0;
    margin: auto;
    background-image: url(../img/home-world.jpg);
    background-repeat: no-repeat;
}

#password {
    margin-top: 10px;
}

.input {
    position: absolute;
    text-align: center;
    background-color: white;
    width: 366px;
    height: 261px;
    right: 0; left: 0; top: 0; bottom: 0;
    margin: auto;
    border: 10px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 80px 20px rgba(0,0,0,0.57);
}

.input-text {
    padding-left: 10px;
    font-size: 16px;
    border: 3px solid rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    width: 85%;
    height: 36px;
    outline: none;
}

.submit-button {
    font-size: 16px;
    border: none;
    padding: 8px 24px;
    text-decoration: none;
    float: right;
    margin-right: 30px;
    border-radius: 5px;
    color: white;
    background-color: rgb(33, 84, 100);
    font-weight: bold;
    cursor: pointer;
}
