body {
    font-family: 'Inter', sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
}
.msg{
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: red;
}
.pb-5, .py-5 {
    padding-bottom: 1rem !important;
}

.nameForm {
    #margin: 0 0 5px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    background-size: 30px;
    background-repeat: no-repeat;
    padding: 0 0 0 38px;
    background-image: url(/image/computer-input_icon_30951-110x110.png);
} 
.mailForm {
    #margin: 0 0 5px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    background-size: 30px;
    background-repeat: no-repeat;
    padding: 0 0 0 38px;
    background-image: url(/image/e-mail_kaifuu_icon_1112-110x110.png);
}

.passForm {
    margin: 0 0 5px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    background-size: 30px;
    background-repeat: no-repeat;
    padding: 0 0 0 38px;
    background-image: url(/image/user_login_icon_4395-110x110.png);
}
