.select2-container .select2-selection--single{
    height: 38px;
}
#app{
    width: 100%;
    height: 100vh;
}
#app main{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-image: url(../img/login.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 50% auto;
    padding-left: 10%;
}
#app main .card{
    border: none;
    box-shadow: 4px 4px 8px 0px #04609e38;
}
.btn-primary{
    padding: 0.375rem 30px;
}
.brand-link{
    background: #c4d9f9 !important;
}
.btn_login{
    width: 100%;
    font-weight: bold;
}
