body {
    background: url('../images/login_background.jpg');
}

.div-logo-title {
    width: 300px;
    text-align: center;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 30px;
}

.classifieds-api-title {
    display: block;
    color: white;
    margin-top: 30px;
    font-size: 3rem;
}

.login_form_container {
    width: 284px;
    margin: auto;
    padding: 25px;
    margin-bottom: 20px;
    background-color: whitesmoke;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 21px;
    font-size: 22.5px;
    line-height: inherit;
    color: #2c3e50;
    /*color: #184957;*/
    border-bottom: 1px solid transparent;
}

.error-message {
    color: #d24554;
    display: block;
    margin-bottom: 15px;
}

.already-logged-in-message {
    color: #2c3e50;
    display: block;
    margin-bottom: 15px;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.form-control {
    display: block;
    width: 250px;
    padding: 10px 15px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dce4ec;
    border-radius: 4px;
}

.form-control input {
    border-width: 2px;
    box-shadow: none;
}

.btn-login {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    padding: 10px 15px;
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.42857;
    border-radius: 4px;
    border-style: none;
    color: #fff;
    background-color: #d24554;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-login:hover {
    background: #db6a76;
    border-color: #db6a76;
}

.btn-login:active, .btn-login:focus {
    background: #bd3e4c;
    border-color: #bd3e4c;
}