/********************************
ContentsLoginReset
********************************/
.form_login_reset {
    height: 100%;
    padding: 10vh 0;
    width: 100vw;
    text-align: center;
}

.form_login_reset form {
    width: 50vw;
    margin: auto;
    text-align: center;
}

.form_login_reset .login_reset_txt{
  font-size: 2.0vw;
  color: #30c40c;
  margin-bottom: 3.0vw;
}

.form_login_reset input {
    width: 100%;
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-size: 1.0em;
    background-position: 10px 50%;
    border: none;
    border-radius: 5px;
    font-size: 3.0vw;
    padding: 0.5em 2.0em;
    display: block;
    outline: none;
    position: relative;
}

.form_login_reset input[type="text"] {
    background-image: url(../img/ic/ID.svg);
    margin-bottom: 1.0em;
}

.form_login_reset input[type="password"] {
    background-image: url(../img/ic/PW.svg);
    margin-bottom: 1.0em;
}

::-webkit-input-placeholder {
	color: #e6e6e6;
	text-align:center;
}

:-moz-placeholder { 
	color: #e6e6e6;
	text-align:center;
}

::-moz-placeholder { 
    color: #e6e6e6;
    text-align:center;
}

:-ms-input-placeholder {
	color: #e6e6e6;
	text-align:center;
}

.to_password_reminder {
    color: #515d62;
    font-size: 2.3vw;
    display: block;
    text-align: center;
    margin-top: 30px;
}

.to_password_reminder img {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    margin-right: 1.0em;
}
