.header-row.top-row {
    background-color: #000;
    height: 34px;
    position: relative;
    color: #000;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}

.left-nav {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

.left-nav .toggle-menu {
    display: none;
    border: none;
    background: 0 0;
    color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 20px;
    padding: 0 10px;
    outline: none;
}

.left-nav .toggle-menu .menu-bars {
    width: 20px;
    height: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
    font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
}

.left-nav .toggle-menu .menu-bars span {
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: .3s;
}

a {
    text-decoration: none;
}

.left-nav a:not(:last-of-type) {
    margin-right: 16px;
}

.left-nav a:is(:first-of-type) {
    margin-left: 76px;
}
/**
 * Base styles; unclassed HTML elements etc.
 */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* removes yellow input background */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

/********************************************************* open sans Font **********************************************************/
@font-face {
    font-family: 'open_sanssemibold';
    src: url("../fonts/OpenSans-Semibold-webfont.eot");
    src: url("../fonts/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Semibold-webfont.woff") format("woff"), url("../fonts/OpenSans-Semibold-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url("../fonts/OpenSans-Regular-webfont.eot");
    src: url("../fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular-webfont.woff") format("woff"), url("../fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

/********************************  tags ********************************************************/

html {
    height: 100%;
}

body {
    overflow-y: hidden;
    overflow-x: hidden;
    height: 100%;
    margin: 0 0 0 0;
    cursor: default;
    font-size: 10px;
    font-family: "open_sansregular", Helvetica, Arial, sans-serif;
    color: #ffffff;
    background: linear-gradient(to bottom right,#734fd9,#fa6199,#ffb500,#1CB261);
}

a {
    color: #ffffff;
}

a:hover {
    color: #ffffff;
}

a.inverse {
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: underline;
}

h1 {
    margin: 5px 0 20px 0;
    color: #000000;
    font-size: 25px;
}

h2 {
    margin: 0.83em 0;
    font-size: 16px;
}

h3 {
    margin: 1em 0;
    font-size: 14px;
}

h4 {
    margin: 1em 0;
    font-size: 13px;
}

.r6login {
    position: relative;
}

.r6login input {
    opacity: 0.8;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.3);
    border: 0;
    font-size: 14px;
    box-shadow: none;
}

.r6login .r6btn {
    min-width: 220px;
}

.r6login label {
    opacity: 0;
}

.r6login ::-webkit-input-placeholder {
    color: #797373;
}

.r6login :-ms-input-placeholder {
    color: #797373;
}

.r6login ::-moz-placeholder {
    color: #797373;
}

.r6login :-moz-placeholder {
    color: #797373;
}

label {
    margin: 0.5em 0 0.2em;
    font-size: 12px;
    color: #ffffff;
}

input {
    line-height: normal;
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=date],
input[type=month],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=number],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 4px;
    width: 200px;
    border: 1px solid #cdcdcd;
    border-radius: 2px;
    box-shadow: inset 0 1px 3px #e8e8e8;
    font-size: 11px;
    margin-right: 3px;
    text-overflow: ellipsis;
}

/**************************************** Buttons  ***************************/
.r6btn {
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    overflow: visible;
    outline: none;
    padding: 0 8px 0 8px;
    vertical-align: middle;
    min-width: 80px;
    text-align: center;
    color: #ffffff;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, 0.42);
    border: 1px solid transparent;
    text-transform: capitalize;
    white-space: nowrap;
}

button.r6btn {
    min-width: 98px;
}

.r6btn a, .r6btn a:hover {
    color: #ffffff;
    text-shadow: none;
    display: block;
    width: 100%;
    text-decoration: none;
}

.r6btn.is-disabled {
    background-color: rgba(0, 0, 0, 0.42);
    cursor: default;
    -moz-opacity: 0.3;
    opacity: 0.3;
    box-shadow: none;
}

.r6btn.is-disabled:hover,
.r6btn.is-disabled:active {
    background-color: rgba(0, 0, 0, 0.42);
    box-shadow: none;
}

.r6btn:active, .r6btn.r6btn--action:active, .r6btn.r6btn--create:active {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.r6btn:hover {
    background-color: rgba(0, 0, 0, 0.48);
    border: 1px solid transparent;
}

.r6btn:active, .r6btn.is-selected, .ui-terminate-now:active, .ui-terminate-now.is-active {
    background-color: rgba(0, 0, 0, 0.53);
    border: 1px solid transparent;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.r6btn:focus {
    border: 1px solid transparent;
}

.r6btn.is-disabled:focus {
    border: 1px solid transparent;
}

:focus {
    outline: 0 !important;
}

@font-face{
    font-family:"open_sansregular";
    src: local('☺'), url("../fonts/OpenSans-Regular-webfont.woff") format("woff");
}
@font-face{
    font-family:"open_sanssemibold";
    src: local('☺'), url("../fonts/OpenSans-Semibold-webfont.woff") format("woff");
}

div {
    text-align: center;
}

#kc-container, #kc-container-wrapper, #kc-content {
    height: 100%;
}

#kc-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 255px;
    flex-flow: column-reverse;
}

#kc-content-wrapper > div {
    display: flex;
    justify-content: center;
}

.r6login {
    top: auto;
    height: 100%;
    align-items: center;
    justify-content: center;
}

#kc-content {
    display: flex;
    justify-content: center;
}

.r6-login-title {
    display: block;
    margin-bottom: 15px;
    font-size: 50px;
    font-family: open_sansregular,Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #ffffff;
}

.r6-login-welcome {
    display: block;
    margin-bottom: 60px;
    font-size: 27px;
    font-family: open_sansregular,Helvetica,Arial,sans-serif;
    color: #ffffff;
    opacity: .7;
}

.r6login input[type=password], .r6login input[type=text] {
    opacity: .8;
    color: #312b2b;
    padding: 9px 13px;
    background-color: rgba(255,255,255,255);
    border: 0;
    font-size: 14px;
    box-shadow: none;
    margin-right: 0;
    border: 1px solid black;
}

.r6login input[type=submit] {
    opacity: 1;
    width: 180px;
    height: 37px;
    font-size: 14px;
    font-weight: 700;
    margin-top: 35px;
    background-color: rgba(0,0,0,.82);
    color: #ffffff;
    border: 1px solid transparent;
    min-width: 180px;
    border-radius: 25px;
}

.r6login input[type=submit]:hover {
    background-color: rgba(0, 0, 0, 0.48);
    border: 1px solid transparent;
}

.r6-forgot-pwd {
    font-size: 13px;
    text-decoration: none;
    margin-top: 10px;
    display: block;
}

.alert {
    position: absolute;
    width: 200px;
    margin-top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.alert-success .kc-feedback-text  {
    background-color: #86C35F;
}

.alert-warning .kc-feedback-text  {
    background-color: #dbbd28;
}

.kc-feedback-text {
    background-color: #bb0000;
    color: #ffffff;
    font-size: 12px;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: block;
}

.kc-social-providers {
    padding-bottom: 10px;
}

.icon.fa.fa-google {
    padding-right: 20px;
}

div.line-divide {
    border: 1px solid black;
    width: 400px;
    background-color: black;
}

a.social-button {
        background-color: #1c87c9;
        border: none;
        color: white;
        padding: 10px 0px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 20px;
        margin: 4px 2px;
        cursor: pointer;
        width: 300px;
        border-radius: 25px;
}

.adamoLabel {
    margin: 0.5em 0 0.2em;
    font-size: 12px;
    color: #ffffff;
    display: block;
    opacity: 100 !important;
}

.inputHint {
    display: block;
}