/* ログイン画面 */
html,body{
    background-size: auto;
    background-repeat: no-repeat;
    background-position:50% 53%;
    height: 90%;
    margin-top: 100px;
    margin-bottom: 40px;
    background-color: #F9F9F9!important;
}

.container{
    height: 100%;
    align-content: center;
}

.card{
    height: 300px;
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
    background-color: rgba(0,0,0,0.5) !important;
}

.card-header h3{
color: white;
}

.card-footer h3{
    font-size: 12px;
    text-align: right;
    color: white;
}

.input-group-prepend span{
    width: 50px;
    background-color: #009C94;
    color: white;
    border:0 !important;
}

input:focus{
    outline: 0 0 0 0  !important;
    box-shadow: 0 0 0 0 !important;
}

.login_btn{
    color: white;
    background-color: #009C94;
    width: 100px;
}

.login_btn:hover{
    color: white;
    background-color: rgb(66, 56, 156);
}

