body {
    background-color: rgba(255,255,255,.6);
    background-image: url("intranet/home_bg.jpg");
    background-size: cover;
    font-family: Cairo;
    margin: 0;
    padding: 0;
}

.LoginScreen {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
    position: relative;
}
.rightBlock {
    background: url("intranet/right_login_container.png");
    position: absolute;
    top: 0;
    right: 0;
    height: 520px;
    width: 451px;
}
.wrapper_particile{
    height: calc(100vh - 86px);
    overflow: hidden;
    opacity: 0.2;
}

.LoginScreen{
    background: #fff;
    box-shadow: 0px 0px 14px 5px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    width: 982px;
    height: 520px;
    z-index: 14;
    top: 0;
    bottom: 0;
    margin: auto;
}
.contentLogin{
    width: 100%;
    max-width: 400px;
    margin-left: 80px;
}
.LoginScreen h1 {
    color: #333;
    font-size: 400%;
    font-weight: bolder;
    margin: 0;
    display: none;
}

.LoginScreen h2 {
    color: #333;
    font-size: 2rem;
    margin: 0;
}

.LoginScreen h3 {
    color: #073772;
    font-size: 17px;
    margin: 15px 0 0;
    font-weight: normal;
    font-size: 1rem;
    margin-top: 0;
}

.LoginScreen .ui.form {
    margin-top: 1.5em;
}

.LoginExtraLinks *,
.LoginExtraLinks label {
    color: #333 !important;
}

#passwordResetLink {
    text-decoration: underline;
}

#passwordResetLink:hover {
    color: #ccb29c !important;
}

.ui.grid {
    width: 50vw;
    border-radius: 5px;
    margin-top: 20px;
    border: none;
}

.ui.grid {
    text-align: center;
}

.ui.grid .column:first-child {
}

.ui.grid .column:last-child {
}

.captchaField {
    position: relative;
}
.captchaImg{
    border: 1px solid white;
    background: #fff;
    border-radius: 5px;
    padding: 10px 0px 5px 10px;
}

.ui.form .field .ui.input, .ui.form .fields .field .ui.input, .ui.form .wide.field .ui.input {
    width: 100%;
}
.inputCaptcha{
    flex: 1 !important;
}

.footerLogin{
    background: #ebedef;
    border-top: 6px solid #d8dcdf;
    height: 80px;
}

.flexContent{
    display: flex;
    justify-content: space-between;
}

.ministry_logo{
    font-size: 11px;
    color: #666;
    background: url("intranet/flag.png") no-repeat left 31px center;
    padding-left: 79px;
    line-height: 13px;
    margin: 16px 0 10px;
}
.copyright{
    font-size: 12px;
    color:#666;
    margin-top: 30px;
    margin-right: 41px;
}

#passwordResetLink{
    color:#073772;
    font-size: 17px;
    text-decoration: none;
}

.logoForMobile{
    display: none;
}


#antibots_wrapper *{
    display: inline-block;
}

#antibots_wrapper {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    max-width: 400px;
    margin: 0 auto;
}


#antibots_wrapper img{
    position: absolute;
    right: 1px;
    top: 9px;
    border: 1px solid #eee;
}

#anti_bots{
    width: 100%;
    box-sizing: border-box;
}

.retour_accueil{
    position: absolute;
    bottom: 60px;
    right: 50px;
    background: #ffffffcf;padding: 5px 10px;border-radius: 10px;}

.retour_accueil a{

    text-decoration: none;color: #333;}

@media screen and (max-width: 600px) {
    .ui.grid {
        width: 100%;
    }
    .captchaField{
        flex-direction: column !important;
    }
    .imgCaptcha{
        margin: 20px !important;
        align-self: center;
    }
    h1{
        display: none;
    }

    .LoginScreen{
        width: calc(100% - 2em);
        position: unset;
        height: auto;
        margin-bottom: 29px;
        margin-top: 20px;
    }
    .rightBlock{
        display: none;
    }
    .contentLogin{
        width: 70%;
        margin: 2em;
    }

    .flexContent{
        flex-direction: column;
    }

    .wrapper_particile{
        display:none;
    }

    .copyright{
        margin-left:40px;
        margin-top:10px;
        margin-bottom:20px;
    }

    .logoForMobile{
        display: block;
        text-align: center;
    }
    .logoForMobile img{
        width:100%
    }

    #antibots_wrapper br{

    }

    #antibots_wrapper{
        height: 150px;
    }

    #antibots_wrapper img{
        position: initial   ;

    }

    .retour_accueil{
        position: initial;
    }
}