html,
body {
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
}

.security-header {
    padding-top: 20px;
    padding-bottom: 20px;
}

.security-header .round-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #c8c8c8;
    cursor: pointer;
}

.security-header .round-icon span {
    font-size: 20px;
    color: #c8c8c8;
}

.security-header a:hover {
    text-decoration: none;
}

.security-body > .inner {
    position: relative;
    min-height: calc(100vh - 180px);
    /*border-bottom: 2px solid #1a1a1a;*/
}

.security-body > .inner p {
    font-weight: 300;
}

.security-body .message.bad {
    color: #C72B2B;
}

.security-body h2 {
    margin-bottom: 30px;
}

.security-body .btn {
    width: 150px;
    border-radius: 20px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 20px;
}

.security-body .loader .btn {
    padding: 6.5px 20px;
}

.security-body .link-reset-password a {
    font-family: freight-sans-pro, sans-serif;
    color: #1a1a1a;
    font-size: 12px;
    text-transform: uppercase;
}

.security-body .login-form-wrap {
    position: relative;
    width: 400px;
    max-width: 100%;
    text-align: center;
    z-index: 2;
}

.security-body .login-form-wrap.wide {
    width: 600px;
}

.security-body .login-form-wrap .input-wrap {
    margin-bottom: 10px;
}

.security-body .login-form-wrap .form-control {
    font-family: freight-display-pro, serif;
    background-color: #f4f4f4;
    border: 1px solid #c8c8c8;
    padding: 9px 12px;
    height: auto;
}

.security-body .login-form-wrap .btn-toolbar {
    margin-top: 10px;
}

.security-body .login-background {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
    pointer-events: none;
}

.security-footer {
    font-size: 17px;
    margin-top: 50px;
    text-align: center;
}

.security-footer a {
    color: var(--maincolor);
    text-decoration: underline;
    font-weight: 700;
}
