input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.alert {
    position: initial;
}

.col-md-12 {
    position: initial;
}

body {
    text-align: center;
}
.container-fluid {
    padding: 20px 15px;
}

.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-left: 0;
    padding-right: 0;
}

.title h2 {
    color: rgba(203, 24, 29, 1);
    line-height: 37.5px;
    font-weight: 700;
    margin-top: 60px;
}

.error {
    background-color: #faeec4;
    width: 345px;
    height: 32px;
    margin: auto;
    border: none;
    padding: 5px 0;
    margin-top: 29px;
}

.content {
    text-align: center;
    font-weight: 400;
    line-height: 22px;
    color: rgba(234, 72, 78, 1);
}

.title-login-step {
    margin: auto;
    margin-top: 22px;
    font-weight: 400;
    color: #000;
}

.login-form-container {
    margin: 32px 0px;
    padding-left: 15px;
    padding-right: 15px;
}

.invalid-feedback {
    text-align: initial;
}

.title-user {
    font-weight: 400;
    line-height: 22px;
    text-align: initial;
    margin-bottom: 8px;
}

.is--error {
    margin-top: 20px !important;
}

.title-password {
    font-weight: 400;
    line-height: 22px;
    text-align: initial;
    margin: 40px 0 8px 0px;
}

.password {
    display: block;
}

.forgot-password-link {
    text-decoration: none !important;
    float: right;
    color: #2E7CF6;
}

.user-name,
.user-password {
    box-shadow: none !important;
    outline: 0px !important;
    height: 48px;
    margin: auto;
    font-style: normal;
    font-weight: normal;
    padding: 13px 25px;
    color: #000000;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    width: 100%;
}

.remember {
    text-align: initial;
    margin: 40px 0;
    display: flex;
}

.remember label {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 22px;
}

.remember-me {
    width: 24px;
    height: 24px;
    border: 2px solid #959595;
    border-radius: 4px;
}

.btn-login {
    font-weight: bold;
    background-color: #CB181D;
    border: none;
    text-decoration: none;
    width: 100%;
    height: 48px;
    color: #ffffff;
}

.link-register {
    margin-top: 24px;
    margin-bottom: 130px;
    border: 2px solid #CB181D;
    height: 48px;
    font-weight: bold;
    color: #CB181D;
    display: flex;
    align-items: center;
}

.link-register a {
    color: #2E7CF6;
    line-height: 22px;
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -31px;
    position: relative;
    color: #959595;
    z-index: 2;
    margin-right: 10px;
    cursor: pointer;
}

@media screen and (min-width: 46.25em) {
    .login-form-container form {
        max-width: 540px;
        margin: 0 auto;
    }
    .title-login-step {
        margin-top: 40px;
    }
}

@media screen and (max-width: 46.25em) {
    .title h2 {
        margin-top: 0;
    }
    .btn-login {
        min-width: 100%;
        width: auto;
    }
    .error {
        margin-top: 12px;
        width: 100%;
    }
    .link-register {
        margin-bottom: 40px;
    }
}

.user-name::placeholder {
    color: #959595;
    opacity: 1;
}

.user-password::placeholder {
    color: #959595;
    opacity: 1;
}