html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    overflow: hidden;
}

body {
    margin: 0;
    overflow: hidden;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

button,
  input { /* 1 */
    overflow: visible;
}

button,
  select { /* 1 */
    text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    width: 18px;
    height: 18px;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.layout {
    display: flex;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    position: relative;
}

input {
    background-color: transparent;
    font-size: 16px;
}

a {
    color: #6380F7;
    text-decoration: none;
}

input[type="text"], input[type="password"]  {
    border-radius: 4px;
    overflow: hidden;
    padding: 8px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.3px;
    border: 1px solid #CED4DA;
    box-sizing: border-box;
    width: 100%;
}

input[type="text"]:focus, input[type="password"]:focus {
    border-color: #36a9e1;
}

input[type="text"]:hover:not(:focus), input[type="password"]:hover:not(:focus) {
    border-color: #000;
}

#kc-form-buttons {
    width: 100%;
}

.flex {
    display: flex;
}

.margin-b-16 {
    margin: 0 0 16px 0;
}

input[type="submit"] {
    width: 100%;
    height: 36px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
    background-color: #6380F7;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    padding: 10px 16px;
    font-size: 14px;
    letter-spacing: 0.4px;
}

.main-content {
    width: 50%;
    min-width: 400px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff none;
    position: relative;
}

.content-container {
    display: flex;
    flex-direction: column;
    width: 300px;
    padding: 32px;
    margin-top: 193px;
    flex: 1;

    font-size: 24px;
    font-weight: 700;
    color: #212529;
    letter-spacing: 0.25px;
    line-height: 32px;
}

.content-container > * {
    font-size: 14px;
    font-weight: normal;
    color: unset;
    letter-spacing: 0.2px;
    line-height: 20px;
}

.tablet-only {
    display: none;
}

.bubble-image {
    width: 706px;
    height: 810px;
    position: absolute;
    left: 42.4%;
    bottom: 0;
    z-index: 1;
}

.bubble-image.tablet-only {
    transform: rotate(90deg);
    left: 0;
    top: 225px;
    width: 104px;
    height: 156px;
}

.bubble-image path {
    stroke-width: 8px;
}

.bubble-image.tablet-only path {
    stroke-width: 4px;
}

.side-container {
    width: 50%;
    height: 100vh;
    background-color: #302B52;
}

.logo {
    background-image: url(../img/censhare-login-page-logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 120px;
    height: 45px;
    margin: 32px;
    position: fixed;
    z-index: 1;
}

form {
    display: flex;
    flex-direction: column;
}

.form-group {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 16px;
}

form .form-group:first-of-type {
    margin-top: 16px;
}

.form-group label {
    margin: 8px 0;
    z-index: 1;
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    letter-spacing: 0.2px;
}

.sign-in {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.forgot-password-container {
    position: relative;
    width: 100%;
}

.forgot-password {
    position: absolute;
    right: 0;
    height: 100%;
    display: flex;
    top: 0;
    align-items: center;
    padding-right: 8px;
}

.registration {

}

.registration span a {
    padding-left: 10px;
}

.remember-me {
    display: flex;
    margin-bottom: 16px;
    color: #212529;
}

.remember-me-label {
    letter-spacing: 0.25px;
    margin-left: 8px;
}

.alert {
    min-height: 20px;
    padding: 10px 0;
    width: 100%;
    letter-spacing: 0.2px;
}

.alert-error {
    color: #EF5350;
    word-wrap: normal;
}

.alert-warning {

}

.alert-info {

}

.alert-success {

}

.footer {
    margin: 0 0 32px 32px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #495057;
    align-self: baseline;
}

#kc-locale {
    position: absolute;
    right: 20px;
    top: 25px;
    width: 120px;
}

#kc-locale ul {
    background-color: #FFF;
    display: none;
    top: 20px;
    min-width: 100px;
    padding: 0;
}

#kc-locale-dropdown{
    display: inline-block;
}

#kc-locale-dropdown:hover ul {
    display:block;
}

/* IE compatibility */
#kc-locale-dropdown a {
    color: #6A6E73;
    text-align: right;
    font-size: 14px;
}

/* IE compatibility */
a#kc-current-locale-link::after {
    content: "\2c5";
    margin-left: 4px;
}

a:focus, a:hover {
    color: #00659c;
    text-decoration: underline;
}

ul {
    list-style: none;
}

@media(max-width: 768px) {
    
    .content-container {
        margin-top: 150px;
    }
    .side-container {
        display: none;
    }

    .main-content {
        width: 100%;
    }

    .bubble-image {
        display: block;
        height: 225px;
        width: 200px;
        bottom: 0;
        right: -26px;
        top: unset;
        left: unset;
        z-index: 1;
    }
    .bubble-image path {
      stroke-width: 6px;
    }

    .tablet-only {
        display: none;
    }
}

@media(max-width: 576px) {
    body, html {
        overflow: auto;
    }
    .content-container {
        margin-top: 100px;
    }
    .bubble-image {
        display: none;
    }
}

