/*
Login Pages
*/
.optional-error {
    padding: 15px 8px !important;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    letter-spacing: 0px;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Inter";
    color: #666666;
    line-height: 16px;
}

.auth .login-half-bg {
    background: url('/images/Brand_Image.png') 0 !important;
    background-size: cover !important;
}

.acrd-text {
    font-weight: 400;
    /* font-size: 13px !important;
    line-height: 16px !important; */
    color: #45474D !important;
}

.acrd-text-one {
    font-weight: 400;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #ABADB3;
}

.acrd-text-two {
    font-weight: 400;
    /* font-size: 14px !important;
    line-height: 20px; */
    color: #45474D !important;
}

.acrd-text-three {
    font-weight: 400;
    /* font-size: 14px !important;
    line-height: 20px; */
    color: #FFFFFF;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.acrd-text-four {
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 18px !important;
    color: #45474D !important;
    font-style: normal !important;
}

.acrd-text-five {
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #45474D;
}

.acrd-text-six {
    font-weight: 700 !important;
    color: #45474D !important;
    font-style: normal !important;
}

.accred-button {
    background: #0C172F !important;
    border-radius: 15px !important;
    color: #FFFFFF !important;
    height: 54px;
}

.accred-button-grey {
    background: #F5F6F7 !important;
    border-radius: 15px !important;
    color: #45474D !important;
    height: 56px;
    border-color: #F5F6F7 !important;
}

.auth .brand-logo {
    margin-bottom: 0 !important;
    /* margin-left: -22px !important; */
}

.auth .brand-logo img {
    width: 48px !important;
    height: 48px !important;
}

/* .text-sm-md {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #7A7C82;
} */

/* 
.text-md {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #45474D;
} */

/* .font-bold {
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 20px !important;
} */

/* .font-sm {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #45474D !important;
    font-style: normal !important;
} */

/* .font-lg {
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 18px !important;
    color: #45474D !important;
    font-style: normal !important;
} */

/* .font-md {
    line-height: 16px !important;
    color: #45474D !important;
} */

.accred-powered-by-image {
    background: url(/images/Powerd_by_insider.png);
    background-size: cover;
    width: 179px;
    height: 33px;
}

.powered-logo{
    float: none;
    display: flex;
    justify-content: end;
}

.powered-logo-media-crew{
    float: none;
    display: flex;
    justify-content: end;
}

.accred-bg-color{
    display: flex; 
    flex-direction: column;
    background: #FFFFFF;
}

.accred-icon-text {
    background: #FFFFFF !important;
    border-width: 1px 0px 1px 1px !important;
    border-style: solid !important;
    border-color: #F0F1F2 !important;
    border-radius: 4px 0px 0px 4px !important;
    flex: none !important;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.accred-pw-icon {
    background: #FFFFFF !important;
    border-width: 1px 1px 1px 0px !important;
    border-style: solid !important;
    border-color: #F0F1F2 !important;
    border-radius: 4px 0px 0px 4px !important;
    flex: none !important;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.accred-form-control {
    border-color: #F0F1F2 !important;
}

.accred-resend{
    width: 56px;
    height: 20px;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;

    display: flex;
    align-items: center;
    text-align: center;
    text-decoration-line: underline;

    /* Grey/Inactive Text */

    color: #E1E3E6;
}
/* 
.text-position {
    text-align: right;
    line-height: 1 !important;
} */

.seperator {
    height: 0px;
    /* Grey/Divider */
    border: 1px solid rgba(0, 0, 0, 0.06);
    /* Inside auto layout */
    flex: none;
    /* order: 1; */
    align-self: stretch;
    flex-grow: 0;
}

.accred-login-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
}


.footer {
    background: #FFFFFF !important;
    padding: 30px 0.45rem !important;
}

.sign-out {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    height: 40px;
    background: #FEF3F7;
    border-radius: 15px;
    text-decoration: none;
}

.sign-out .btn:hover{
    border-color: #FEF3F7 !important;
}

hr { 
    border-top: 1px solid rgba(0, 0, 0, 0.25) !important;
}

.badge-color {
    background: black;
    color: white !important;
}

.proceed-btn {
    font-size: 14px !important;
}

.color-grey, .color-grey:hover {
    color: #7A7C82 !important;
}

.border-color-solitude {
    border: 1px solid #F0F1F2 !important; 
}

.app-process-step {
    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 10px;

    width: 32px;
    height: 32px;

    /* Comm/Info */

    background: #3E4E72;
    border-radius: 50px;

    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}

.ap-otp-input {
    height: 45px !important;
}

.cookie-consent{
    align-items: center;
    text-align: left;
    z-index: 999;
    width: 100%;
    font-weight: normal;
    bottom: 0;
    margin: 0;
    padding: 0;
    padding: 15px 30px;
    gap: 30px;
    height: 68px;
    background: #FFFFFF;
    position: fixed;
    border-radius: 0px;
    box-shadow: 0px 12px 42px -4px rgba(16, 16, 16, 0.13);
}

.cookie-consent__message {
    /* padding-left: 3%; */
    /* font-size: 90%; */
    padding-top: 0.5%;
    font-size: 14px !important;
    color: #0C172F;
    font-weight: 400;
}

#content-desktop {display: block !important;}
#content-mobile {display: none !important;}
@media screen and (max-width: 991px) {
    .auth .login-half-bg {
        background: url('/images/Brand_image_mobile.png') 0 !important;
        background-size: cover !important;
    }

    .auth .brand-logo {
        margin-left: 0px !important;
    }

    #content-desktop {display: none !important;}
    #content-mobile {display: block !important; border-radius: 15px;min-height: 195px;}

    hr { 
        margin: 0.5rem !important;
    }
}

@media screen and (max-width: 767px) {
    .query-link {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .cookie-consent {
        height: 182px !important;
        left: 8px;
    }

    .cookie-consent__agree{ 
        width: 100%;
    }

    .footer-text {
        text-align: center;
    }
    .powered-logo {
        justify-content: center !important;
    }
}

@media screen and (min-width: 1920px) { 
    .auth.auth-img-bg .auth-form-transparent {
      width: 45% !important;
      margin: auto;
    }
}