@charset "UTF-8";

.body_login {
    background-image: url('./image/bg_login.png');
    background-repeat: no-repeat;
    /*background-size: contain;*/
    background-position: center;
    min-width: 560px;
    height: calc(100vh - 100px);
}
.text-middle {
    display: -webkit-box;-webkit-box-orient: horizontal;-webkit-box-pack: center; -webkit-box-align: center;
    display: -moz-box;-moz-box-orient: horizontal;-moz-box-pack: center;-moz-box-align: center;
    display: -ms-box; -ms-box-orient: horizontal; -ms-box-pack: center; -ms-box-align: center;
    display: box; box-orient: horizontal; box-pack: center; box-align: center;
}
.newContainer1{
    width: 560px;
    height: 300px;
    display: flex;
    justify-items: center;
    justify-content: center;
    align-items: center;
}
.input-group-addon {
    border: 0px;
}
.input-group-addon .glyphicon {
    top: 7px;
    font-size: 22px;
}