html,
body {
    height: 100vh;
    background-image: url('/public/login_image/global-business-internet-network-connection-iot-internet-things-business-intelligence-concept-bus (1) 1 (1).png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}
.wrap-login100{
    background-color: rgb(51 122 183 / 25%) !important;
    width: 690px;
    height: 690px;
    padding-top: 195px;
    padding-left: 615px;
    border-radius: 40px !important;

}
.wrap-login100 {
    position: relative;
   
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#logo-er2p {
    width: 337px;
    height: 337px;
    margin-top: 30px;
    margin-bottom: -90px;
    margin-top: -10px;
    margin-left: 55px;
}



#logo-er2p-link {
    margin: 0 105px 8px 105px;
}

#cgu-text-box {
    position: absolute;
    bottom: 14px;
    right: 20px;
}

#cgu-text {
    color: #d11212 !important;
    border-color: #d11212!important;
}

#current-version {
    position: absolute;
    max-width: 150px;
    margin-right: 120px;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 400;
}
.txt1{
    color:#ffffff !important; 
    font-family: Montserrat-SemiBold;
    font-size: 16px !important;
    line-height: 18.75px !important;
    font-weight: 600;

}
.login100-form-btn{
background-color: #337AB7 ! important;
}
.text-center {
    text-align: left !important;
}
.txt2 {
    margin-right: 90px;
    color: #ffffff !important;
    font-weight: 400 !important;
    line-height: 16.41px !important;
}
.input100 {
    background-color: #ffffff !important;
    
   
}
.bo1 {
    border-bottom: 1px solid #ffffff!important;
}
.login100-form{
    margin-top: -70px;
}
.cgu-container {
    display: flex;
    align-items: center; /* Vertically aligns the text */
}

.cgu-container a {
    margin-right: 100px; /* Adds space between the link and the paragraph */
    font-weight: 400;
}


.wrap-input100 {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.wrap-input100 .input100 {
    width: 100%; 
    padding-right: 40px; 
    box-sizing: border-box;
    border-radius: 9px;
}

.wrap-input100 #toggle_password {
    position: absolute;
    right: 10px; 
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
}
input::-ms-reveal,
      input::-ms-clear {
        display: none;
      }
.fa-eye:before {
        color: rgb(51 122 183 ) !important;
    }
    .fa-eye-slash {
        color: rgb(51 122 183 ) !important;
    }