﻿/* override style herited from my.intuiface webflow styles */

.w-container.fullWidth {
    padding-left: 0;
}

.error-message {
    padding: 5px 3px;
    margin: 0;;
   
}
.error-message-container
{
    margin: 0 0 10px 0px;
}

.text-error-state {
    display: block;
}

.required {
    background-color: #ffdede;
}

.title-container.w-container {
    display: none;
}

.copyright {
    text-align: center;
    width: 100%;
}

.h1 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 700;
    line-height: 44px;
    color: #333;
}

#MainSection.section {
    padding-top: 0px;
}

.plaformItem {
    background-color: white;
    width: 100%;
    text-align: left;
}

.plaformItem label {
    display: inline-block;
    padding: 5px;
    font-weight: 400;
}

.btn-group {
    width: 100%;
}

#togglePassword {
    float: right;
    top: -42px;
    right: 10px;
}

.modal-loading {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    display: none;
    background-color: rgba(0, 0, 0, 0.45);
}

.loading-indicator-gif {
    display: block;
    width: 42px;
    margin-top: 25%;
    margin-right: auto;
    margin-left: auto;
}

.multiselect {
    text-align: left;
    margin-bottom: 0px;
}

.login {
    float: none;
}

.submit-button.hcms {
    width: 135px;
}

.submit-button:hover {
    color: #fff;
}

.reCaptchaContainer {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.reCaptchaContainer .g-recaptcha {
    display: inline-block;
}

.slide, .slide-2 {
    padding-right: 10px;
    padding-left: 10px;
}

.submit-button.w-button {
    margin-top: 20px;
    width: 220px;
}

.previous.w-slider-arrow-left {
    display: none;
}

.next-button.w-slider-arrow-right {
    text-decoration: none;
    color: #fff;
}

.multiselect-container .multiselect-option .form-check {
    padding-left: 0px;
}

.multiselect-option.dropdown-item:hover {
    background-color: #1e90ff !important;
    color: #fff;
}

.multiselect-option.dropdown-item.active, .multiselect-option.dropdown-item.focus {
    background: none !important;
}

.multiselect-option.dropdown-item {
    background-color: white;
    width: 100%;
    height: 28px;
    text-align: left;
    color: #808895;
}

.form-check {
    display: inline-flex;
    height: 20px;
}

.form-check-label {
    font-weight: 400 !important;
    padding-left: 5px;
    padding-top: 2px;
}

.center-text {
    margin-bottom: 86px;
}

.technicalRequirement {
    clear: both;
}

.nextStep {
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.w-slider-mask {
    height: auto;
}


.password-bloc-overlay {
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0;
    top: 0;
    position: absolute;
    z-index: 9999;
}

a:hover {
    text-decoration: none;
}

