html,
body {
    background-image: url('image/logInMorning.jpeg');
    background-size: contain;
    background-position:center;
    background-repeat: no-repeat;
    height: 100%;
    font-family: 'Numans', sans-serif;
}

.container {
    height: 100%;
    align-content: center;
}

.logInBoard {
    height: 399px;
    margin-top: auto;
    margin-bottom: auto;
    width: 410px;
    background-color: rgba(0, 0, 0, 0.733) !important;
    border-radius: 10px;
}

.card-header h3 {
    color: white;
    text-align: center;
    font-size: 30px;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
}

.input-group-prepend span {
    width: 45px;
    background-color: #a58804;
    color: black;
    border: 0 !important;
}

input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.remember {
    color: white;
    margin-top: 10px;
}

.remember input {
    width: 20px;
    height: 20px;
    margin-left: 25px;
    margin-right: 5px;
}

.loginButton {
    color: black;
    background-color: #a58804;
    width: 110px;
    text-align: center;
    font-size: large;
    margin-top: 30px;
}

.loginButton:hover {
    font-weight: bold;
    color: black;
    background-color: #a88b06;
}

.logButtonClass {
    margin: auto;
    width: 40%;
    text-align: center;
}

.login_btn:hover {
    color: black;
    background-color: white;
}

.formReturnMess {
    color: rgb(200, 13, 13) !important;
}