@charset "UTF-8";

/********************

Login画面用　Css

********************/

html{
height: 100%;
}

body {
height: 100%;
/*
background: linear-gradient(-45deg, rgba(246, 255, 0, .8), rgba(255, 0, 161, .8)),
url(/girl/tmpl/img/main_bk.jpg);
background-size: cover !important;
background-attachment: fixed;
background-repeat: no-repeat;
background-image: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));
*/
}


.alert {
	color:red;
}


.card-container.card {
max-width: 350px;
padding: 40px 40px;
}

.btn {
font-weight: 700;
height: 36px;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
cursor: default;
}

/*
* Card component
*/
.card {
background-color: #F7F7F7;
/* just in case there no content*/
padding: 20px 25px 30px;
margin: 0 auto 25px;
margin-top: 50px;
/* shadows and rounded borders */
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
width: 98px;
height: 98px;
margin: 0 auto 10px;
display: block;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}

.profile-icon{

	margin: 0 auto 10px;
	display: block;
	width: 96px;
	height: 96px;
}


/*
* Form styles
*/
.profile-name-card {
font-size: 16px;
font-weight: bold;
text-align: center;
margin: 10px 0 0;
min-height: 1em;
}

.reauth-email {
display: block;
color: #404040;
line-height: 2;
margin-bottom: 10px;
font-size: 14px;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
direction: ltr;
height: 44px;
font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
width: 100%;
display: block;
margin-bottom: 10px;
z-index: 1;
position: relative;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.form-signin .form-control:focus {
border-color: rgb(104, 145, 162);
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
/*background-color: #4d90fe; */
background-color: rgb(104, 145, 162);
/* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
padding: 0px;
font-weight: 700;
font-size: 14px;
height: 36px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border: none;
-o-transition: all 0.218s;
-moz-transition: all 0.218s;
-webkit-transition: all 0.218s;
transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
background-color: rgb(12, 97, 33);
}

.forgot-password {
color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
color: rgb(12, 97, 33);
}


/* ==========================================================================================
ログイン　デザイン変更番
========================================================================================== */

.login-contents{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F5F5F5;
	height: 100%;
}

.login-wrap{
	background-color: #FFF;
	box-shadow: 0 2px 4px rgba(0,0,0,0.15);
	padding: 20px 20px 10px 20px;
	width: 84%;
	max-width: 400px;
}

.login-heading{
	color: #FF679A;
	border-bottom: 2px solid  #FF679A;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	display: inline-block;
}

.login-form-container{
	position:relative;
	height: 40px;
	overflow: hidden;
	margin-bottom: 20px;
}


.login-form-container .pos-label{
	position: absolute;
	top:8px;
	left:30px;
}



.login-form-input{
	text-decoration: none;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #323538;
	height: 40px;
	width: 100%;
	margin-bottom: 0;
	padding-left: 135px;
}	


#id-container:before,
#pass-container:before{
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 9px;
	left: 3px;
}

#id-container:before{
	background: url(/girl/tmpl/img/icon_user.svg) no-repeat;
}	

#pass-container:before{
	background: url(/girl/tmpl/img/icon_lock.svg) no-repeat;
}

.login-error{
	background-color: #E53935;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-align: left;
	padding: 10px 0;
	width: 220px;
	position: relative;
	margin: 0 auto 15px;
	border-radius: 10px;
}

.login-error:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(244, 67, 54, 0);
	border-bottom-color: #E53935;
	border-width: 8px;
	margin-left: -8px;
}

.login-error span{
	position: relative;
	padding-left: 7px;
}

.login-error span:before{
	content: "※";
	position: absolute;
	top: -2px;
	left: -7px;
	display: block;
}

.login-check{
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}

.login-check input{
	margin-right: 5px;
}

.btn-login{
	width: 200px;
	height: 38px;
	line-height: 38px;
	border-radius: 100px;
	background-color: #FF679A;
	font-size: 15px;
	text-align: center;
	color: #FFF !important;
	display: block;
	cursor: pointer;
	margin: 0 auto 25px;
	border:none;
}


@media screen and (max-width: 320px){
	.login-wrap{
		width: 90%;
	}
}

@media screen and (min-width: 769px){
	.login-contents{
		display: block;
		padding-top: 100px;
	}
	
	.login-wrap{
		padding: 30px;
		margin: 0 auto;
	}	
	
	.btn-login{
		width: 300px;
		height: 45px;
		line-height: 45px;
		font-size: 18px;
    margin: 30px auto 15px;
	}
	
	.btn-login:hover{
		border: 2px solid #FF679A;
		color: #FF679A !important;
		background-color: #FFF;
		font-weight: bold;
		line-height: 41px;
	}	
	
	.login-heading{
		font-size: 24px;
		margin-bottom: 35px;
	}
}


