.logo_text {
    height:111px;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/common/logo_text.svg');
    background-position:center top;
    background-repeat: no-repeat;
}
.div_login_form {
    width: 840px;
    height: 472px;
    border-collapse: collapse;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-family: var(--p22_font_family);
    font-size: 1rem;
    z-index: 1;
    background-image: url('../images/common/login_form.svg');
    background-position:center top;
    background-repeat: no-repeat;
    border: none;
}



.input_normal {
    width: 340px;
    height: 40px;
    margin-left: 50px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
    border: none;
    outline: none;
}
.input_normal::placeholder {
    color: #41BBB5;
}



.btn_login {
    width: 345px;
    height: 60px;
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    font-weight: bold;
    color: white;
    background-color: #0599CC;
    border: none;
}
.btn_login:hover {
    color: white;
    background-color: #585197;
    cursor:pointer;
}







.text_href {
    font-size: 1rem;
}
.text_href a {
    text-decoration: none;
    color : #0599CC;
}
