html,
body {
    height: 100%;
}

body {
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.a2c-alert {
    display: none;
    position: fixed;
    z-index: 999;
}

#content {
    height: 100%;
}

.form-signin {
    width: 100%;
    max-width: 500px;
    padding: 15px;
    margin: auto;
    display: flex;
    align-items: center;
    height: 100%;
}

.card {
    width: 400px;
    border: none;
}

.btr {
    border-top-right-radius: 5px !important;
}


.btl {
    border-top-left-radius: 5px !important;
}

.btn-dark {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-dark:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}


.nav-pills {
    display: table !important;
    width: 100%;
}

.nav-pills .nav-link {
    border-radius: 0px;
    border-bottom: 1px solid #0d6efd40;
}

.nav-item {
    display: table-cell;
    background: #0d6efd2e;
}


.form {
    padding: 10px;
    height: 300px;
}

.form input {
    border-radius: 3px;
    margin-bottom:12px;
}

.form input:focus {
    box-shadow: none;
}

.form button {
    margin-top: 20px;
}