#main-content {
    display: flex;
    flex-direction: column;
    max-width: 935px;
    justify-content: center;
    margin: auto;
    color: white;
    height: 100%;

    .button-sign {
        background: white;
        color: black;
        font-weight: 600;
        margin: 20px 0px;
    }

    .introduction {
        word-spacing: 2;
    }

    .button-log {
        background: none;
        color: white;
        font-weight: 600;
        margin-left: 40px;
    }

    .separator-container {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px 0;
    }

    .line {
        height: 1px;
        background-color: #ffffff; 
        flex-grow: 1;
    }

    .separator-text {
        margin: 0 10px;
        color: #ffffff; 
        font-size: 16px;
        font-weight: bold;
        font-family: Lexend, Poppins, Helvetica, "sans-serif";
    }

    .log-action {
        display: flex;
        justify-content: center;
        align-items: center;
        span {
            font-family: Kontora, Lexend, Poppins, Helvetica, "sans-serif";
            font-size: 20px;
        }
    }

    input[type=date] {
        padding-right: 5px;
    }
}

#sign-in, #login, #signUpProject, #forgot-password, #external-register {
    label {
        font-family: Lexend, Poppins, Helvetica, "sans-serif";
    }

    #signupForm, #loginForm, #updateContactData {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
 
    display: flex;
    margin: 0px 40px;
    height: 100%;

    .col-content {
        margin: auto;
        h1, p {
            text-align: left;
            max-width: 500px;
        }
    }

    input {
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 14px;
        height: 15px;
        height: 32px;
        font-family: Lexend, Poppins, Helvetica, "sans-serif";
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    }

    .switch-container {
        display: flex;
        width: 100px;
        margin-left: 30px;
        align-items: center;

      }

      #switch-label {
        margin-left: 10px;
        font-family: Lexend, Poppins, Helvetica, "sans-serif";
      }

      .switch {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 20px;
        margin-bottom: 0px;
      }
      
      .switch input { 
        opacity: 0;
        width: 0;
        height: 0;
      }
      
      .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
      }
      
      .slider:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
      }
      
      input:checked + .slider {
        background-color: #2196F3;
      }
      
      input:focus + .slider {
        box-shadow: 0 0 1px #2196F3;
      }
      
      input:checked + .slider:before {
        -webkit-transform: translateX(18px);
        -ms-transform: translateX(18px);
        transform: translateX(18px);
      }
      
      .slider.round {
        border-radius: 34px;
      }
      
      .slider.round:before {
        border-radius: 50%;
      }

      .invitation-container {
        margin: 30px 0px 50px 0px;
        flex-wrap: wrap;
        justify-content: space-between;
      }

    .submit-btn {
        width: 100%;
        padding: 10px;
        font-size: 16px;
        color: #fff;
        background-color: #007bff;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .submit-btn:disabled {
        background: #F0F0F0;
        color: #BDBDBD;
        font-weight: 600;
        cursor: not-allowed;
    }

    .form-container {
        background-color: white;
        border-radius: 8px;
        max-width: 800px;
        padding: 20px 40px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        overflow-y: auto;
    }

    .form-group {
        display: flex;
        flex-direction: column;
        height: 74px;
        margin-top: 5px;
    }

    .form-group label, .form-group-checkbox label, .form-group-text-area label, .label-maison {
        display: block;
        margin-bottom: 10px;
        font-size: 12px;
        font-weight: bold;
        font-family: Lexend, Poppins, Helvetica, "sans-serif";
        text-align: left;
    }

    .remember-container {
        width: auto !important;
        justify-content: start !important;
    }

    .select-position {
        padding: 4px;
        font-size: 14px;
        height: 15px;
        height: 32px;
        font-family: Lexend, Poppins, Helvetica, "sans-serif";
        color: #707070;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    input::placeholder {
        font-weight: 400;
        font-family: Lexend, Poppins, Helvetica, "sans-serif";
        line-height: 20px;
        color: #707070;
        font-size: 14px;
      }


    .contact-input-group {
        display: flex;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    }
    
    #countryCode {
        width: auto;
        padding: 0.5em;
        border: 1px solid #ccc;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        border-right: none;
        height: 32px;
    }
    
    #contactNumber {
        display: flex;
        width: 100%;
        padding: 0.5em;
        border: 1px solid #ccc;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
        box-shadow: unset;
    }
    

    .form-group input.error {
        border-color: #C53F1D;
    }

    .error-message {
        font-family: Lexend, Poppins, Helvetica, "sans-serif";
        color: #C53F1D;
        font-size: 12px;
        display: none;
        text-align: left;
        margin-top: 3px;
    }

    .error-message.inline {
        margin-top: 7px;
        margin-left: 5px;
    }

    .password-strength {
        font-family: Lexend, Poppins, Helvetica, "sans-serif";
        font-size: 10px;
        color: #616161;
        display: none;
        text-align: left;
        margin-top: 3px;
    }

    .password-strength-note {
        display: flex;
        margin-left: 5px;
        margin-top: 0px;
    }

    .password-strength-note.weak {
        color: #C53F1D;

    }
    
    .password-strength-note.medium {
        color: rgb(255, 102, 0);
    }
    
    .password-strength-note.strong {
        color: #33C481;
    }
    
    .form-group input.error + .error-message {
        display: block;
    }

    .checkbox-group {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .checkbox-group input {
        margin: 0;
        width: 17px;
        border-radius: 0px;
        box-shadow: unset;
    }

    .separator-container {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 30px 0;
        width: 100%;
    }
    
    .line {
        height: 1px;
        background-color: #E0E0E0; 
        flex-grow: 1;
    }
    
    .separator-text {
        margin: 0 10px;
        color: black;
        font-size: 12px;
        font-family: Lexend, Poppins, Helvetica, "sans-serif";
    }

    .external-login {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        img {
            margin-right: 10px;
            height: 20px;
        }
    }

}

