
/**
 * ハイライトイメージ(背景グラデーションなど)画面用
 */

html{
	height: 100% !important;

    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #feb13e), color-stop(100%, #ffd86e)) !important;
    background: -webkit-linear-gradient(-150deg, #feb13e 0%, #ffd86e 100%) !important;
    background: -o-linear-gradient(-150deg, #feb13e 0%, #ffd86e 100%) !important;
    background: -ms-linear-gradient(-150deg, #feb13e 0%, #ffd86e 100%) !important;
    background: linear-gradient(150deg, #feb13e 0%, #ffd86e 100%) !important;

    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

body{
    height: 100% !important;
    
    background: transparent !important;
}

input[type="text"], input[type="password"] {
    background: #feedc1 !important;
    
	color: #333333 !important;
}

p {
	color: #ffffff !important;
}
.notice {
	color: #e53935 !important;
}
.link {
	text-decoration: underline;
}

.img_highlight_logo{
	width: 279px;
    height: 88px;
    
    margin: 0 auto;
	margin-top: 40px;

	background: url(../img/hellolight_logo_main_monochrome_reversed.png?ts=220711) no-repeat;
    background-size: 100% 100%;
}
.logo_sub {
	margin-top: 0px;
	margin-bottom: 40px;
}


.copyright {
	color: #ffffff !important;
}

.password_toggle_button {
	color: #333333 !important;
}

.password_toggle_button:focus-visible {
	outline: 2px solid #333333 !important;
	outline-offset: 2px;
}
