/* ================= Home Page ================== */
.svg_icon{
    width:19px;
}
.svg_top_icon{
    width:17px;
}
.menubar{
    line-height: 4rem;
}
.logo{
    line-height: 4rem;
}
.active{
    background-color: darkgreen;
    color:#fff;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    padding-top: 0.40rem;
    padding-right: 0.75rem;
    padding-bottom: 0.40rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}

#login_email_text, #login_password, .input_label{
    top:-8px;
    left:10px;
}
