html,
body,
.bg-authentication {
    background-color : #FFF;
}
.bg-authentication .login-footer {
    padding : 0rem 1.5rem 0.5rem;
}
.bg-authentication .login-footer .footer-btn .btn {
    padding : 0.9rem 1.2rem !important;
    margin : 1rem 1rem 1rem 0rem;
}
.form-title {
    font-size: 26px;
    font-weight: 700;
}

.page-auth {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}

/* Links */
.auth-link {
    color: #000000;
}

/* Logo */
.auth-logo {
    max-width: 300px;
}
.logo-wrapper {
    margin-bottom: 50px;
}
.auth-feature-image-wrapper .auth-feature-image {
    width: 90%;
}

/* Form */
.auth-form-fields {
    padding: 25px 20px;
    background-color: #EDF6FF;
    border-radius: 10px;
}
.form-auth-label {
    margin-bottom: 5px;
    color: #12223F;
    font-size: 12px;
}
.form-control-auth {
    border-radius: 10px;
    color: #12223F;
}
.btn-submit {
    background-color: #3581D8;
    min-height: 40px;
}

/* Platform Cards */
.list-platforms .platform-card-wrapper {

}
.list-platforms .platform-card {
    min-height: 130px;
    max-height: 130px;
    border: 1px solid #b1b1b1;
    margin-bottom: 25px;
    border-radius: 10px;
    padding: 10px;
    position: relative;
}
.list-platforms .platform-card.active {
    border: 1px solid #3581D8;
    background: rgb(237 239 255 / 50%);
}
.list-platforms .platform-logo-wrapper {
    min-height: 75px;
    max-width: 120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.list-platforms .platform-logo {
    max-height: 50px;
    margin: 0 auto;
}
.list-platforms .platform-name {
    font-weight: bold;
    color: #000000;
    margin-top: 5px;
    font-size: 12px;
}
.list-platforms .check-platform {
    display: none;
}

/* Responsive */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .bg-authentication {
    width : 100%;
    }
}

/*
 * Extra small
 * <576px
 */
@media only screen and (max-width: 576px) {
}

/*
 * Small
 * ≥576px
 */
@media only screen and (max-width: 767px) {
    .auth-content-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
    .auth-form-section {
        padding-left: 0;
        padding-right: 0;
    }
    .auth-feature-section {
        display: none;
    }
}

/*
 * Medium
 * ≥576px
 */
@media only screen and (max-width: 991px) {
}
