.login {
    margin: 100px auto 0;
    width: 355px;
}
.login_logo {
    font-size: 0;
    margin: 0 0 32px;
    text-align: center;
}
.login_inner {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    height: 350px;
}
.login_inner_tit {
    background-color: #333;
    color: #fff;
    font-family: "RobotoM";
    font-size: 16px;
    line-height: 60px;
    margin: 0 0 24px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.login_inner_tit img{
    left: 171px;
    position: absolute;
    top: -7px;
}
.login_inner_ip {
    background: url("../images/ico_user.png") no-repeat scroll -1px -1px #fff;
    border: 1px solid #cfcfcf;
    color: #6e6e6e;
    font-family: "RobotoL";
    font-size: 14px;
    line-height: 38px;
    margin: 0 30px 7px;
    padding: 0 0 0 50px;
    width: 295px;
}
.login_inner_ip + .login_inner_ip {
    background: url("../images/ico_key.png") no-repeat scroll -1px -1px #fff;
}

.password_input_div{
    position: relative; z-index: 1; margin-top: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.login_input_div{
    position: relative; z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.login_input_field{
    border: 0; padding: 4px 0; border-bottom: 1px solid #ccc; background-color: transparent;
    color: #6e6e6e;
    font-family: "RobotoL";
    font-size: 14px;
    line-height: 25px;
    width: 230px;
    padding-left: 10px;
}

.login_input_field ~ .login_input_field-focus-border{position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: black; transition: 0.4s; margin-left: 44px;}
.login_input_field:focus ~ .login_input_field-focus-border,
.has-content.login_input_field ~ .login_input_field-focus-border{width: 268px; transition: 0.4s;}
.login_input_field ~ label{position: absolute; left: 0; width: 100%; top: 9px; color: #aaa; transition: 0.3s; z-index: -1; letter-spacing: 0.5px; margin-left: 90px;}
.login_input_field.has-value ~ label{ font-weight: bold; top: -16px; font-size: 12px; color: black; transition: 0.3s;}
.login_input_field:focus ~ label, .has-content.login_input_field ~ label{font-weight: bold; top: -16px; font-size: 12px; color: black; transition: 0.3s;}


.login_inner_bt {
    background-color: #333333;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: "RobotoL";
    font-size: 20px;
    line-height: 40px;
    margin: 13px 30px 19px;
    text-align: center;
    text-transform: uppercase;
    width: 295px;
}
.login_inner_fg {
    color: #D0050D;
    display: block;
    line-height: 20px;
    padding: 0 0 24px;
    text-align: center;
}
small {
    bottom: 0;
    color: #333;
    display: block;
    font-size: 12px;
    left: 0;
    line-height: 44px;
    position: absolute;
    text-align: center;
    width: 100%;
}
small a {
    color: #333;
    display: inline;
}

.link_inner_bt {
    background-color: #bdbdbd;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: "RobotoL";
    font-size: 16px;
    line-height: 40px;
    margin: 0px 30px 0px;
    text-align: center;
    text-transform: uppercase;
    width: 295px;
}
