@import "styleTheme.css";
.mt--15 {
    margin-top: -15px;
}

.container-fluid {
    max-width: 100%;
}
.pageWrapper {
    max-width: 100%;
}
.bgImgLogin {
    overflow: hidden;
    position: relative;
    border-radius: 5px 5px 0 0;
}

.bgImgLogin img.logSignLogo {
    position: relative;
    z-index: 10;
    width: auto;
    height: 200px;
}
body.logSignBody hr {
    margin-top: 2.2rem;
}

.signLogHeading {
    font-size: 22px;
    color: var(--themeColor);
}
.signLogHeading2 {
    font-size: 25px;
}
.signLogWelcome {
    font-size: 18px;
    color: var(--themeColorLight);
}

.toggle-password,
.toggle-password-confirm {
    position: absolute;
    top: 10px;
    right: 12px;
    color: var(--grey6);
    font-size: 23px !important;
}
.form-check-input {
    background-color: #ececee;
    /* border-color: var(--themeColor); */
}
.form-check-input:checked {
    background-color: var(--themeColor);
    border-color: var(--themeColor);
}
.form-check-input:focus {
    border-color: var(--themeColorSecondary);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(143, 97, 56, 0.25);
}
.logSignBodyContainer {
    height: 100%;
}

/****************Default Heading Text****************/

.primary-small-heading {
    font-size: 28px;
    color: var(--orange);
    line-height: 38px;
}

.primary-text {
    font-size: 16px;
    line-height: 30px;
    color: var(--black);
    display: flex;
    width: 100%;
}

.common-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.primary-heading {
    display: flex;
    width: 100%;
    font-size: 45px;
    color: var(--orange);
    line-height: 60px;
    margin-bottom: 35px;
}

.primary-text-tc {
    padding: 0 190px 0 190px;
}

.text-theme {
    color: var(--themeColor);
    text-decoration: none;
}
.text-theme:hover,
.text-theme:focus {
    color: var(--themeColorLight);
}
.logFullImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.authMainRow {
    height: 100vh;
}
.logFullImg {
    padding-right: 0;
    max-height: 100vh;
}
.cardBodyAuth {
    background-color: var(--white);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3),
        0 4px 6px -4px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    padding: 50px 40px 50px 40px;
    position: relative;
    right: -100px;
    max-width: 800px;
}
.cardBodyAuth p {
    font-size: 13px;
    line-height: 20px;
}
.logCardContent {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 20px;
    padding-bottom: 20px;
}
.logoAuth {
    max-width: 200px;
}

.link-primary {
    color: var(--themeColor) !important;
}
.link-primary:focus,
.link-primary:hover {
    color: var(--themeColorLight) !important;
}
