@media (max-width: 550px) {

    .form-signin .ethnosimo-img {
        width: 40px !important;
    }

}

#ethnosimo-subtitle-1 {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

#ethnosimo-subtitle-2 {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

#ethnosimo-subtitle-3 {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

#ethnosimo-subsubtitle {
    display: block;
    font-size: 16px;
    font-weight: bold;
}


div.login-form-container {
    width: 100%;
}

.form-signin {
    width: 500px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .ethnosimo-img {
    width: 75px !important;
}

.form-signin .feedback-panel {
    margin-top: 15px;
    margin-bottom: 15px;
}

.form-signin .feedback-panel ul {
    list-style-type: none;
    color: red;
    padding-left: 0;
}

.form-signin .feedback-panel li {
    border: 1px solid red;
    border-radius: 3px;
    background-color: rgba(255, 0, 0, 0.06);
    margin-bottom: 3px;
    padding: 3px 10px 3px 10px;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"] {
    width: 300px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    width: 300px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#submitButton {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}