.alert {
    position: initial;
}

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

body {
    text-align: center;
    font-family: Roboto;
}

.container-fluid {
    padding: 20px 15px;
}

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

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

h2 {
    color: rgba(203, 24, 29, 1);
    line-height: 37.5px;
    font-weight: 700;
    display: block;
}

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

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

.title {
    max-width: 337px;
    margin: auto;
    margin: 41px auto;
    font-weight: 400;
    color: #828282;
}

.form-select-custom {
    height: 48px;
    border: 1px solid #ced4da;
}

.form-select-custom:focus {
    outline: none;
}

label {
    float: left;
    font-weight: 400;
    line-height: 22px;
    text-align: initial;
    margin-bottom: 8px;
    clear: right;
}

label>span {
    color: rgba(234, 72, 78, 1);
}

input {
    height: 48px;
}

.row {
    width: 100% !important;
}

.row input {
    margin-left: 8px;
    margin-right: 8px;
}

p {
    /* float: left; */
}

.needs-validation {
    padding: 0 15px;
}

.request-btn {
    background-color: #cb181d;
    border: none;
    text-decoration: none;
    width: 100%;
    height: 48px;
    color: #ffff;
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: bold;
}

@media screen and (min-width: 1080px) {
    .password-reissue-container form {
        max-width: 540px;
        margin: 0 auto;
    }
}

@keyframes showol {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}