.logo {
    width: 90px;
    margin: 0 auto 80px;
}

.form_logo {
    margin-bottom: 35px;
}

.input_group {
    margin-bottom: 12px;
}

.label_color label,
.label_color input {
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
}

.label_color label {
    display: inline-block;
    width: 73px;
    background-color: #113c8a;
    color: #fff;
    margin-right: 5px;
}

.label_color input {
    width: calc(100% - 78px);
    background-color: #dbe9f8;
    border: 1px solid #0e57a7;
    line-height: 1;
    padding: 10px;
}

.check_item {
    margin: 20px 0;
}

.signin_etc_box {
    justify-content: space-between;
    align-items: center;
}

.btn_forget {
    position: relative;
    padding-left: 17px;
    font-size: 12px;
}

.btn_forget:before {
    content: " ";
    position: absolute;
    left: 0;
    top: -4px;
    width: 15px;
    height: 15px;
    background-image: url("../images/ico_secrit.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
}


/* bigform_page */

.bigform_page label,
.label {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
}

.bigform_page input {
    width: 100%;
    height: 30px;
    margin-bottom: 15px;
}

.bigform_page input[type="checkbox"] {
    width: 30px;
    height: 30px;
    margin-bottom: 0;
}

.bigform_page button {
    margin-top: 35px;
}

.check_box {
    display: flex;
    flex-wrap: wrap;
}

.check_box label {
    width: 32%;
    display: flex;
    align-items: center;
    vertical-align: middle;
}

.check_box input {
    margin-right: 10px;
}

.input_button {
    margin-top: 10px;
}

.input_button input {
    width: calc(100% - 57px);
    height: 40px;
    border: 1px solid #000;
    margin-right: 5px;
}

.check_box input {}

.bigform_page .agree_input {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.agree_input input[type="checkbox"] {
    width: auto;
    height: auto;
    margin-left: 5px;
}

.agree_input small {
    font-size: 12px;
}