* {
    margin: 0px;
}

.item_form {
    display: flex;
    margin: 0px 0px;
}
.item-logo {
    position: absolute;
    z-index: 1;
    margin: 10px;
    color: #c4c5ca;
}

.item-logo img {
    position: relative;
    top: 5px;
    height: 20px;
    width: 20px;
    filter: invert();
}
.nav_item h4 {
    font-size: 24px;
    margin-top: 20px;
    padding-inline: 50px;
    text-align: center;
}
.nav_item {
    background-image: url("/images/form.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    color: antiquewhite;
    height: 100vh;
    width: 40%;
    display: grid;
    align-items: center;
    justify-content: center;
}
.item-color-form {
    position: absolute;
    width: 40%;
    background-color: rgb(0, 0, 0);
    height: 100vh;
    filter: blur(5px);
    opacity: 0.6;
}
.main-item-home {
    text-align: center;
    z-index: 1;
}
.main-item-home h1 {
    font-size: 50px;
}
.nav_item .nav_item_title {
    margin-top: 30px;
    padding: 0px;
    display: grid;
    justify-content: center;
    list-style: none;
}
.nav_item .nav_item_title li {
    padding: 20px 5px;
    width: 200px;
    border: 1px solid rgb(255, 255, 255);
    cursor: pointer;
}

.item_nav_modify {
    background-color: #c4c5ca;
    color: antiquewhite;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.main_item_form {
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    top: 200px;
}
.main_item_form a {
    text-align: right;
    color: grey;
    transform: translateX(-10px) translateY(10px);
}

/**
***************************
    SECTION LOGIN
***************************
**/
#login_section {
    height: 100vh;
    width: 60%;
    background-color: aliceblue;
}
.item-title-login {
    position: relative;
    top: 100px;
    text-align: center;
}
.item-title-login h1 {
    font-size: 50px;
}
.item-title-signup {
    position: relative;
    top: 100px;
    text-align: center;
}
.item-title-signup h1 {
    font-size: 50px;
}
#item_form_login {
    display: grid;
}
#item_form_login button {
    position: relative;
    width: 366px;
    height: 40px;
    padding: 0px;
    margin-top: 20px;
    border: 1px solid;
    background-color: rgb(39, 36, 109);
    color: rgb(255, 255, 255);
    cursor: pointer;
    border-radius: 3px;
    transform: translateY(25px) translateX(10px);
}

#item_form_login button:hover {
    background-color: rgb(4, 0, 107);
}

#item_form_login input {
    margin: 10px;
    height: 30px;
    width: 350px;
    padding-left: 10px;
}
#item_form_login input[type="checkbox"] {
    position: relative;
    left: 1px;
    height: 14px;
    width: 14px;
    background-color: aqua;
}
#item_form_login label[for="remember"] {
    text-align: start;
    position: relative;
    top: 50px;
}
.item_btn_login p {
    position: relative;
    top: 40px;
    color: rgb(1, 1, 1);
    text-decoration: none;
}
.item-eye-mdp-visible {
    background-image: url("../images/eyesOpen.png");
    background-size: 20px;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    cursor: pointer;
}
.item-eye-mdp-disable {
    background-image: url("../images/eyeClose.png");
    background-size: 20px;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

/**
***************************
    SECTION SIGNUP
***************************
**/

#item_form_signup {
    display: grid;
}
#item_form_signup button {
    position: relative;
    width: 366px;
    height: 40px;
    padding: 0px;
    margin-top: 20px;
    border: 1px solid;
    background-color: rgb(39, 36, 109);
    color: rgb(255, 255, 255);
    cursor: pointer;
    border-radius: 3px;
    transform: translateY(25px) translateX(10px);
}

#item_form_signup input {
    margin: 10px;
    height: 30px;
    width: 350px;
    padding-left: 10px;
}

#item_form_signup input[type="checkbox"] {
    position: relative;
    left: 1px;
    height: 14px;
    width: 14px;
    background-color: aqua;
}

#item_form_signup label[for="remember"] {
    text-align: start;
    position: relative;
    top: 20px;
}

.item_btn_signup p {
    position: relative;
    top: 40px;
    left: 2px;
    color: rgb(0, 0, 0);
    text-decoration: none;
}

label {
    height: 45px;
}
.item_form_pos {
    position: relative;
    bottom: 85px;
}
.item_visible_password_verify {
    height: 16px;
    width: 16px;
    transform: translateX(10em) translateY(-35px);
    cursor: pointer;
}
.direction {
    position: relative;
    transform: translateX(-40px);
}

.verify {
    border: 1px solid red;
    color: red;
}
small {
    color: red;
    text-align: left;
    padding-left: 10px;
}

div.msg_ok {
    position: relative;
    bottom: 80px;
    left: 310px;
    width: 250px;
    text-align: center;
    color: #003821;
    background-color: #b1ffdf;
    padding: 15px;
    padding-top: 18px;
    padding-left: 18px;
    transition: 1s;
    font-size: 18px;
    border-radius: 4px;
    box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.518);
}
div.msg_ok::before {
    content: "✔";
    font-size: 30px;
    position: relative;
    right: 7%;
    padding: 5px 15px;
    background-color: rgb(255, 255, 255);
    border: 10px solid #b1ffdf;
    border-left: 10px solid #045d38;
    transition: 1s;
}

.item-form-resp{
    display: none;
}


