html, body {
    /*background-image: url('../images/kenkoushindan1_man_good.png');*/
    /*background: repeating-linear-gradient(#77e08c 0, #77e08c 10px, #5cb96f 10px, #5cb96f 20px);*/
    /*background-repeat: no-repeat;*/
    background-image: url("../images/background.jpg");
    background-size: cover;
    height: 100%;
    overflow: hidden;
}

input[type=text],input[type=password]{
	font-size:15px;
	height: 46px;
}

.css-login-v2 {
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.7);
    color: #CCC;
    width: 450px;
    margin: 220px auto;
    position: relative;
    border-radius: 4px;
}
.css-login-v3 {
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.7);
    color: #CCC;
    width: 450px;
    margin: 220px auto;
    position: relative;
    border-radius: 4px;
}

    .css-login-v2 .css-login-content {
        padding: 15px 40px 30px 40px!important;

    }

.css-login-v2 .form-control {
	background: #fff;
    border: medium none;
    color: #8D8D8D;
}

.css-brand{
	text-align: center;
    padding-top: 30px;
}

.login .css-login-header {
    position: relative;
    top: 20px;
    font-weight: 300;
    padding: 0px 40px;
    font-weight: 300;
}
.login.css-login-v2 {
    margin-top: 120px;
}
.login.css-login-v3 {
    margin-top: 190px; /*修正前2023/11/28 margin-top: 120px;*/
}
    /* スマートフォン表示時のスタイル */
    @media screen and (max-height: 430px) {
        .login.css-login-v3 {
            margin-top: 120px;
        }
    }

.css-login-cover-bg {
    background: none;
    opacity: 1.0;
}

.css-password_content {
    display: flex;
}

.css-resetPass_content {
    margin-top: 10px;
    margin-bottom: 5px;
}


.css-message_content {
	margin-top: 10px;
}