.mooc_login
{
    display: flex;
    width: 100vw;
    min-height: 100vh;
    position: absolute;
    background: #212020e2;
    align-items: center;
    justify-content: center;
    z-index: 99999999;
}

.mooc_login_sz
{
    display: flex;
    width: calc( 100% - 20px );
    max-width: 1100px;
    margin: 40px 0px
}

.mooc_login_left
{
    display: flex;
    width: 50%;
    justify-content: center;
    background-image: url("../img/signin.png");
    background-size: cover;
    background-position: center;
}

.mooc_login_left_sz
{
    display: flex;
    width: calc( 100% - 20px );
    max-width: 410px;
    margin: 64px 0px;
    flex-direction: column;
    justify-content: space-between;
    min-height: 320px;
}

.mooc_login_left_ttl
{
    display: flex;
    flex-direction: column;
}

.mooc_login_left_ttl span:nth-child(1)
{
    font-family: "IBM Plex Sans", serif; font-weight: 400;;
    line-height: 1;
    font-size: 24px;
    font-weight: unset !important;
    color: #FFFFFF;
}

.mooc_login_left_ttl span:nth-child(2)
{
    font-family: "IBM Plex Sans", serif; font-weight: 700;
    line-height: 1;
    font-size: 50px;
    font-weight: unset !important;
    color: #FFFFFF;
}






.mooc_login_right
{
    display: flex;
    width: 50%;
    background: #F0F3F5;
    justify-content: center;
}

.mooc_login_right_sz
{
    display: flex;
    width: calc( 100% - 20px );
    max-width: 400px;
    flex-direction: column;
    margin: 64px 0px 74px 0px;
}

.mooc_login_right_ttl
{
    display: flex;
    width: 100%;
    font-family: "IBM Plex Sans", serif; font-weight: 600;;
    line-height: 1;
    font-size: 26px;
    font-weight: unset !important;
    color: #000000;
    padding-bottom: 16px;

    border-bottom: 1px solid #48464633;
    justify-content: space-between;
}

.mooc_login_right_ttl a
{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000 0% 0% no-repeat padding-box;
    color: #FFFFFF;
    font-family: "IBM Plex Sans", serif; font-weight: 400;;
    line-height: 1;
    font-size: 14px;
    font-weight: unset !important;
    padding: 8px 16px;
    border-radius: 24px;
    text-decoration: none !important;
    outline: none !important;
    cursor: pointer;
    transition: all 234ms ease;
}

.mooc_login_right_ttl a:hover
{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    color: #000000;
    box-shadow: 0px 0px 12px #000000;
}






.mooc_login_form
{
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-top: 12px;
}

.mooc_login_form_bloc
{
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-top: 22px;
}

.mooc_login_form_bloc label
{
    display: flex;
    width: 100%;
    font-family: "IBM Plex Sans", serif; font-weight: 400;;
    line-height: 1;
    font-size: 13px;
    font-weight: unset !important;
    color: #484646;
    margin-bottom: 7px;
}

.mooc_login_form_bloc input
{
    display: flex;
    height: 50px;
    width: calc( 100% - 2px );
    border: 1px solid #F0F3F5 !important;
    outline: none !important;
    background: #FFF;
}


.mooc_login_form_bloc input,
.mooc_login_form_bloc input::placeholder
{
    font-family: "IBM Plex Sans", serif; font-weight: 400;;
    line-height: 1;
    font-size: 16px;
    font-weight: unset !important;
    color: #383838;
    text-indent: 10px;
}


.mooc_login_form_password_reset
{
    display: flex;
    width: 100%;
}

.mooc_login_form_password_reset a
{
    font-family: "IBM Plex Sans", serif; font-weight: 400;;
    line-height: 1;
    font-size: 16px;
    font-weight: unset !important;
    color: #C80023;
    text-decoration: none;
    margin: 12px 0px;
    transition: all 456ms ease;
}

.mooc_login_form_password_reset a:hover
{
    color: #000;
}


.mooc_login_form_btn
{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
}

.mooc_login_form_btn button
{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: #000000 0% 0% no-repeat padding-box;
    color: #FFFFFF;

    font-family: "IBM Plex Sans", serif; font-weight: 400;;
    line-height: 1;
    font-size: 16px;
    font-weight: unset !important;
    padding: 16px 26px;
    border-radius: 24px;
    transition: all 234ms ease;

    text-decoration: none !important;
    outline: none !important;

    border: none;
    cursor: pointer;
}

.mooc_login_form_btn button:hover
{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    color: #000000;
    box-shadow: 0px 0px 12px #000000;
}


.mooc_login_form_create
{
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-top: 47px;
}


