@import url(./icone.css);
.header-login.tenant-32 .logo-login
        {
			background-size: 150px !important;
			background-position: center !important;
        }
.page-login {
    background: url(../img/login-bg-2.png) , linear-gradient(180deg, rgba(249,248,255,1) 0%, rgba(245,237,241,1) 100%);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: auto;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px;
    box-sizing: border-box;
    background-attachment: fixed;
}
.logo-login{
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-size: 159px 60px;
    background-position: 10px 10px;
    min-height: 80px;
    margin-bottom: 20px;
    width: 201px;
}

.header-login {
    flex: 0 0 15%;
    display: flex;
    align-items: center;
    justify-content: center;
}

h1.connex-title {
    font-size: 20px;
    color: #8C4091;
    position: relative;
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
}
h1.connex-title:before {
    content: " ";
    background-image: url(../img/arrow.png);
    position: absolute;
    height: 35px;
    width: 36px;
    background-repeat: no-repeat;
    background-position: center;
    top: -13px;
    left: 30px;
    background-size: cover;
}
.content-form {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin: 16px 0;
}
.content-login{
    background-color: #fff;
    border-radius: 20px;
    padding: 17px 25px;
    position: relative;
}
.content-login::after{
    content: "";
    position: absolute;
    background-image: url(../img/bg1_1ldpi.svg);
    left: -260px;
    z-index: -1;
    width: 320px;
    height: 327px;
    background-repeat: no-repeat;
    background-size: auto;
    bottom: -65px;
}
.content-login::before{
    content: "";
    position: absolute;
    background-image: url(../img/bg2_1ldpi.svg);
    right: -260px;
    z-index: -1;
    width: 320px;
    height: 360px;
    background-repeat: no-repeat;
    background-size: auto;
    bottom: -65px;
}
.sign-in-button{
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #DAD3E1;
    border-radius: 10px;
    height: 43px;
    display: flex;
    align-items: center;
    /* width: 320px; */
    margin-top: 10px;
    margin-bottom: 10px;
    color: #5E5E5E;
    font-size: 11px;
    padding: 0 15px;
    background-position: 15px center;
    background-size: 22px;
}
.sign-in-button span{
    padding-left: 35px;
    font-size: 14px;
    font-family: 'Segoe UI', sans-serif;
    line-height: 14px;
}
.content-form button.btn.btn-primary{
    background-color: #733984;
    border: 1px solid #733984;
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    height: 44px;
    width: 100%;
    transition: .3s all;
    font-family: 'Segoe UI', sans-serif;
}
/* .login-with{
    padding-top: 50px;
} */
.block-alert{
    height: 44.6px;
    margin-top: 20px;
}
.input-group.login-input , .input-group.password-input{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 10px;
    min-width: 270px;
    border: 1px solid #DAD3E1;
    margin-top: 5px;
    max-height: 43px;
}

.login-input span.input-group-login{
    max-width: 25px;
    max-height: 25px;
    width: 25px;
    height: 25px;
    min-width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F7F3F8;
    margin: 10px;
    border-radius: 6px;
}
.login-input span.input-group-login span , .password-input span.input-group-login span{
    font-size: 13px;
}
.password-input span.input-group-login{
    max-width: 25px;
    max-height: 25px;
    width: 25px;
    height: 25px;
    min-width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F7F3F8;
    margin: 10px;
    border-radius: 6px;
}
.login-input input{
    height: 40px;
    border: none;
    font-size: 12px;
    color: #000000;
    width: 100%;
    border-radius: 0 10px 10px 0;
    outline: none;
}
.password-input input{
    height: 40px;
    border: none;
    font-size: 12px;
    color: #000000;
    width: 100%;
    border-radius: 0 10px 10px 0;
    outline: none;
}
.btn-footer{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.btn-footer .form-group{
    width: 50%;
}
.btn-footer .btn-danger{
    background-color: #ffffff;
    border: 1px solid #DAD3E1;
    color: #733984;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    height: 43px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    transition: .3s all;
    text-decoration: none;
}
.logo-footer{
    height: 25px;
    width: 70px;
    background-image: url(../img/logo-netisse.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}
.footer-content{
    display: flex;
    align-items: center;
    padding-top: 45px;
    justify-content: center;
    gap: 7px;
}
.footer-content span{
    font-size: 10px;
    color: #BEC2C9;
    line-height: 11px;
    margin-bottom: -4px;
}
/* .footer-block {
    flex: 0 0 10%;
    display: grid;
    align-items: end;
    justify-content: end;
} */
.content-login .alert{
    border-radius: 10px !important;
    color: #842029;
    background-color: #f8d7da;
    padding: 15.5px 18px;
    border: 1px solid #f5c2c7;
    border-radius: 10px !important;
    font-weight: 400;
    line-height: 14px;
    margin-top: 15px;
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
    margin-bottom: 0 !important;
}
label.control-label{
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;   
    font-weight: 400;
    color: #000000;
    margin-bottom: 0;
}
.glyphicon.glyphicon-user{
    color: #BB4586;
    font-size: 30px;
}
@media (min-width: 200px) and (max-width: 991.5px){
    .content-login::after,
    .content-login::before {
        display: none !important;
        background-image: none !important;
        content: '' !important;
    }
    h1.connex-title{
        display: none;
    }
}
@media (min-height: 200px) and (max-height: 800.5px){
    h1.connex-title{
        display: none;
    }
    .content-form{
        margin-top: 0;
    }
    .logo-login{
        margin-bottom: 0px;
    }
    .content-login{
        padding: 12px 25px;
    }
    .block-alert{
        height: auto;
        margin-top: 15px;
    }
    h1.connex-title:before{
        height: 28px;
        width: 28px;
        background-repeat: no-repeat;
        background-position: center;
        top: -5px;
        left: 30px;
        background-size: cover;
    }
}

@media (min-width: 768px) and (max-width: 991.5px) {
    .page-login {
        overflow-x: hidden;
        overflow-y: auto;
        background: linear-gradient(180deg, rgba(249,248,255,1) 0%, rgba(245,237,241,1) 100%);
    }

    h1.connex-title:before {
        display: none;    
    }
    .content-login {
        width: 100%;
    }
    .login-input input {
        background-size: 2%;
    }
    .input-group.login-input , .input-group.password-input{
        min-width: 100%;
    }
}
@media (max-height: 640px) and (min-width: 992px){
    .mobile-bg{
        height: 100%;
    }
}
@media (min-height: 100px) and (max-height: 395px){
    .bg-password-mobile{
        height: 100%;
    }
}
@media (min-height: 100px) and (max-height: 600px){
    .mobile-bg{
        height: 100%;
    }
}
@media (max-height: 200px) and (min-width: 991.5px){
    .mobile-bg{
        height: 100%;
    }
}
@media (min-width: 200px) and (max-width:  767.5px) {
    .page-login {
        padding: 8px;
        overflow-x: hidden;
        overflow-y: auto;
        background: linear-gradient(180deg, rgba(249,248,255,1) 0%, rgba(245,237,241,1) 100%);
    }
    .input-group.login-input , .input-group.password-input{
        min-width: 100%;
    }
    .header-login {
        flex: 0 0 auto;
        height: auto;
        justify-content: center;
    }

    .content-form {
        flex: 1;
    }
    h1.connex-title:before {
        display: none;
    }
    .content-login {
        width: 100%;
        margin: 0 8px;
    }
    .content-login h1{
        display: none;
    }
    .content-form{
        /* height: auto; */
    }
    .login-input input {
        background-size: 4%;
    }
    .sign-in-button{
        width: auto;
        min-width: auto;
    }
}