/* ========================================================================
	CSS BUILT BY: 	NCS
	BOOTSTRAP VER: 	5+
	SGDS VER: 		2.0
======================================================================== */


/* ====================================
SUB HOMEPAGE LOGIN COMPONENT
==================================== */
.card-fit-content {
    width: fit-content;
}

.login-card {
    background-color: #ffffff;
    border-radius: 12px;
}

div.login-card::before {
    content: "";
    display: block;
    height: 10px;
    background: linear-gradient(92.42deg, #023B5C 2.14%, #00649D 61.68%);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

img.login-icon {
    width: fit-content !important;
    mix-blend-mode: normal !important;
}

.login-icon,
.licensed-plumber,
.qualified-person {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-icon {
    margin-top: 32px;
    margin-bottom: 16px;
}

.login-header {
    color: #2E2F33;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    margin-bottom: 32px;
}

.another-option-text {
    text-align: center;
    border-bottom: 1px solid #CDCED5;
    line-height: 0.1em;
    margin: 28px 32px;
}

.another-option-text span {
    background: #ffffff;
    padding: 0 24px;
    font-size: 16px;
    font-weight: 400;
}

.btn-primary1 {
    padding: 12px 52.5px !important;
    margin: 0px 32px;
}

.btn-primary2 {
    background: #21409A !important;
    border-color: #21409A !important;
    padding: 12px 58.5px !important;
    margin: 0px 32px 56px 32px;
}

.btn.btn-primary2:hover {
    background-color: #4798E2 !important;
    color: #ffffff !important;
    border-color: #4798E2 !important;
    border: 3px !important;
}

@media (min-width: 768px) and (max-width: 1200px) {

    .login-icon {
        margin-top: 24px;
        margin-bottom: 16px;
    }

    .login-header {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 30px;
    }

    .another-option-text {
        margin: 28px 16px;
    }

    .another-option-text span {
        padding: 0 16px;
    }

    .btn-primary1 {
        padding: 8px 16px !important;
        margin: 0px 16px;
    }

    .btn-primary2 {
        padding: 8px 21.5px !important;
        margin: 0px 16px 40px 16px;
    }
}

@media (max-width: 568px) {
    .login-icon {
        display: none;
    }

    .login-header {
        font-size: 24px;
        line-height: 36px;
        margin: 32px 0px;
    }

    .another-option-text {
        margin: 28px 32px;
    }

    .another-option-text span {
        padding: 0 24px;
    }

    .btn-primary1 {
        padding: 8px 36.5px !important;
        margin: 0px 32px;
    }

    .btn-primary2 {
        padding: 8px 42px !important;
        margin: 0px 32px 56px 32px;
    }
}