body.admin {
    display: flex;
    background: #fff;
    flex-direction: column;
}

body.admin.login .admin-container {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.admin.login form input {
    border: #7D7D7D 1px solid;
    outline: none;
    width: 185px;
    height: 30px;
    display: block;
}

body.admin.login form input::placeholder {
    color: #d7d7d7;
    font-family: Kozuka R;
}

body.admin .btn-primary {
    border: #64a1de;
    font: normal normal normal 18px/30px Kozuka B;
    width: 107px;
    height: 38px;
    background: #64A1DE 0% 0% no-repeat padding-box;
    border-radius: 5px;
}

.devide {
    border-top: #444444 1px solid;
}

.admin-auth-header {
    background: black;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.admin-auth-header h6 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font: normal normal normal 20px/30px;
    letter-spacing: 0px;
    color: #D2D2D2;
    padding-left: 52px;
    padding-right: 10px;
}

.text-444 {
    color: #444444;
}

.admin.login .title {
    font-family: Kozuka B;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
}

.admin.login {
    color: #444444;
}

.admin.login .caption {
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    font-family: Kozuka R;
}

body.admin.login .admin-container {
    width: 1000px;
}

body.admin.login .link {
    text-decoration: none;
    font: normal normal normal 15px/22px Kozuka R;
    margin-top: 37px;
    display: block;

}

.copy-right {
    font: normal normal normal 14px/31px Kozuka R;
    padding: 14px 0 30px 0;
}

.icon-user {
    right: 171px;
    bottom: 40%;
    cursor: pointer;
}

.icon-user a {
    color: #d7d4d4 !important;
}

.icon-user i {
    font-size: 26px;
}

input.error {
    border: red 1px solid !important;
    display: block;
    background: #ffe8e8 !important;
}

.message-error,
.text-red {
    color: red;
    font-size: 14px;
}

.w-md-60 {
    width: 100%;
}

.custom-form-auth form input, form select {
    width: 350px !important;
    outline: none;
    border-radius: unset;
}

.custom-form-auth form input[type="radio"],input[type="radio"]  {
    width: 20px !important;
    margin-right: 1em;
    flex-shrink: 0;
}
.w-175{
    width: 175px !important;
}
.w-200{
    width: 200px !important;
}

@media screen and (max-width: 768px) {
    .custom-form-auth form input, form select {
        width: 100% !important;
    }
    form label {
        width: 100% !important;
    }
    form .radio-input label{
        margin: unset !important;
        width: unset !important;
    }
    .w-175 {
        width: 100% !important;
    }
    .w-200 {
        width: 100% !important;
    }
    .w-md-100{
        width: 100% !important;
    }
}
@media screen and (min-width: 768px) {
    .w-md-60 {
        width: 60%;
    }

    .pl-md-4p {
        padding-left: 4%;
    }
}

@media screen and (min-width: 1024px) {
    .w-md-60 {
        width: 60%;
    }

    .pl-md-4p {
        padding-left: 6%;
    }
}