/* #2f323a
    background-color: #1a2934; dark dark grey
    #d10019; hobex rot
#9599a4 dark grey
#e93445 rot hover hoc
#eff2f3 light grey
*/
.loginv2-bg {
    background-color: #2f323a;
    height: 100%;
    width: 100%;
    margin: 0;
    position: absolute;
    opacity: 1;
}

.login-wrapper {
    font-family: 'Klavika', Arial, Helvetica, sans-serif;
    margin-right: auto;
    margin-left: auto;
    width: 960px;
}

.panel-login {
    display: flex;
    min-height: 500px;
    position: relative;
}

.panel-login .client {
    width: 40%;
    background-color: #d10019;
    color: #fff;
    padding: 2em;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.panel-login .form {
    flex-grow: 1;
    background-color: #ffffff;
    padding: 2em;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.panel-login .form input {
    border: 0px;
    border-bottom: 1px solid #666;
    box-shadow: none;
    color: #333;
}

.panel-login .form .form-group {
    margin-bottom: 3em;
}

.panel-login h3 {
    font-family: 'Klavika Bold', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 3em;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    margin-bottom: 0.75em;
}

.panel-login .clientId {
    text-align: center;
    margin-bottom: 2em;
    text-transform: uppercase;
}

.panel-login .clientId.i.fa-globe {
    font-size: 2.5em;
}

.panel-login .clientId h4 {
    font-size: 2.5em;
    font-family: 'Klavika Light', Arial, Helvetica, sans-serif;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    text-align: center;
    line-height: 3em;
}

.panel-login .form .login-container {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}

.panel-login .client p {
    font-family: 'Klavika Light', Arial, Helvetica, sans-serif;
    font-size: 1.1em;
}

.panel-login .footer {
    position: absolute;
    bottom: 20px;
}

p.welcome {
    padding-bottom: 2em;
}

p.description {
    max-height: 4em;
    overflow: hidden;
    margin-bottom: 3em;
}

.panel-login .btn.btn-primary.outline {
    border: 1px solid #fff;
    border-radius: 10px;
    font-family: Arial;
    line-height: 2em;
}

.panel-login .client a {
    color: #fff;
}

.panel-login .form a {
    color: #333;
    font-size: 12pt;
}

.login-footer {
    color: #ccc;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 8px;
}

/* Remove autocompletion background */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    color: #333;
}

@media only screen and (max-width: 700px) {
    .panel-login .client {
        display: none;
    }

    .panel-login .form {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .login-footer {
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 8px;
    }
}
