.icon_close:hover {
    background-color: rgba(242, 242, 242, 1) !important;
}
.back_icon:hover {
    opacity: 0.7;
}
#body {
    background-color: rgba(0, 85, 164, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 94px;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.form_reset_password {
    max-width: 650px;
    width: 100%;
    background-color: white;
    padding: 60px;
    margin-top: 50px;
}
.spinner {
    color: #003974;
    height: 40px;
    width: 40px;
    fill: #ffffff;
}

.spinner-container-reset {
    height: 40px;
    width: 40px;
}
.animation-spin {
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.info_user_inputs {
    color: rgba(0, 0, 0, 0.4);
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 300;
}
.information_email,
.information_university,
.information_index,
.information_password {
    padding-bottom: 28px;
}
.result {
    background-color: rgba(0, 85, 164, 1);
    min-height: 320px;
    padding: 50px 40px;
}
.resultContent {
    padding-top: 70px;
    padding-bottom: 35px;
}
.result .scoreTitle {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 54px;
    text-align: center;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
}

.score {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0px;
    align-items: center;
}
.score .points {
    display: inline-block;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 90px;
    line-height: 54px;
    margin: 0px;
    color: rgba(255, 255, 255, 1);
}
.score .max {
    color: rgba(255, 255, 255, 0.6);
    font-size: 70px;
}
.sertificate button {
    display: flex;
    position: relative;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    cursor: pointer;
    align-items: center;
    height: 62px;
    border: 2px solid #ffffff;
    color: white;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.18rem;
    line-height: 28px;
    margin: 50px auto 50px auto;
    background-color: rgba(0, 85, 164, 1);
    padding: 20px;
    cursor: pointer;
}
.sertificate button a {
    position: absolute;
    width: 100%;
    height: 100%;
}

.sertificate button .icons {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-right: 5px;
}
.sertificate button .icons .iconHover {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}
.sertificate button:hover {
    background-color: white;
    color: #003974;
    transition: 0.3s;
}
.sertificate button:hover .iconHover {
    display: block;
}

.score .max {
    display: inline-block;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 300;
    font-size: 70px;
    line-height: 54px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    margin: 0px;
}

.sertificate button .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.sertificate button .icons .iconHover {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
}

.sertificate button:hover {
    background-color: white;
    color: #003974;
}

.sertificate button:hover .iconHover {
    display: block;
}

.information_email,
.information_university,
.information_index,
.information_password {
    display: flex;
    justify-content: space-between;
}
.link_password {
    text-decoration: none;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: rgba(0, 85, 164, 1);
    cursor: pointer;
}
.link_password:hover {
    text-decoration: underline;
    color: rgba(0, 85, 164, 1);
}

.upper-container {
    display: flex;
}
.overflowHidden {
    overflow: hidden !important;
}
.container {
    display: flex;
    padding: 50px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.reset_form_container {
    max-width: 600px;
}
.login_form_content,
.form_container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.first_form,
.second_form,
.third_form,
.fourth_form {
    visibility: hidden;
    position: absolute;
    z-index: 5;
    right: 0;
    width: 35%;
    height: 100%;
    top: 0;
    background-color: white;
    overflow: auto;
}
#profileForm {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    z-index: 5;
    width: 35%;
    background-color: white;
    height: 100%;
    visibility: hidden;
    overflow: auto;
}
.form_content {
    height: 100%;
}

.form_content,
.content_create_form {
    padding: 60px;
}
.forgotten_password {
    position: relative;
    top: -10px;
}
.forgotten_password a {
    color: rgba(0, 0, 0, 0.6);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-decoration: none;
    cursor: pointer;
}
.forgotten_password a:hover {
    cursor: pointer;
    text-decoration: underline;
    color: rgba(0, 0, 0, 0.6);
}
.form_description,
.form_text_description,
.welcome_text,
.description_text {
    overflow-wrap: anywhere;
}

.form_description::after {
    content: "";
    background: rgba(255, 204, 0, 1);
    height: 3px;
    width: 102px;
    display: block;
    margin-top: 13px;
}
.icon_close:hover,
.icon_close:focus {
    background-color: white;
    cursor: pointer;
}

.create_account {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.modal-background {
    position: fixed;
    display: none;
    background-color: rgba(0, 57, 116, 0.4);
    width: 100%;
    height: 100%;
    z-index: 5;
}

.split-left,
.split-right {
    width: 50%;
    position: relative;
    padding: 5%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.split-left {
    background-color: rgba(0, 85, 164, 1);
}
.split-right {
    z-index: 1;
    background: url("../assets/images/landingBackground.jpg");
}

.logo_img {
    /*width: 30%;*/
    width: 140px;
    height: 140px;


}
.welcome,
.description {
    margin: 40px 0;
}

.welcome_title {
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 45px;
}
.welcome_text {
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 29px;
    max-width: 504px;
    margin-top: 25px;
}
.resultContent-description {
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 29px;
    max-width: 504px;
    margin-top: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.resultContent_container {
    display: flex;
    height: 100%;
    overflow-wrap: break-word;
    flex-direction: column;
    justify-content: space-between;
}
.download_sertificate {
    color: white;
    cursor: pointer;
    text-decoration: none;
}
.download_sertificate:hover {
    color: rgba(0, 85, 164, 1);
}

.button_start {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 85, 164, 1);
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    border: none;
    width: 227px;
    height: 62px;
    cursor: pointer;
}
.button_start:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.log_in_wrapper {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 2;
}

.log_in_link {
    color: rgba(0, 85, 164, 1);
    font-size: 19px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    display: flex;
    justify-content: flex-end;
    text-decoration: none;
    cursor: pointer;
}

.language_link {
    color: rgba(0, 85, 164, 1);
    font-size: 19px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
}

.log_in_link p {
    display: block;
    max-width: 40vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.log_in_link:hover {
    text-decoration: underline;
    color: rgba(0, 85, 164, 1);
}
.exclamation_mark {
    z-index: -1;
    position: absolute;
    top: 30%;
    right: 15%;
    width: 30%;
}

.description_title {
    color: rgba(0, 85, 164, 1);
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 54px;
    font-size: 45px;
    max-width: 500px;
}
.description_text {
    color: rgba(0, 85, 164, 1);
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 29px;
    max-width: 504px;
    margin-top: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.button_find_out {
    width: 227px;
    height: 62px;
    color: rgba(0, 85, 164, 1);
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 28.5px;
    background: none;
    border: 2px solid rgba(0, 85, 164, 1);
    cursor: pointer;
}
.button_find_out:hover {
    background-color: rgba(242, 242, 242, 1);
}

.useful_documents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5%;
}
.title_download {
    color: rgba(0, 85, 164, 1);
    font-size: 45px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    display: flex;
    justify-content: center;
    padding-top: 67px;
    z-index: 1;
    text-align: center;
}

.text_download {
    color: rgba(0, 85, 164, 1);
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 29px;
    max-width: 514px;
}
.download_kodeks {
    display: flex;
    max-width: 70%;
    justify-content: center;
    padding-top: 9px;
}

.download_kodeks a {
    min-width: 300px;
}

.download_kodeks p {
    margin: 0;
    max-width: 80%;
    max-height: 43px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: rgba(0, 85, 164, 1);
}
.kodeks_two {
    margin: 0 10px;
    background-color: rgba(242, 242, 242, 1);
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: rgba(0, 57, 116, 1);
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    padding: 10px;
    border: 2px solid transparent;
    cursor: pointer;
    max-width: 400px;
}
.kodeks_two:hover {
    border: 2px solid rgba(196, 196, 196, 1);
    color: rgba(0, 57, 116, 1);
    transition: 0.3s ease-in-out;
}
.kodeks_two_img {
    margin-left: 10px;
}
.footer {
    width: 100%;
    height: 355px;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer_disclaimer{
    max-width: 730px;
    font-weight: 300;
    font-size: 16px;
    line-height: 29px;
    text-align: center;
    font-family: "Poppins", sans-serif;
}
.footerImage{
    width: 100%;
}
.footer_logo {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-top: 127px;
}

.title {
    font-size: 45px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: rgba(0, 85, 164, 1);
}

.form_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.profile_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.profile_title p {
    margin: 0px;
    display: block;
    width: 35vw;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form_title_login {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form_text {
    margin-top: 65px;
    color: rgba(0, 85, 164, 1);
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 29px;
}
.form_element label {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    line-height: 21px;
}
.form_element input[type="email"],
.form_element input[type="password"],
.form_element input[type="text"] {
    display: block;
    width: 100%;
    height: 58px;
    padding: 18px;
    background-color: rgba(237, 237, 237, 1);
    border: none;
    color: black;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    line-height: 24px;
    padding-right: 50px;
}

.input_old_password small,
.input_new_password small,
.input_again_password small {
    visibility: hidden;
}
.input_old_password.error small,
.input_new_password.error small,
.input_again_password.error small,
.reset_new_password.error small,
.again_password_reset.error small {
    color: red;
    visibility: visible;
    font-weight: normal;
}
.reset_new_password small,
.again_password_reset small {
    visibility: hidden;
}

.select_fax {
    border: none !important;
}
.formCreate_element small {
    visibility: hidden;
}
.form_element small {
    visibility: hidden;
}
.form_element.error small {
    color: red;
    visibility: visible;
}

.formCreate_element.error small {
    color: red;
    visibility: visible;
}

.select_fax {
    display: block;
    width: 100%;
    height: 58px;
    padding: 18px;
    background-color: rgba(237, 237, 237, 1) !important;
    color: rgba(0, 0, 0, 0.4);
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    appearance: none;
    background: url("../assets/icons/downArrow.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 18px) center !important;
    padding-right: 48px;
}

.button_log_in {
    margin-top: 71px;
    width: 100%;
    height: 62px;
    background-color: rgba(0, 85, 164, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 19px;
    line-height: 28px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    border: none;
    cursor: pointer;
}
.form i {
    display: flex;
    position: relative;
    margin-top: -36px;
    margin-right: 18px;
    float: right;
    cursor: pointer;
    color: rgba(0, 85, 164, 1);
}

.eye_icon {
    float: right;
    margin-top: -40px;
    font-weight: normal !important;
    color: #003974 !important;
    margin-right: 18px;
}
.form_reset_password i,
.form_change_password i {
    display: flex;
    position: relative;
    float: right;
    cursor: pointer;
    margin-top: -36px;
    font-weight: normal !important;
    color: #003974 !important;
    margin-right: 18px;
}
.formCreate_element {
    padding-bottom: 20px;
}

.formCreate_text {
    margin-top: 20px;
    color: rgba(0, 57, 116, 1);
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}

.formCreate_element label {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    line-height: 21px;
}

.formCreate_element input[type="email"],
.formCreate_element input[type="password"],
.formCreate_element input[type="text"] {
    display: block;
    width: 100%;
    height: 58px;
    padding: 18px;
    background-color: rgba(237, 237, 237, 1);
    border: none;
    color: black;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-weight: 300;
    line-height: 24px;
    padding-right: 50px;
}

#button_start-again {
    margin-bottom: 0px;
    background-color: white;
    color: rgba(0, 57, 116, 1);
}
#button_start-again:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.form_element_button {
    width: 100%;
    background-color: rgba(0, 57, 116, 0.04);
    height: 85px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.form_element {
    padding-block-end: 20px;
}
.log_out_button {
    background-color: rgba(0, 57, 116, 0.04);
    height: 85px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.register_a_class {
    text-decoration: none;
    color: rgba(0, 85, 164, 1);
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    width: 100%;
    font-size: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.register_a_class:hover {
    color: rgba(0, 85, 164, 1);
}

.button_register_in {
    width: 100%;
    height: 62px;
    background-color: rgba(0, 85, 164, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 19px;
    line-height: 28px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    bottom: 0;
}

.toggle-password {
    float: right;
    margin-top: -36px;
    font-weight: normal !important;
    color: #003974 !important;
}

.user_class {
    height: 24px;
    width: 24px;
    background-image: url("../assets/icons/user.svg");
}

.yellow_line {
    font-size: 45px;
    display: inline-block;
    border-bottom: 12px solid rgba(255, 204, 0, 1);
    line-height: 0.2;
}
.yellow {
    font-size: 45px;
    display: inline-block;
    border-bottom: 12px solid rgba(239, 198, 54, 1);
    line-height: 0.2;
}

.space,
.space_two {
    width: 1rem;
    height: 21px;
}

.yellow_text {
    font-size: 20px;
    display: inline-block;
    border-bottom: 10px solid rgba(255, 204, 0, 1);

    line-height: 0.3;
}

.info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.change_password_title {
    margin-bottom: 62px;
}

.profile_content {
    padding: 60px;
    height: 100%;
}

.main_content,
.content_change_password,
.content_reset_password {
    padding: 60px;
}
.reset_password_title {
    margin-bottom: 50px;
}

.reset {
    justify-content: center;
}

.forgotten_password_title,
.change_password_title,
.profile_title,
.reset_password_title {
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: rgba(0, 85, 164, 1);
    display: flex;
    align-items: center;
}
.third_form_text {
    margin-top: 65px;
    color: rgba(0, 85, 164, 1);
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 29px;
}
.back_icon,
.back_button {
    margin-right: 10px;
    cursor: pointer;
}
.input_email label {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    line-height: 21px;
}
.input_email input {
    display: block;
    width: 100%;
    height: 58px;
    padding: 18px;
    background-color: rgba(237, 237, 237, 1);
    border: none;
    color: black;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    line-height: 24px;
}

.reset_button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    width: 100%;
    height: 62px;
    background-color: rgba(0, 85, 164, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 19px;
    line-height: 28px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    border: none;
    cursor: pointer;
}
.save_button,
.save_button_reset {
    margin-top: 50px;
    width: 100%;
    height: 62px;
    background-color: rgba(0, 85, 164, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 19px;
    line-height: 28px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    border: none;
    cursor: pointer;
}

.text_after::after {
    content: "";
    background: rgba(255, 204, 0, 1);
    height: 3px;
    width: 102px;
    display: block;
    margin-top: 13px;
}

.input_old_password {
    margin-top: 65px;
}
.input_new_password,
.input_old_password,
.input_again_password {
    margin-bottom: 7px;
}
.reset_new_password {
    margin-bottom: 24px;
}
.info_user,
.input_new_password,
.input_old_password,
.reset_new_password,
.again_password_reset,
.input_again_password label {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    line-height: 21px;
}
.input_old_password input[type="text"],
.input_new_password input[type="text"],
.input_again_password input[type="text"],
.reset_new_password input[type="text"],
.again_password_reset input[type="text"] {
    display: block;
    width: 100%;
    height: 58px;
    padding: 18px;
    background-color: rgba(237, 237, 237, 1);
    border: none;
    color: black;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    line-height: 24px;
    padding-right: 50px;
}

.input_old_password input[type="password"],
.input_new_password input[type="password"],
.input_again_password input[type="password"],
.reset_new_password input[type="password"],
.again_password_reset input[type="password"] {
    display: block;
    width: 100%;
    height: 58px;
    padding: 18px;
    background-color: rgba(237, 237, 237, 1);
    border: none;
    color: black;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    line-height: 24px;
    padding-right: 50px;
}
.profile_informations {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 28px;
}
.info_user_inputs {
    word-break: break-all;
    margin-left: 20px;
}

@media only screen and (max-width: 1340px) {
    #gap_line_two {
        margin-bottom: 20px;
    }
    .space_two {
        display: none;
    }
    .create_account {
        flex-direction: column;
    }
}
@media only screen and (max-width: 1200px) {
    .sertificate button {
        font-size: 1rem;
        width: auto;
    }
}
@media only screen and (max-width: 1100px) {
    .profile_title p {
        width: 90vw;
    }

    #profileForm {
        width: 100%;
    }
    .first_form,
    .second_form,
    .third_form,
    .fourth_form {
        width: 100%;
    }
}
@media only screen and (max-width: 992px) {
    .kodeks_two {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }
}
@media only screen and (max-width: 900px) {
    #gap_line_two {
        margin-bottom: 0px;
    }

    .kodeks_two {
        width: 100%;
    }
    .space_two {
        display: inline-block;
        width: 1rem;
        height: 21px;
    }

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

        flex-direction: row;
    }
}

@media only screen and (max-width: 780px) {
    .form_text {
        margin-top: 29px;
    }
    .email_element {
        margin-top: 68px;
    }
    #gap_line {
        margin-bottom: 20px;
    }
    .kodeks_two {
        max-width: 320px;
        margin-top: 20px;
        width: 100%;
    }
    .upper-container {
        display: flex;
        flex-direction: column;
    }
    .exclamation_mark {
        visibility: hidden;
    }

    .split-left,
    .split-right {
        width: 100%;
    }
    .info {
        align-items: flex-start;
    }
    .download_kodeks {
        display: flex;
        max-width: 70%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .title_download {
        display: flex;
        flex-direction: column;

        text-align: center;
    }
    .yellow_line {
        width: fit-content;
    }
    .space_two {
        height: 20px;
        width: 1rem;
    }

    .space {
        display: none;
    }
    .log_in_wrapper {
        color: white;
    }
    .log_in_link {
        color: white;
    }
    .log_in_link:hover {
        color: white;
    }
    .user_class {
        background-image: url("../assets/icons/userWhite.svg");
    }
    .welcome_text,
    .description_text,
    .text_download {
        font-size: 15px;
        line-height: 26px;
    }
}
@media only screen and (max-width: 768px){
    .logo_img{
        width: 100px;
        height: 100px;
    }
}

@media only screen and (max-width: 600px) {

    .form_text,
    .third_form_text {
        font-size: 15px;
    }
    .logo_img{
        width: 72px;
        height: 71px;
    }

    .form_content,
    .content_create_form,
    .profile_content,
    .content_reset_password,
    .content_change_password,
    .main_content {
        padding: 25px;
    }
    .form_element {
        margin-bottom: 20px;
    }
    .form_title_login {
        margin-top: 10px;
    }
    #gap_line_two {
        margin-bottom: 0;
    }

    .create_account {
        display: flex;
    }
    .welcome_title {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 36px;
    }

    .useful {
        width: fit-content;
    }
    .description_title,
    .title_download,
    .title .yellow_line {
        font-size: 36px;
    }
    .log_in_wrapper {
        right: 10px;
        top: 40px;
    }
    .welcome_text,
    .description_text,
    .text_download {
        font-size: 15px;
        line-height: 26px;
    }
    .yellow_line {
        font-size: 36px;
    }

    .sertificate button {
        font-size: 0.9rem;
        padding-right: 10px;
    }
    .score .points {
        font-size: 50px;
    }
    .score .max {
        font-size: 35px;
    }
    .log_in_link {
        font-size: 14px;
    }
    .user_class {
        width: 16px;
        height: 18px;
        padding-right: 24px;
    }
    .download_kodeks {
        width: 70%;
    }
    .download_kodeks a {
        min-width: 0px;
    }
}
@media only screen and (max-width: 500px) {
    .kodeks_two {
        max-width: 90%;
    }
    .profile_title {
        font-size: 30px;
    }
    .forgotten_password_title,
    .change_password_title,
    .reset_password_title {
        font-size: 30px;
        justify-content: center;
    }
}
