.header {
    background: #e8e8e8;
    position: fixed;
    z-index: 9999;
    border-bottom: none;
}

.header .logo {
    float: left;
    margin: 15px;
    font-family: "Yu Mincho", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 24px;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: white !important;
}

.logo-container a:hover, .logo-container a {
    text-decoration: none;
}

.alert {
    padding-left: 0;
    padding-right: 0;
    color: red;
}

.alert-danger {
    background: none;
    border: none;
}

.invalid-input, .invalid-form input{
    border: 1px solid red;
}

.inner-wrapper {
    background: white;
}

.password-desc {
    padding-left: 25%;
}
.red {
    color: red;
}

.invalid-form p {
    color: red;
}

.icon_eye {
    cursor:pointer;
    float: right;
    margin-right: 6px;
    margin-top: -28px;
    position: relative;
    z-index: 9999;
}

#new_pwd, #new_pwd_confirm {
    border-radius: 4px;
}

header .logo {
    margin-left: 25px !important;
}

.logo img {
    width: 200px;
}


