

* {

    font-family: "Anta", sans-serif;
  font-weight: 500;
  font-style: normal;
}


.nav_logo,
.nav_link,
.button {
    color: #fff;
}


.button {
    padding: 6px 24px;
    border: 2px solid #fff;
    background: transparent;
    border-radius: 6px;
    cursor: pointer;
}

.button:active {
    transform: scale(0.98);
}



.form_container {
    position: absolute;
    max-width: 320px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.1);
}

.form_close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #0b0217;
    font-size: 22px;
    opacity: 0.7;
    cursor: pointer;
}

.form_close2 {
    position: absolute;
    top: 10px;
    left: 20px;
    color: #0b0217;
    font-size: 22px;
    opacity: 0.7;
    cursor: pointer;
    background-image: url("../img/logo.png");
}


.form_container h2 {
    font-weight: 600;
    font-size: 34px;
    color: #0b0217;
    text-align: center;
}

.input_box {
  
    position: relative;
    margin-top: 30px;
    width: 100%;
    height: 50px;
    
}

.input_box input {
  
    height: 100%;
    width: 100%;
    border: 1.5px solid #aaaaaa;
    outline: none;
    padding: 0 35px;
    transition: all 0.2s ease;
    border-bottom: 1.5px solid #aaaaaa;
}

.input_box input:focus {
    border-color: #740a9e;
    border: 2px solid;
    
}

.input_box i {
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.input_box i.password,
.input_box i.email {
    left: 0px;
    color: #707070;
}
.input_box input:focus ~ i.password,
.input_box input:focus ~ i.email{
    color: #740a9e;
    
}

.input_box i.pw_hide {
    right: 0px;
    font-size: 18px;
}



.input_box2 i {
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.input_box2 i.password,
.input_box2 i.email {
    left: 0px;
    color: #707070;
}
.input_box2 input:focus ~ i.password,
.input_box2 input:focus ~ i.email{
    color: #740a9e;
    
}

.input_box2 i.pw_hide {
    right: 10px;
    font-size: 18px;
}








.form_container .button {
    border:none;
    margin-top: 30px;
    background: #740a9e;
    width: 100%;
    height: 50px;

}


.btnregistro {
    color: white;
    border:none;
    margin-top: 30px;
    background: #740a9e;
    width: 100%;
    height: 60px;
    border-radius: 50px;
    box-shadow: 2px 2px 10px 3px rgba(0,0,0,0.3);
   
}
