@font-face {
    font-family: lora;
    src: url('Lora.woff2');
}

main{
    box-sizing: border-box;
    height: auto;
    width: 100%;
    background-color: rgb(255, 255, 255);
    padding: 5.5rem 0px 0px;
}

.main{
    box-sizing: border-box;
    height: auto;
    width: 100%;
}
.section_login{
    box-sizing: border-box;
    height: auto;
    width: 100%;
    padding: 32px;
    background-color: rgb(255, 255, 255);
}
.title{
    text-align: center;
}
.error_message{
    font-size: 14px;
    color: red;
    font-weight: 500;
    font-family: open, sans-serif;
    padding-bottom: 10px;
}
.t_p1{
    font-size: 20px;
    color: #004B7B;
    font-family: open, sans-serif;
    font-weight: bold;
}
.t_p2{
    font-size: 20px;
    color: #5BC0BE;
    font-family: open, sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
}
.text_inputs > input{
    font-family: open, sans-serif;
    width: 100%;
    height: auto;
    color: #004B7B;
    font-weight: bold;
    box-sizing: border-box;
    padding: 11.5px 14px;
    font-size: 1em;
    border: 1px solid #c2d1da;
    border-radius: 5px;
    margin-bottom: 20px;
    outline: none;
}
.text_inputs > input:focus{
    border: 1px solid #14546b;
    
    
}
.text_inputs > input::placeholder{
    color: rgba(0, 0, 0, 0.54);
    font-weight: normal;
    font-family: open, sans-serif;
}

.forget_send{
    text-align: center;
    box-sizing: border-box;
    height: auto;
    width: 100%;
}
.forget_send > p{
    color: #1DBBFA;
    margin: 0px 0px 20px;
    font-size: 14.8px;
    font-family: open, sans-serif;
}


.forget_send > input{
    box-sizing: border-box;
    height: auto;
    padding: 11px 21px;
    font-size: 17.14px;
    color: #004B7B;
    letter-spacing: 1px;
    font-weight: bold;
    width: 100%;
    font-family: open, sans-serif;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid rgba(0, 75, 123, 0.5);
}



.remember{
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    box-sizing: border-box;
    height: auto;
    width: 100%;
    
    margin-top: 14px;
}
.remember > input{
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background-color: #004B7B;
    color: white;
}
.remember > p{
    font-family: open, sans-serif;
    color: #004B7B;

}

.section_register{
    padding: 32px;
    background-color: #50E3C2;
    box-sizing: border-box;
    height: auto;
    width: 100%;
}
.title_register{
    text-align: center;
    margin-bottom: 8px;
}
.section_register > p{
    display: flex;
}

.title_register{
    text-align: center;
}

.title_register > p{
    font-size: 20px;
    
    color: #004B7B;
    font-weight: bold;
    font-family: lora, Georgia, sans-serif;
}

.register_info{
    margin-bottom: 16px;
    display: flex;
    box-sizing: border-box;
    height: auto;
    width: 100%;
}

.register_svg > svg{
    width: 22px;
    height: 22px;
    border-radius: 100%;
    background-color: white;
    padding: 4px;
}
.register_details{
    margin-left: 10px;
    width: 100%;
    box-sizing: border-box;
    height: auto;
}
.p_1{
    font-size: 15px;
    font-family: open, sans-serif;
    color: #004B7B;
}
.section_register > button{
    text-align: center;
    background-color: #004B7B;
    border: none;
    outline: none;
    border-radius: 5px;
      box-sizing: border-box;
    height: auto;
    padding: 11px 21px;
    width: 100%;
}
.section_register > button > span{
    color: white;
    font-weight: bold;
    font-size: 17.14px;
    letter-spacing: 1px;
    font-family: open, sans-serif;
   
}