#forgot-password {
    #form-errors {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        p {
            color: red;
            font-size: 12px;
            line-height: 12px;
        }
    }
}

#sign-in, #external-register {
    .col-onboarding {
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
    }

    .form-group-top {
        background: #F8F8F8;
        height: 55px;
        align-content: center;
        border: solid 1px #d1d1d1;
        border-radius: 8px;
        width: 100%;
        margin-bottom: 20px;
        align-items: center;
        
        input {
            margin: 12px 20px;
            width: -webkit-fill-available;
            width: -moz-available;
        }
    }

    input#maison {
        display: flex;
        width: 100%;
        border-radius: 0px 4px 4px 0px;
        border-left: none;
        height: 32px;
        box-shadow: unset;
        margin: 0px;
    }

    input[type=checkbox] {
        width: 17px !important;
        margin-right: 8px;
        box-shadow: unset;
    }

    .signup-button {
        width: 100%;
        height: 40px;
        font-weight: bold;
        background-color: #0F6CBD;
        color: white;
    }

    .signup-button:disabled {
        color: rgba(16, 16, 16, 0.3);
    }

    .signin-maison-container {
        display: flex;
        width: 100%;
        height: 32px;
        margin: 12px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    }

    .signin-maison {
        width: fit-content;
        white-space: nowrap;
        /* min-width: 140px; */
        border: 1px solid #ccc;
        border-right: none;
        border-radius: 4px 0px 0px 4px;
        background: white;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        font-weight: bold;
        height: 32px;
        img {
            width: 20px;
            height: 20px;
        }
    }
     .register-checkbox-label, .checkbox-label{
        font-size: 14px;
        font-weight: 400;
        color: #616161;
        a {
            color: #616161;
        }
    }

    #registration-errors {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        p {
            color: red;
            font-size: 12px;
            line-height: 12px;
        }
    }
}

#login {
    .col-onboarding {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #icon-key {
        position: absolute;
        left: 3px;
        bottom: 0;
        top: 0;
    }

    #registration-errors {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        p {
            color: red;
            font-size: 12px;
            line-height: 12px;
        }
    }

    .button-forget-password {
        border: solid 1px #E0E0E0;
        padding: 2px 8px 2px 20px;
        width: 155px;
        height: 24px;
        border-radius: 4px;
        background: white;
        position: relative;
        font-size: 14px;
        font-weight: 400;
        font-family: Lexend, Poppins, Helvetica, "sans-serif";
        text-decoration: none;
    }

      .invitation {
        display: flex;
        min-width: 130px;
        max-width: 130px;
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
      }

      .form-group-maison {
        align-content: center;
        
        input {
            margin: 12px 20px;
            width: -webkit-fill-available;
            width: -moz-available;
        }
    }

    #invitationMaison {
        display: none;
        align-items: center;
    }

    input#newMaisonCode {
        border-radius: 0px 4px 4px 0px;
        border-left: none;
        width: 160px;
        margin: 0px;
        height: 32px;
    }

      .form-maison {
        width: 145px;
        height: 32px;
        border: 1px solid #ccc;
        border-right: none;
        border-radius: 4px 0px 0px 4px;
        background: white;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        font-weight: bold;
        img {
            width: 20px;
            height: 20px;
        }
    }
}

#signUpProject {

    .col-onboarding {
        display: flex;
        flex-direction: column;
    }

    .signup-project-image {
        display: flex;
        margin-top: 50px;
    }

    .maison-project-text {
        color: black;
        text-align: left;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        font-family: Lexend, Poppins, Helvetica, "sans-serif";
    }

    .button-create-project {
        text-decoration: unset;
        display: flex;
        width: fit-content;
        margin-top: 50px;
    }

    .maison-project {
        display: flex;
        color: #C7C7C7;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        font-family: Lexend, Poppins, Helvetica, "sans-serif";
        text-align: left;

    }
}