body {
    background-color: white;
    font-family: "Inter", sans-serif;
    font-style: normal;
}

.reset_password_btn {
    width: 75%;
    height: 40px;
    border: none;
    margin: 25px auto;
    background-color: #00c2a4;
    color: white;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    border-radius: 25px;
}

.new_mirodo_site_login_inputs_container h2 {
    color: white;
    text-align: center;
    font-size: 32px;
    margin-top: 40px;
    margin-bottom: 0px;
}

.forget_password_txt {
    margin: 10px;
    font-size: 17px;
    color: white;
    text-decoration: underline;
    display: block;
}

.forget_password_txt:hover {
    color: white;
    text-decoration: underline;
}

.new_mirodo_site_login_form_container {
    width: 100%;
    height: 100vh;
    padding: 20px;
    overflow: hidden;
    background-image: linear-gradient(157deg, #d869da 10%, #7c4bbf 90%);
    z-index: 10;
    position: relative;
}

.new_mirodo_site_teacher_login {
    background-image: linear-gradient(157deg, #ffa1e9 10%, #d80062 90%);
}

.new_mirodo_site_login_form_container_parent {
    background-image: linear-gradient(157deg, #3d66e8 10%, #793fdc 90%);
}

.new_mirodo_site_login_body_img_one,
.new_mirodo_site_login_body_img_two,
.new_mirodo_site_login_body_img_one_teacher,
.new_mirodo_site_login_body_img_two_teacher,
.new_mirodo_site_login_body_img_one_parent,
.new_mirodo_site_login_body_img_two_parent {
    display: none;
}

.new_mirodo_site_login_form_container picture {
    display: flex;
    justify-content: center;
}

.new_mirodo_site_login_pupils_txt {
    display: flex;
    justify-content: center;
    position: relative;
    font-size: 35px;
    color: white;
}

.new_mirodo_site_login_pupils_txt p {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin: 10px 0px;
    color: white;
    display: inline-block;
    background-color: transparent;
    padding: 0px 10px;
    position: relative;
    z-index: 10;
}

.new_mirodo_site_login_border_one,
.new_mirodo_site_login_border_two,
.new_mirodo_site_login_border_one_teacher,
.new_mirodo_site_login_border_two_teacher {
    width: 18%;
    height: 2px;
    background-color: white;
    position: absolute;
    z-index: 1;
}

.new_mirodo_site_login_border_one,
.new_mirodo_site_login_border_one_teacher {
    top: 50%;
    left: 0%;
}

.new_mirodo_site_login_border_two,
.new_mirodo_site_login_border_two_teacher {
    top: 50%;
    right: 0%;
}

.new_mirodo_site_login_inputs_container {
    width: 85%;
    margin: 0 auto;
}

.new_mirodo_site_login_input {
    width: 100%;
    height: 40px;
    margin-top: 35px;
    position: relative;
}

.new_mirodo_site_login_input input {
    border: none;
    background-color: white;
    padding-left: 10px;
    padding-right: 25px;
    height: 100%;
    width: 100%;
    border-radius: 25px;
    box-sizing: border-box;
}

.new_mirodo_site_login_input input:focus {
    outline: none;
}

.new_mirodo_site_login_svg_contaner {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
}

.new_mirodo_site_login_btn {
    margin: 30px auto;
    width: 150px;
    height: 30px;
    border-radius: 25px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00c2a4;
    color: white;
    border: none;
    cursor: pointer;
}

.new_mirodo_login_footer_txt {
    margin-top: 5px;
    text-align: center;
    color: white;
    font-size: 16px;
    line-height: 1.5;
    padding: 0px 15px;
}

.new_mirodo_login_footer_contents {
    display: flex;
    justify-content: center;
    align-items: center;
}

.new_mirodo_login_footer_contents img {
    width: 50px;
    margin: 0px 10px;
}

.new_mirodo_login_footer_contents div {
    display: flex;
    align-items: center;
}

.success_password_reset {
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.new_site_login_error_msg {
    background-color: #ffce00;
    padding:10px;
    border-radius:10px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    box-sizing: border-box;
}
.new_site_login_error_msg p{
    margin:0;
    padding:0;
    color: #2f2f2f;
}

.new_site_login_error_msg svg {
    flex-shrink: 0;
    /* margin-right: 10px; */
}

@media (min-width: 761px) {
    .new_mirodo_site_login_main_container {
        /* height: 100vh; */
        width: 100%;
        display: flex;
        justify-content: center;
        /* align-items: center; */
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
    }

    .new_mirodo_site_login_form_container {
        width: 80%;
        height: auto;
        padding: 20px;
        border-radius: 20px;
        position: relative;
        margin-top: 50px;
    }

    .new_mirodo_site_login_border_one {
        top: 50%;
        left: 15%;
    }

    .new_mirodo_site_login_border_two {
        top: 50%;
        right: 15%;
    }

    .new_mirodo_site_login_inputs_container {
        width: 65%;
    }

    .new_mirodo_site_login_btn {
        margin: 25px auto;
        width: 190px;
        height: 40px;
    }

    .new_mirodo_login_footer_txt {
        width: 75%;
        text-align: center;
        margin: 15px auto;
        font-size: 16px;
        line-height: 1.4;
    }

    .new_site_login_error_msg {
        width: 60%;
        margin: 0 auto;
    }

    .new_mirodo_site_login_border_one_teacher {
        top: 50%;
        left: 10%;
    }

    .new_mirodo_site_login_border_two_teacher {
        top: 50%;
        right: 10%;
    }

    .new_mirodo_site_login_body_img_one img {
        width: 350px;
    }

    .new_mirodo_site_login_border_one_teacher {
        top: 50%;
        left: 5%;
    }

    .new_mirodo_site_login_border_two_teacher {
        top: 50%;
        right: 5%;
    }

    .new_mirodo_site_login_body_img_one_teacher img {
        width: 280px;
    }

    .new_mirodo_site_login_body_img_one_parent img {
        width: 290px;
    }

    .new_mirodo_site_login_body_img_one,
    .new_mirodo_site_login_body_img_one_teacher,
    .new_mirodo_site_login_body_img_one_parent {
        position: absolute;
        left: 0%;
        bottom: -50%;
        display: block;
        z-index: 20;
    }

    .new_mirodo_site_login_body_img_two img {
        width: 200px;
    }

    .new_mirodo_site_login_body_img_two_teacher img {
        width: 200px;
    }

    .new_mirodo_site_login_body_img_two_parent img {
        width: 200px;
    }

    .new_mirodo_site_login_body_img_two,
    .new_mirodo_site_login_body_img_two_teacher,
    .new_mirodo_site_login_body_img_two_parent {
        position: absolute;
        right: 5%;
        bottom: -53%;
        display: block;
        z-index: 20;
    }
}

@media (min-width: 991px) {
    .new_mirodo_site_login_main_container {
        height: 100vh;
        align-items: center;
    }

    .new_mirodo_site_login_form_container {
        width: 43%;
        height: auto;
        padding: 20px;
        border-radius: 20px;
        position: relative;
        margin-top: 0px;
    }

    .new_mirodo_site_login_form_container img {
        width: 200px;
    }

    .new_mirodo_site_login_pupils_txt p {
        font-size: 35px;
    }

    .new_mirodo_site_login_border_one,
    .new_mirodo_site_login_border_two {
        width: 25%;
        height: 2px;
        background-color: white;
        position: absolute;
        z-index: 1;
    }

    .new_mirodo_site_login_border_one {
        /* top: 50%; */
        left: 0;
    }

    .new_mirodo_site_login_border_two {
        right: 0;
    }

    .new_mirodo_site_login_inputs_container {
        width: 75%;
    }

    .new_mirodo_site_login_btn {
        width: 200px;
    }

    .new_mirodo_login_footer_contents img {
        width: 50px;
    }

    .new_mirodo_login_footer_contents div {
        display: flex;
        align-items: center;
    }

    .new_mirodo_site_login_body_img_one img {
        width: 350px;
    }

    .new_mirodo_site_login_border_one_teacher {
        top: 50%;
        left: 5%;
    }

    .new_mirodo_site_login_border_two_teacher {
        top: 50%;
        right: 5%;
    }

    .new_mirodo_site_login_body_img_one_teacher img {
        width: 280px;
    }

    .new_mirodo_site_login_body_img_one_parent img {
        width: 290px;
    }

    .new_mirodo_site_login_body_img_one,
    .new_mirodo_site_login_body_img_one_teacher,
    .new_mirodo_site_login_body_img_one_parent {
        position: absolute;
        left: 0%;
        bottom: 5%;
        display: block;
        z-index: 20;
    }

    .new_mirodo_site_login_body_img_two img {
        width: 350px;
    }

    .new_mirodo_site_login_body_img_two_teacher img {
        width: 300px;
    }

    .new_mirodo_site_login_body_img_two_parent img {
        width: 295px;
    }

    .new_mirodo_site_login_body_img_two,
    .new_mirodo_site_login_body_img_two_teacher,
    .new_mirodo_site_login_body_img_two_parent {
        position: absolute;
        right: -3%;
        bottom: 6%;
        display: block;
        z-index: 20;
    }

    .new_mirodo_site_login_body_img_two_parent {
        right: 0%;
    }

    .new_site_login_error_msg {
        width: 100%;
    }
}