
/*
@charset "UTF-8";
#main_logo {
    background-image: url(../img/logo.png);
    width: 167px;
    height: 27px;
    margin-top: 12px;
    vertical-align: bottom;
    background-position: 50% center;
}

#main_logo, #mobile_logo {
    display: inline-block;
    background-repeat: no-repeat;
}

#mobile_logo {
    background-image: url(../img/logo-mobile.png);
    width: 37px;
    height: 36px;
    vertical-align: middle;
}
*/
.btn-cancel{
    background-color: lightgray;
    border-color: darkgray;
    color:  white;
}

.btn-save{
    background-color: #007bff;
    border-color: #007bff;
    color: white;
}

.text-label{
    color:lightgray;
}
