@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
    margin: 0 auto;
    padding: 0;
    outline: none;
}
body {
    font-family: "Roboto", sans-serif, Arial;
    background-color: #000;
    background-image: url("./jeep-image.jpg");
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: bottom;
}

.login-block {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.login {
    position: relative;
    right: 0px;
    top: 0px;
    background-color: rgb(255 255 255 / 50%);
    width: 340px;
    height: auto;
    display: inline-block;
    border-radius: 4px;
    padding: 20px;
    box-sizing: border-box;
    overflow-y: auto;
    margin-bottom: 10px;
    border: 1px solid rgb(255 255 255 / 50%);
    text-align: left;
}
@media only screen and (max-width: 1040px) {
    .login {
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 540px) {
    .login {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 350px) {
    .login {
        text-align: left;
        width: 94%;
        right: auto;
        left: auto;
        margin: 0 auto;
    }
    .btn-group-mobile {
        display: block !important;
    }
    .btn-group-mobile button {
        margin-bottom: 5px;
    }
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    box-sizing: border-box;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    padding-right: 5px;
    padding-left: 5px;
    box-sizing: border-box;
}
.moparlogo {
    width: 65px;
    height: auto;
    position: relative;
    top: -6px;
}
.star-logo {
    width: 120px;
    height: auto;
    float: right;
}
.w-100 {
    width: 100%;
}
.input-field {
    width: 100%;
    background-color: rgb(255 255 255 / 50%);
    border: 1px solid rgb(255 255 255 / 50%);
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 26px;
    padding: 0px 10px;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}
.input-field-select {
    box-sizing: border-box;
    font-family: "Roboto";
    width: 100%;
    background-color: rgb(255 255 255 / 50%);
    border: 1px solid rgb(255 255 255 / 50%);
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 26px;
    padding: 0px 10px;
    height: 28px;
}
.btn-primary {
    background-color: #0067b2;
    border: 0;
    padding: 0 10px;
    font-family: "Roboto";
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    border-radius: 2px;
    width: 100%;
    color: #fff;
    cursor: pointer;
}
.btn-primary:hover {
    background-color: #000;
}

.btn-dark {
    background-color: #000;
    border: 0;
    padding: 0 10px;
    font-family: "Roboto";
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    border-radius: 15px;
    width: 100%;
    color: #fff;
    cursor: pointer;
}
.btn-dark:hover {
    background-color: #0067b2;
}
.btn-dark-outline {
    background-color: transparent;
    border: 1px solid #000;
    padding: 0 10px;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 28px;
    border-radius: 15px;
    width: 100%;
    color: #000;
    cursor: pointer;
}
.btn-dark-outline:hover {
    background-color: #000;
    color: #fff;
}
.pt-15 {
    padding-top: 15px;
}
.pt-20 {
    padding-top: 20px;
}
.mr-5 {
    margin-right: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-5 {
    padding-top: 5px;
}
.mt-5 {
    margin-top: 5px;
}
.btn-group {
    display: flex;
    justify-content: space-between;
}
.copyright {
    font-family: "Roboto";
    font-size: 12px;
    padding-top: 20px;
    font-weight: 500;
    opacity: 0.8;
}
.form-group {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 0px;
}
.form-group label {
    font-size: 12px;
    font-family: "Roboto";
    margin-bottom: 4px;
    width: 100%;
    display: inline-block;
    font-weight: 500;
}
h1 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
}
h2 {
    font-family: "Roboto";
    font-size: 16px;
    margin-bottom: 10px;
}
.text {
    font-size: 13px;
    line-height: 22px;
    font-weight: 500;
}
.login-slogan {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    width: 100%;
    z-index: 1;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 18px;
}
.login-content {
    width: 100%;
    display: block;
    padding: 20px 20px 20px 20px;
    box-sizing: border-box;
    text-align: right;
}
.d-none {
    display: none;
}
.error-input {
    border-color: #f00;
    color: #f00;
}
.error-message {
    font-size: 10px;
    color: #f00;
    font-weight: 500;
    position: relative;
    top: -10px;
    width: 100%;
}
.opt-success {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: green;
    padding-top: 20px;
}

.org-logo {
    text-align: center;
    padding-top: 15px;
}
.org-logo img {
    width: auto;
    max-width: 200px;
    height: auto;
}
.icon-feedback {
    text-align: center;
    padding-top: 25px;
    color: #f00;
    font-size: 16px;
}
.feedback {
    text-align: center;
    padding-top: 10px;
    color: #f00;
    font-size: 14px;
    padding-bottom: 10px;
}
.icon-feedback__label {
    color: #f00;
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
}
.feedback--error {
    text-align: center;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 25px;
}
.feedback--error .text-block--overflow-wrap {
    color: #f00;
    font-weight: 500;
}
.help-section p {
    font-family: "Roboto";
    font-size: 13px;
    padding-top: 20px;
    font-weight: 500;
    opacity: 0.8;
}
.help-section p a {
    color: #0067b2;
}
.help-section p a:hover {
    color: #0067b2;
}