.mooc_login_form_create_ttl
{
    display: flex;
    width: 100%;
    font-family: "IBM Plex Sans", serif; font-weight: 600;;
    line-height: 1;
    font-size: 20px;
    font-weight: unset !important;
    color: #000000;
    margin-bottom: 16px;
}

.mooc_login_form_create_btn
{
    display: flex;
    width: 100%;
    justify-content: center;
}

.mooc_login_form_create_btn a
{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: transparent 0% 0% no-repeat padding-box;
    color: #000000;
    font-family: "IBM Plex Sans", serif; font-weight: 400;;
    line-height: 1;
    font-size: 16px;
    font-weight: unset !important;
    padding: 14px 26px;
    border-radius: 24px;
    text-decoration: none !important;
    outline: none !important;
    border: 2px solid #000000;
    margin-top: 4px;
    cursor: pointer;
    transition: all 234ms ease;
}

.mooc_login_form_create_btn a:hover
{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    color: #000000;
    box-shadow: 0px 0px 12px #000000;
}

.mooc_login_message
{
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    font-family: "IBM Plex Sans", serif; font-weight: 400;;
    line-height: 1;
    font-size: 16px;
    font-weight: unset !important;
    text-align: center;
    justify-content: center;
    background: #F0F3F5;
    padding: 10px 0px;
}

.mooc_login_message .success
{
    color: #22FF00;
}

.mooc_login_message .error
{
    color: #FF0000;
}

.mooc_login_message_password_reset
{
    text-align: left;
}


@media (max-width: 1100px)
{
    .mooc_login_left_sz
    {
        margin: 50px 0px;
    }

    .mooc_login_left_ttl span:nth-child(1)
    {
        font-size: 22px;
    }

    .mooc_login_left_ttl span:nth-child(2)
    {
        font-size: 44px;
    }

    .mooc_login_right_sz
    {
        margin: 50px 0px 60px 0px;
    }

    .mooc_login_right_ttl
    {
        font-size: 24px;
        padding-bottom: 14px;
    }

    .mooc_login_form
    {
        margin-top: 10px;
    }

    .mooc_login_form_bloc
    {
        margin-top: 18px;
    }

    .mooc_login_form_bloc input
    {
        height: 46px;
    }

    .mooc_login_form_password_reset a
    {
        font-size: 15px;
    }

    .mooc_login_form_btn
    {
        margin-top: 18px;
    }

    .mooc_login_form_create
    {
        margin-top: 40px;
    }

    .mooc_login_form_create_ttl
    {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .mooc_login_form_create_btn a
    {
        padding: 14px 26px;
        border-radius: 24px;
    }
}



@media (max-width: 800px)
{
    .mooc_login_left
    {
        width: 45%;
    }
    .mooc_login_right
    {
        width: 55%;
    }

    .mooc_login_left_sz
    {
        margin: 40px 0px;
    }

    .mooc_login_left_ttl span:nth-child(1)
    {
        font-size: 22px;
    }

    .mooc_login_left_ttl span:nth-child(2)
    {
        font-size: 44px;
    }

    .mooc_login_right_sz
    {
        margin: 40px 0px 50px 0px;
    }
}


@media (max-width: 700px)
{
    .mooc_login_sz
    {
        flex-direction: column;
        margin: 10px 0px;
    }

    .mooc_login_left
    {
        width: 100%;
    }

    .mooc_login_right
    {
        width: 100%;
    }

    .mooc_login_left_sz
    {
        margin: 40px 0px;
        min-height: unset;
    }

    .mooc_login_left_ttl
    {
        margin-bottom: 40px
    }

    .mooc_login_left_ttl span:nth-child(1)
    {
        font-size: 22px;
    }

    .mooc_login_left_ttl span:nth-child(2)
    {
        font-size: 44px;
    }

    .mooc_login_right_sz
    {
        margin: 40px 0px 50px 0px;
    }
}

.mooc_login_std_text
{
    width: 100%;
    font-family: "IBM Plex Sans", serif; font-weight: 400;;
    line-height: 1.375;
    font-size: 16px;
    font-weight: unset !important;
    color: #484646;
}

.mooc_inscription_success_login
{
    display: flex;
    width: 100%;
}

.mooc_inscription_success_login a
{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: #FFF 0% 0% no-repeat padding-box;
    color: #000000;
    font-family: "IBM Plex Sans", serif; font-weight: 400;;
    line-height: 1;
    font-size: 16px;
    font-weight: unset !important;
    padding: 14px 26px;
    border-radius: 24px;
    text-decoration: none !important;
    outline: none !important;
    border: 2px solid #000000;
    margin-top: 24px;
    cursor: pointer;
    transition: all 234ms ease;
}

.mooc_inscription_success_login a:hover
{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    color: #000000;
    box-shadow: 0px 0px 12px #000000;
}
