.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1c4bd0;
    border-color: #1a47c5
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

input[type="submit"].btn-block, input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.text-uppercase {
    text-transform: uppercase !important
}

.btn-block {
    display: block;
    width: 100%
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .5625rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    max-width:15rem;
}

.btn-primary {
    color: #fff !important;
    background-color: #3A67E5;
    border-color: #3A67E5
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

button, input {
    overflow: visible
}

h1.login {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    /* identical to box height, or 125% */
    /* Gray / 900 */
    color: #212121;
}

h2.login {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-top: 40px;
    /* identical to box height, or 137% */
    /* Gray / 900 */
    color: #212121;
    margin-top: 14px;
}

p.login {
    /* text / .text-sm .leading-normal */
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height, or 150% */
    /* Gray / 700 */
    color: #757575;
}

p.login a {
    color: #3A67E5;
}

hr.login {
    color: #eeeeee;
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

*, * ::before, * ::after {
    box-sizing: border-box
}

.btn-outline-primary {
    color: #3A67E5;
    background-color: transparent;
    background-image: none;
    border-color: #3A67E5
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #3A67E5;
    border-color: #3A67E5
}

.r-aligned {
    float: right;
}

td {
    vertical-align: top;
}

.login-submit-icon {
    width: 20px;
    height: 20px;
    margin: 2px 6px 0px 0px !important;
    float: left;
}

.classicLoginParagraph  {
    display: none;
}

h1 a {
    color: #3A67E5;
}