.form-signin {
    width: 100%;
    max-width: 500px;
    margin: auto;
    display: flex;
    height: 80vh;
    align-items: center;
    justify-content: center;
}
.form-signin .card {
    width: 500px;
    border-radius: 20px;
    box-shadow: 0 0 20px #0000001f;
}
.form-signin .card-body {
    padding: 0 30px 30px 30px !important;
}
.card .card-header:first-child {
    border-radius: 20px 20px 0 0;
    border: 0;
}
.form-signin .card-header img {
    width: 380px !important;
}
.sidebar-brand {
    padding: 4px 0px 0px 0px;
}
.brand-logo img {
    width: 230px;
    max-height: 100px;
}
.bg-success {
    background-color: #31c175 !important;
}