
.logo-sp{
	margin-bottom: 27px;
	text-align: center;
}
.login-box-main{
	 justify-content: center;
 	 background-color: #fff;	 
}
.login {
  	margin: 0 auto;
 	width: 540px;
  	padding: 47px;
  	background-color: #fff;
  	color: #fff;
 	box-shadow: -1px 4px 12px 1px rgba(0,0,0,0.14);
 	background-image: url(../img/Untitled-21.png);
    background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 99%;
}

.login header {
  	margin-bottom: 25px;
  	font-weight: 600;
  	font-size: 33px;
  	font-weight: 600;
  	margin: 0 0 35px 0;
}

.field {
  	background-color: #fff;
  	width: 100%;
  	margin-bottom: 15px;
  	display: flex;
  	border: 1px solid #dfdfdf;
}
.field span {
  	color: #000;
  	width: 40px;
  	line-height: 45px;
  	text-align: center;
}

.field input {
  	width: 100%;
  	height: 45px;
  	font-size: 16px;
  	padding: 5px;
  	color: #34495e;
  	border: none;
}

.field input::placeholder {
  	color: #3b3b3b;
  	font-size:16px;
}

.input-border:focus{border: 1px solid #000;}
.input-border:focus-visible{border: 1px solid #000 !important;} 
.forgot-password {
  	width: 100%;
  	text-align: right;
}

.forgot-password a {
  	color: #000;
  	text-decoration: none;
}

.forgot-password a:hover {
  	text-decoration: underline;
}

.button {
  	border: 1px solid #cc0000;
  	width: 150px;
  	height: 45px;
  	display: block;
	margin-bottom: 20px;
 	background: linear-gradient(to right, #cc0000 50%, white 50%);
  	background-size: 200% 100%;
  	background-position: right bottom;
  	transition: all .5s ease-out;
  	float: left;
	color:#000000;
	text-align: center;
	font-size: 16px;
	line-height: 45px;
	color: #000;
	transition: all .6s ease-out;
	display: block;
	text-transform: uppercase;
}
.button:hover {
  	cursor: pointer;  
  	background-position: left bottom;
}
.forgot-password .button:hover
{
	color:#ffffff !important;
}
.text {
  	text-align: center;
  	font-size: 16px;
  	line-height: 45px;
  	color: #000;
  	transition: all .6s ease-out;
  	display: block;
}
.text:hover {
  	color: white;  
}
.help{
	display: inline list-item;
}

.help h4{
  	margin-bottom: 15px;
  	color: #000;
  	font-size: larger;
  	text-align: center;
}
.bt-sp{
	margin-bottom: 40px;
}
.help p{
  	margin-bottom: 15px;
  	color: #000;
  	font-size: 17px;
  	text-align: center;
}

.branch-select{
	background: white;
	border: none;
	height: 45px;
	width: 100%;
	border: 1px solid #dfdfdf;
	margin-bottom: 15px;
	color: #949494;
	font-size: 16px;
	padding: 7px;
	opacity:1 !important;
	
}
.branch-select:focus{border: 1px solid #000;}
.align-self-center{
	display: flex;
	align-items: center;
	justify-content: center;
}
.h-100 {
  	height: 100%;
}
.my-auto {
  	margin-bottom: auto;
}
.align-self-center {
  	-ms-flex-item-align: center !important;
  	align-self: center !important;
}
/*Header*/

header{width:100%;}

.bg-white{background-color: #fff;}

/*.bg-login{
	
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}*/
.fa_rotate{
	transform: rotate(90deg);
	padding: 3px;
	color: #a40000;
}
.bg-img-login{background-size: 100% 100%; background-position: center;  background-repeat: no-repeat;}
.login-box-main .help{
	clear: both;
	display: block;
}
.login-box-main .signup{
	text-decoration:none; font-weight:600;
}


@media only screen and (max-width : 767){
	.login{width: auto;}
	.check-img-rp{display: none;}
}

@media only screen and (max-width : 480px) {
	.login{width: auto !important;}
	.button{width: 100px;}
	.check-img-rp{display: none;}
	.reset-set-help h4 { margin-right: 80px !important;}
}
@media only screen and (max-width : 375px){
	.reset-set-help h4 { margin-right: 81px;}
}