@import url("//fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");

*,
:after,
:before {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    margin: 0;
    font-family: Roboto, sans-serif !important;
}

a {
    text-decoration: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.cursor-pointer,
button {
    cursor: pointer;
}

button {
    outline: none;
    font-size: 14px;
    line-height: 6px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    transition: .3s ease;
}

.btn-primary-filled {
    background-color: #00a0c0;
    color: #fff;
    border-radius: 26px;
    border: unset;
    padding: 15px 20px;
    font-size: 16px;
}

    .btn-primary-filled:hover {
        background-color: #0091af;
    }

@media only screen and (min-width:768px) {
    .btn-primary-filled {
        padding: 15px 28px;
    }
}

.btn-secondary-text {
    color: #717171 !important;
    background-color: transparent;
    border-radius: 26px;
    border: unset;
    padding: 15px 12px;
    font-size: 16px;
}

    .btn-secondary-text.left-aligned-text-button,
    .btn-secondary-text.right-aligned-text-button {
        margin-left: -12px;
    }

@media only screen and (min-width:768px) {
    button {
        line-height: 16px !important;
    }

    .button-filled-sm {
        min-width: 96px;
    }
}

.d-none {
    display: none;
}

.content-center,
.content-even,
.d-flex {
    display: flex;
}

.align-items-center,
.content-center,
.content-even {
    align-items: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-end {
    justify-content: flex-end;
}

.content-center,
.justify-content-center {
    justify-content: center;
}

.content-even,
.justify-content-evenly {
    justify-content: space-evenly;
}

.h4 {
    text-align: left;
    font-size: 28px !important;
    line-height: 34px;
}

.subtitle-1 {
    font-size: 16px;
    line-height: 20px;
}

.text-label-1 {
    font-size: 14px;
    line-height: 19px;
}

.font-weight-medium {
    font-weight: 500 !important;
}

.font-weight-bold {
    font-weight: bold !important;
}

.text-primary {
    color: #00a0c0;
}

.mt-0 {
    margin-top: 0;
}

.mt-30px {
    margin-top: 30px !important;
}

.mt-14px {
    margin-top: 14px !important;
}

.mt-10px {
    margin-top: 10px !important;
}

.text-color-717171 {
    color: #717171;
}

.font-size-14px {
    font-size: 14px !important;
}

.text-center {
    text-align: center !important;
}

.mb-0 {
    margin-bottom: 0;
}

.ml-0 {
    margin-left: 0;
}

.mr-0 {
    margin-right: 0;
}

.mr-2 {
    margin-right: .5rem;
}

.mb-10px {
    margin-bottom: 10px;
}

.mb-27px {
    margin-bottom: 27px;
}

.mb-44px {
    margin-bottom: 44px;
}

.custom-checkbox {
    position: relative;
    padding-left: 35px;
    height: 22px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .custom-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    border: 2px solid #eee;
    border-radius: 4px
}

.custom-checkbox:hover input ~ .checkmark {
    background-color: #ccc
}

.custom-checkbox input:checked ~ .checkmark {
    background-color: #00a0c0;
    border-color: transparent
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.custom-checkbox input:checked ~ .checkmark:after {
    display: block
}

.custom-checkbox .checkmark:after {
    left: 4px;
    top: -1px;
    width: 10px;
    height: 18px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg) scale(.7)
}

.mui-input-group input:not([hidden])::-moz-placeholder {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .22px;
    color: #717171
}

.mui-input-group input:not([hidden]):-ms-input-placeholder {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .22px;
    color: #717171
}

.mui-input-group input:not([hidden])::placeholder {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .22px;
    color: #717171
}

.input-with-addtional-value {
    display: flex
}

    .input-with-addtional-value .input-addtional-column {
        max-width: 96px;
        padding-right: 16px;
        width: 100%
    }

.input-column {
    margin-top: 20px
}

.mui-input-group {
    position: relative
}

    .mui-input-group .mui-input-group-icon {
        position: absolute;
        top: 11px;
        right: 12px;
        width: 24px;
        height: 24px;
        color: #aaa;
        cursor: pointer
    }

        .mui-input-group .mui-input-group-icon path {
            pointer-events: none
        }

    .mui-input-group input:not([hidden]) {
        width: 100%;
        font-size: 16px;
        padding: 13px 12px 12px;
        display: block;
        line-height: 20px;
        background: transparent;
        border: none;
        border-bottom: 1px solid #e3e3e3;
        font-family: Roboto, sans-serif;
        min-height: 46px
    }

    .mui-input-group input:focus {
        outline: none
    }

        .mui-input-group input:focus ~ label,
        .mui-input-group input:valid ~ label {
            top: -20px;
            font-size: 12px;
            color: #00a0c0
        }

    .mui-input-group label {
        color: #717171;
        font-size: 14px;
        font-weight: 400;
        position: absolute;
        pointer-events: none;
        left: 12px;
        top: 14px;
        line-height: 20px;
        transition: all .2s ease;
        -moz-transition: .2s ease all;
        -webkit-transition: all .2s ease
    }

    .mui-input-group .bar {
        position: relative;
        display: block
    }

        .mui-input-group .bar:after,
        .mui-input-group .bar:before {
            content: "";
            height: 2px;
            width: 0;
            bottom: 0;
            position: absolute;
            background: #00a0c0;
            transition: all .2s ease;
            -moz-transition: .2s ease all;
            -webkit-transition: all .2s ease
        }

        .mui-input-group .bar:before {
            left: 50%
        }

        .mui-input-group .bar:after {
            right: 50%
        }

    .mui-input-group input:focus ~ .bar:after,
    .mui-input-group input:focus ~ .bar:before {
        width: 50%
    }

    .mui-input-group .highlight {
        position: absolute;
        height: 60%;
        width: 100px;
        top: 25%;
        left: 0;
        pointer-events: none;
        opacity: .5
    }

    .mui-input-group input:focus ~ .highlight {
        -webkit-animation: inputHighlighter .3s ease;
        animation: inputHighlighter .3s ease
    }

@-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 1px transparent
    }

    50% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, .1)
    }

    to {
        box-shadow: 0 0 0 15px transparent
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 1px transparent
    }

    50% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, .1)
    }

    to {
        box-shadow: 0 0 0 15px transparent
    }
}

