body {
    background-color: #121212;
    height: 100% !important;
    background-image: linear-gradient(45deg, #f55525 0%,
            #d1560f 50%,
            #ce490b 100%);
}

html {
    height: 100%;
}

label {
    color: black !important;
    text-transform: none !important;
}

h1 {
    color: black !important;
    font-weight: bold;
}

main {
    padding-left: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-control {
    border-radius: 6px;
}

login-divider {
    display: block;
    padding: 64px;
}

login-divider line {
    display: flex;
    justify-content: center;
}

login-divider a {
    color: black !important;
    border-right: 2px solid #7b7e81;
    padding: 0px 12px;
}

login-divider a:last-of-type {
    border-right: none;
}

login-front {
    max-width: 1120px;
    min-height: 590px;
    width: 100%;
    border-radius: 5px;
    background-color: white;
    display: grid;
    grid-template-columns: 1fr 30rem;
    z-index: 100;
    margin: 0 auto;
}

login-image {
    background: #000d40 url('../img/bg.jpg') no-repeat center;
    background-size: auto;
    background-size: cover;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: relative;
}

login-image credit {
    padding: 40px;
    position: absolute;
    bottom: 0px;
    color: black;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    opacity: .9;
}

login-image credit a:hover {
    text-decoration: underline !important;
}

login-content {
    display: block;
    min-width: 340px;
    max-height: 600px;
    padding: 40px;
}

login-content img {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
    login-image {
        display: none;
    }

    login-front {
        grid-template-columns: auto;
    }

    main {
        padding: 20px;
    }
}

label {
    font-size: 14px !important;
    line-height: 24px;
    padding: 0px !important;
    color: #7b7e81 !important;
}

input {
    height: calc(3rem + 2px);
    line-height: 1.25;
    padding: .75rem .75rem;
}

input:autofill, input:autofill:hover, input:autofill:active, input:autofill:focus {
    background: #2e2e2e!important;
  }

html {
    height: 100%;
}