.page-bg {
    background-image: url('/images/loginPageBG.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    min-height: 100vh;
}

.enterprise-page-bg {
    background-image: url('/images/EnterpriseloginPageBG.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    min-height: 100vh;
}


.text-container {
    color: #fff
}

    .text-container h1 {
        font-size: 77px
    }

    .text-container P {
        font-size: 20px
    }

.btn-submit {
    margin-top: 35px
}

.msg_first {
    background: #f3eeee;
    color: red;
    font-weight: 700
}

.msg_first,
.msg_success-first {
    padding-left: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px
}

.msg_success-first {
    color: #00c752;
    background: #e4fdeb;
    font-weight: 700
}

.msg_success-second {
    color: #717171
}

.msg-error-second,
.msg_success-second {
    line-height: 2;
    font-weight: lighter
}

.info {
    color: #717171;
    text-align:center;
    margin-top:20px!important;
}

@media (max-width:1023px) {

    .text-container {
        text-align: center;
        max-width: 424px;
        margin-bottom: 100px
    }

        .text-container br {
            display: none
        }

        .text-container h1 {
            font-size: 60px
        }

    .flex-container {
        display: flex;
        align-items: center;
        justify-content: start;
        flex-direction: column
    }
}

@media (max-width:767px) {

    .text-container {
        margin-bottom: 25px
    }

        .text-container h1 {
            font-size: 34px
        }

    .flex-container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }

    .blur-filter {
        height:100vh;
    }
}
full-size-page {
    width: 100vw;
    height: 100vh
}

p {
    display: block;
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.back-icon {
    margin-top: 55%;
    border: 1px solid grey;
    border-radius: 50%;
    padding: 5px;
}

.forgot-pass-img-div {
right: 40%;
}

.validation-summary-errors {
    border: none !important;
    background: #f3eeee !important;
    color: red !important;
    font-weight: 700 !important;
    padding: 5px !important;
}
.validation-msg-ul ul{
    margin-bottom: 0px !important;
}
.text-danger.field-validation-error {
    font-size: 12px !important;
}

.login-footer {
    backdrop-filter: blur(30px);
    bottom: 0;
    border-top: 1px solid #CDECF1;
    z-index: 1;
    color: #00A0C0;
}

.create-account-button {
    width: 128px;
    height: 36px;
    background: #4389FF;
    border-radius: 22px;
}

    .create-account-button:focus {
        outline: 1px dotted !important;
    }

    .create-account-button:hover {
        background: #3c75d5;
    }

.login-width {
    width: 330px;
    margin-top: 75px;
}
.fs-14 {
    font-size: 14px;
}

.fs-12 {
    font-size: 12px;
}
.text-grey-600 {
    color: #717171 !important;
}
.login-button {
    width: 96px;
    height: 46px;
    background: #00A0C0;
    border-radius: 26px;
}

    .login-button:hover {
        background-color: #0091AF;
    }

    .login-button:focus {
        outline: 1px dotted !important;
    }
.login-button-mb{
    margin-bottom: 25px;
}

.right-card-body {
    padding-bottom: 45px;
}

@media (max-width: 1023px) {
    .login-width {
        margin-top: 45px;
    }
}
@media (max-width: 367px){
    .footer-responsive-fs{
        font-size: 8px;
    }
}
@media (max-width: 991px){

    .right-card-body {
        padding: 44px 20px 35px 20px !important;
    }
}

.logotpage-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/logoutBG.png');
    filter: blur(10px);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
}

.blur-filter{
    filter:blur(10px);
    width:100%;
}


.login-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.login-subtitle {
    font-size: 20px;
    color: #6c757d;
    font-weight: bold;
    margin-bottom: 2rem;
}


.mobile-login-subtitle {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 2rem;
}

.new-register-subtitle {
    font-size: 16px;
    margin-bottom: 2rem;
}


.text-jobs {
    color: #00A8F2;
}

.text-courses {
    color: #00B871;
}

.text-events {
    color: #FE217F;
}

.login-buttons .login-btn {
    border: 2px solid #E3E3E3;
    border-radius: 29px;
    padding: 10px 20px;
    background-color: transparent;
    color: black;
    text-align: center;
    font-weight: 500;
    opacity: 1;
    color: #002830;
}

.login-buttons a {
         color: black !important;
}

.enterprise-login-btn {
    border: 2px solid #7171715c;
    border-radius: 22px;
    width: 156px;
    height: 36px;
    color: #717171!important;
    background-color: transparent;
    font-size:14px;
}
    .enterprise-login-btn a {
        color: grey !important;
    }

.body-3 {
    font-size: 12px;
}
.text-underline {
    text-decoration: underline;
}

.validation-summary-errors ul {
    list-style: none;
    padding-left: 0;
    margin: 0; 
}

.enterprise-center-image {
    display: block;
    margin: 0 auto;
}

.enterprise-subtitle {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2rem;
}
.none-responsive {
    display: flex;
}
.position-on-desktop {
    position: absolute;
}
.none-desktop {
    display: none;
}

@media (max-width: 767px) {
    .centered-conten-checkt {
        position: absolute;
        transform: translate(-50%, -50%);
        text-align: center;
        top: 35%;
        left: 50%;
    }
    .none-responsive{
        display: none !important;
    }
    .none-desktop {
        display: block;
    }
    .page-bg {
        background-image: url('/images/LogoBrandWeb.png');
        background-size: auto;
        min-height:auto ;
        position: absolute !important;
    }
    .position-on-desktop {
        position: initial;
    }
    .enterprise-page-bg {
        background-image: url('/images/logoEnterprise.png');
        background-size: auto;
        min-height: auto;
        position: absolute !important;
    }
    .flex-responsive {
        display: contents !important;
    }
    .back-icon-responsive {
        border: 1px solid grey;
        border-radius: 50%;
        padding: 5px;
    }
}
.enterprise-card-login {
    background-color: #4389FF29;
    border: none;
    border-radius: 19px;
    position: relative;
    padding: 30px 20px; /* Increased top padding for more space */
    text-align: center;
    margin-top: 58px;
}

.enterprise-card-login::before {
    content: '';
    position: absolute;
    top: -30px; /* Increased value to move the dotted line higher */
    left: 50%;
    transform: translateX(-50%);
    width: 80px; /* Adjusted width for the dotted line */
    height: 1px;
    border-top: 3px dotted #999;
}


.enterprise-heading-login {
    font-weight: bold;
    margin-bottom: 8px;
}

.enterprise-description {
    color: #242424;
    font-size: 12px;
    margin-bottom: 20px;
}
.flex-responsive {
    display: none;
}
.resend-custom-button {
    border: none; 
    width: 100%; 
    color: grey; 
    background-color: transparent; 
    font-size: 16px; 
    padding: 10px; 
    cursor: pointer; 
}

.resend-custom-button:focus {
    outline: none;
    box-shadow: none; /* Optional: remove shadow */
}

.resend-custom-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    display: none;
}

.hidden {
    display: none;
}

.visible {
    display: block;
}

.password-font {
    font-size: 14px!important;
}

.create-font {
    font-weight: normal !important;
    padding-top: 8px;
    padding-bottom: 10px;
}


.login-footer-enterprise {
    background: linear-gradient(to right, #CDECF1 5%, #FFFFFF);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    color: #00A0C0;
}

.trouble-enterprise {
    color: #4B4B4B!important;
}

.green-suc-margin{
    margin-bottom:30px!important;
}

.forgot-login-button {
    width: 96px;
    height: 46px;
    background: #4389FF;
    border-radius: 26px;
    border: none; /* Optional: ensures no border is applied */
    outline: none; /* Removes outline */
}

.forgot-login-button:focus {
    outline: none; /* Ensures no outline is applied on focus */
}

    .forgot-login-button:focus {
        outline: 2px solid #4389FF; /* Replace black outline with a blue one */
    }

.teams-a {
    text-decoration: underline;
    color: #717171 !important;
}

.resend-custom-button.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.hidden {
    display: none !important;
}
.w-182{
    width: 182px;
}
.w-24{
    width: 35px;
}