/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


.teh-calendar-shortcode-container {
    max-width: 100%;
    position: relative;
    margin: 2em 0;
}


.teh-calendar-shortcode-container.is-dark-mode {
    color: white;
    background: black;
}


.teh-calendar-shortcode-container:after {
    display: block;
    clear: both;
    content: '';
}


.teh-calendar-shortcode-container img {
    max-width: 100%;
    /*animation: rotation 18s infinite ease-in-out;*/

    /*box-shadow: 0 5px 15px 0 rgba(0,0,0,0.6);*/
    /*transform: translateY(0px);*/
    /*animation: floatAnimation 6s ease-in-out infinite;*/
}


/*@keyframes floatAnimation {*/


/*    0% {*/


/*        box-shadow: 0 5px 15px 0 rgba(0,0,0,0.6);*/


/*        transform: translateY(0px);*/


/*    }*/


/*    50% {*/


/*        box-shadow: 0 25px 15px 0 rgba(0,0,0,0.2);*/


/*        transform: translateY(-20px);*/


/*    }*/


/*    100% {*/


/*        box-shadow: 0 5px 15px 0 rgba(0,0,0,0.6);*/


/*        transform: translateY(0px);*/


/*    }*/


/*}*/


@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    45% {
        -webkit-transform: rotate(5deg);
                transform: rotate(5deg);
    }
    85% {
        -webkit-transform: rotate(-6deg);
                transform: rotate(-6deg);
    }
}


@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    45% {
        -webkit-transform: rotate(5deg);
                transform: rotate(5deg);
    }
    85% {
        -webkit-transform: rotate(-6deg);
                transform: rotate(-6deg);
    }
}


.Tickets__header {
    padding-top: 100px;
    padding-bottom: 50px;
    /*border-bottom: 2px solid #0000fe;*/
    margin-bottom: 50px;
    padding-right: 120px;
}


@media (--md-viewport-down) {

    .Tickets__header {
        padding-top: 100px;
        padding-bottom: 130px;
    }


    .Section--6 .Button--logotyp,
    .Section--6 .Button--get-ticket {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 100px;
        height: 100px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        z-index: 1000;
    }

    .Section--6 .Button--get-ticket.left {
        right: 20px;
    }

    .Section--6 .Button--logotyp {
        top: 160px;
    }

}


@media (--sm-viewport--only) {
    .Section--6 .Button--logotyp {
        display: none;
    }
}


.Day {
    position: relative;
}


.Days {
    /*margin-top: 1.5em;*/
}


.Day__toggle{
    font-weight: bold;
}


.Day__toggle,
.Category__toggle {
    text-transform: uppercase;
    border-bottom: 1px solid;
    cursor: pointer;
    padding: .75em 0;
}


.Day:first-of-type .Day__toggle {
    border-top: 1px solid;
}


.Event__toggle {
    /*text-transform: uppercase;*/
    /*border-bottom: 2px solid;*/
    border-top: 1px solid;

    cursor: pointer;
    padding: .75em 0;

    padding-right: 180px;
    overflow: hidden;
    /*padding-left: 8em;*/
}


.Event:last-of-type .Event__toggle {
    border-bottom: 1px solid;
}


.Event__details {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 1em 0;
}


.wysiwyg.is-theme-default .Event__image,
.Event__image {
    max-width: 50%;
    float:right;
    padding: 0 0 .5em .5em;
}


.Event__text {
    -webkit-flex: 1 0 65%;
        -ms-flex: 1 0 65%;
            flex: 1 0 65%;
    padding: 1em 0 .5em 0;
    line-height: 1.2;

}


.Event__tags {
    margin: 3em 0 1em;
}


.Event__tag {
    font-size: 15px;
}


.Event__speakers{
    margin: 1em 0;
}


.Event__speaker {
    margin: 1em 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
        justify-content: space-between;
}


.Event__speaker div.speaker-container,
.Event__speaker >a:first-of-type{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}


.wysiwyg.is-theme-default .Event__speaker a:hover{
    text-decoration: none;
    border: 0;
}


/*Event__speaker*/


.Speaker__face {
    margin-right: 1em;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #666 center no-repeat;
    background-size: cover;

}


@media (--md-viewport-down) {
    .Event__details {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }


    .Event__image,
    .Event__text {
        width: 100%;
        max-width: 100%;
        padding: 1em 0;
        -webkit-flex: 1 1 100%;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
    }

    .Event__image img {
        width: 100%;
    }
}


.Event:first-of-type .Event__toggle {
    border-top: 0;
}


.Toggler {
    position: absolute;
    right: 0;
    display: inline-block;
    cursor: pointer;
    transition: -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
}


.Event.active .Event__toggle .Toggler,
.Category.active .Category__toggle .Toggler,
.Day.active .Day__toggle .Toggler {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}


.Event__toggle, .Category__toggle, .Day__toggle{
    line-height: 1.3;
}


.Categories,
.Events,
.Event__detail {
    display: none;
}


.TehPlugin__AuthButtonContainer button,
.event-capacity-button,
.wysiwyg.is-theme-default a.teh-auth-btn,
.teh-auth-btn {
    color:white;
    border: 1px white solid;
    border-radius: 1em;
    padding: .5em 1em;
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
}


.event-capacity-button {
    margin-top: 1em;
}


.teh-auth-btns{
    padding: 2em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
}


/*.Event.active .Event__text,*/


/*.Category.active .Events,*/


/*.Day.active .Categories{*/


/*    display: block;*/


/*}*/


/*.Category--10 {*/


/*    color: red;*/


/*}*/


/*.Category--9 {*/


/*    color: purple;*/


/*}*/


.Category_glyph::after,
.Category_glyph--10::after {
    content: '\273A';
}


.Category_glyph--9::after {
    content: '\2732';
}


#program {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}


.ticket-expand-buttons {
    margin-top: 1em;
    width: 100%;
    text-align: right;

    /*border-top: 2px solid #0000fe;*/
    cursor: pointer;
    padding: .75em 0;
}


.ticket-expand-buttons button {
    text-align: right;
    width: 100%;
}


.my-events-btn,
.all-events-btn,
.ticket-expand-buttons button {
    /*color:#0000fe;*/
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 1rem;
    cursor: pointer;
}


.ticket-expand-buttons .collapse-all {
    display: none;
}


.ticket-expand-buttons .expand-all {
    display: block;
}


.ticket-expand-buttons.active .collapse-all {
    display: block;
}


.ticket-expand-buttons.active .expand-all {
    display: none;
}


.my-events-btn,
.all-events-btn {
    margin-right: 1em;
}


.events-buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100px;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}


.all-events-btn {
    display: none;
}


.Section--6.my-events-only .my-events-btn {
    display: none;
}


.Section--6.my-events-only .all-events-btn {
    display: inline-block;
}


.Section--6.my-events-only .Event {
    max-height: 0;
    overflow: hidden;
}


.Section--6.my-events-only .Event.MyEvent {
    max-height: none;
    max-height: initial;
}


.freeplaces-reserve {
    display: inline-block;
    text-transform: uppercase;
    /*color: #0000fe;*/
}


.beside-toggler {
    right: 30px;
    position: absolute;
}


.teh-calendar-header{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}


.categories-info{
    margin-top: 1em;
}


/*.categories-info>div {*/


.Categories-info__category{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: .5em;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
}


.Categories-info__category-text{
line-height: 1.5em;
}


.category-square{
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-right: 1em;
    -webkit-flex: 0 0 1em;
        -ms-flex: 0 0 1em;
            flex: 0 0 1em;
}


.Speaker__social-links {}


.Speaker__social-links a:hover,
.Teh-speaker__socials a:hover,
.wysiwyg.is-theme-default .Teh-speaker__socials a:hover,
.wysiwyg.is-theme-default .Speaker__social-links a:hover{
    text-decoration: none;
    border: 0;
}


.Teh-speaker__socials{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 300px;
    margin: 30px auto;
}


.wysiwyg.is-theme-default .Speaker__social-links a img {
    height: 2em !important;
    width: auto;
}


.Login__bg,
.Registration__bg {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2100;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-height: 100vh;
    padding: 30px;
    overflow: auto;
}


.Login__bg,
.Registration__bg{
    display: none;
}


.show-login-modal .Login__bg,
.show-registration-modal .Registration__bg{
    display: block;
}


.show-login-modal,
.show-registration-modal{
    max-height: 100vh;
    overflow: hidden;
}


.Login__container,
.Registration__container {
    background: #dc013d;
    color: white;
    width: 400px;
    max-width: 100%;
    margin: auto;
    position: relative;
    /*max-height: 100%;*/
    /*overflow: auto;*/
    /*height: 300px;*/
}


.Login__container {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position:absolute;
}


.Close-login,
.Close-registration {
    position: absolute;
    top: 10px;
    right: 10px;
    color:red;
    cursor: pointer;
}


button{
    cursor: pointer;
}


.EnterTicket{
    text-align: center;
}


.EnterTicket {
    background: white;
    color: #dc013d;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem;
    border: 3px solid #dc013d;
}


.EnterTicket h1 {
    margin: 0;
}


.ticket-nr {
    border: 3px solid #dc013d;
    line-height: 24px;
    width: 200px;
}


.Login__form,
.Registration__form {
    padding: 1rem;
    font-size:18px;
}


.Registration__form h2 {
    text-transform: uppercase;
    font-size: 22px;
}


.Registration__form h2:not(:first-of-type){
    margin-top: 3em;
}


.form-separator {
    background: white;
    height: 1px;
}


.Login__form div,
.Registration__form div {
    position: relative;
}


.Login__form label,
.Registration__form .personal-data label {
    position: absolute;
    top: 20px;
    font-size: 18px;
    margin: 0;
    padding: 0;
    transition: top .2s ease-in-out, font-size .2s ease-in-out;
}


.Login__form .active,
.Registration__form .personal-data .active {
    top: 3px;
    font-size: 12px;
    /*font-weight: 900;*/
}


.Registration__form input[type="email"],
.Registration__form input[type="text"],
.Login__form .email input[type="email"],
.Login__form .email input[type="text"] {
    width: 100%;
    padding: 20px 0;
    border: none;
    font-size: 18px;
    /*font-weight: 800;*/
    background-color: transparent;
    color: white;
}


.Registration__form textarea {
    width: 100%;
    border: 0;
    resize: none;
    height: 7em;

    padding: .5em;
}


.ticket-nr{text-align: center;
    letter-spacing: 3px;
}


.ticket-nr,
.Registration__form textarea {
    font-size: 18px;
    line-height: 1.2;
    /*font-family: var(--font-family);*/
}


.Registration__form input:focus {
    outline: none;
}


.heart {
    margin: 10px auto;
    fill: #FFF;
    position: relative;
    top: 5px;
    width: 25px;

}


.diet {
    padding-top:1em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 18px;
    margin-bottom:1em;
}


.diet > div:first-of-type {

    -webkit-flex: 0 0 40%;

        -ms-flex: 0 0 40%;

            flex: 0 0 40%;
}


.food-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    margin-bottom: 10px;
}


.food-row .left-label{
-webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
        flex: 0 0 30%;
    padding-top: 13px;
}


.food-values{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
}


.food-values div,
.food-values label,
.food-values span{
    width:40px;
    text-align: center;
}


.food-values span{
    padding-top: 13px;
}


.food-values label{
    width:33px;
}


.food-values label{
    margin-left: 7px;
}


.Registration__form [type="radio"]:checked,
.Registration__form [type="radio"]:not(:checked) {
    position: absolute;
    /*left: -9999px;*/
    opacity: 0;
}


.Registration__form [type="radio"]:checked + label,
.Registration__form [type="radio"]:not(:checked) + label
{
    font-size: 14px;
    position: relative;
    padding-top: 40px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}


.Registration__form [type="radio"]:checked + label:before,
.Registration__form [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 26px;
    height: 26px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}


.Registration__form [type="radio"]:checked + label:after,
.Registration__form [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 18px;
    height: 18px;
    background: #dc013d;
    position: absolute;
    top: 14px;
    left: 4px;
    border-radius: 100%;

    transition: all 0.2s ease;
}


.Registration__form [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}


.Registration__form [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}


.Registration__form [type="checkbox"]:checked,
.Registration__form [type="checkbox"]:not(:checked) {
    position: absolute;
    opacity: 0;
    /*left: -9999px;*/
}


.Registration__form [type="checkbox"]:checked + label,
.Registration__form [type="checkbox"]:not(:checked) + label
{
    font-size: 14px;
    position: relative;
    padding-top: 40px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}


.Registration__form [type="checkbox"]:checked + label:before,
.Registration__form [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 26px;
    height: 26px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}


.Registration__form [type="checkbox"]:checked + label:after,
.Registration__form [type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 18px;
    height: 18px;
    background: #dc013d;
    position: absolute;
    top: 14px;
    left: 4px;
    border-radius: 100%;

    transition: all 0.2s ease;
}


.Registration__form [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}


.Registration__form [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}


.Registration__form .diet  [type="radio"]:checked + label:after,
.Registration__form .diet [type="radio"]:not(:checked) + label:after
.Registration__form .diet  [type="checkbox"]:checked + label:after,
.Registration__form .diet [type="checkbox"]:not(:checked) + label:after {
    top: 14px;
    left: 4px;
}


.Registration__form .diet [type="radio"]:checked + label,
.Registration__form .diet [type="radio"]:not(:checked) + label,
.Registration__form .diet [type="checkbox"]:checked + label,
.Registration__form .diet [type="checkbox"]:not(:checked) + label,
.Registration__form .agree-checkbox:checked + label,
.Registration__form .agree-checkbox:not(:checked) + label
{
    padding-top:15px;
    padding-left:40px;
}


.Registration__form label.agree-text{
    font-size: 10px;
    line-height: 1;
    text-align: left;
    margin-bottom: 2rem;
}


.teh-member-values-other-container{
    display: none;
    padding-bottom: 2em;
}


.Registration__form .teh-member,
.Registration__form .sex {
    padding: 20px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}


.Registration__form .teh-member-values-container,
.Registration__form .sex-values-container{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;-webkit-justify-content: space-evenly;-ms-flex-pack: space-evenly;justify-content: space-evenly;-webkit-flex:1 1;-ms-flex:1 1;flex:1 1;
}


.Registration__form .teh-member-values-other-container>div,
.Registration__form .teh-member-values-container>div,
.Registration__form .sex-values-container>div{

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1;
}


.Registration__form .personal-data .teh-member-values-other-container label,
.Registration__form .personal-data .teh-member-values-other-container .active,
.Registration__form .personal-data .teh-member-values-container label,
.Registration__form .personal-data .teh-member-values-container .active,
.Registration__form .personal-data .sex-values-container label,
.Registration__form .personal-data .sex-values-container .active{
    top:0;
    width: 100%;
    text-align: center;
}


.Registration__form .teh-member-values-other-container [type="radio"]:checked + label:before,
.Registration__form .teh-member-values-other-container [type="radio"]:not(:checked) + label:before {
    left: calc(50% - 13px);
}


.Registration__form .teh-member-values-other-container [type="radio"]:checked + label:after,
.Registration__form .teh-member-values-other-container [type="radio"]:not(:checked) + label:after{
    left: calc(50% - 9px);
}


.Registration__form .teh-member-values-container [type="radio"]:checked + label:before,
.Registration__form .teh-member-values-container [type="radio"]:not(:checked) + label:before {
    left: calc(50% - 13px);
}


.Registration__form .teh-member-values-container [type="radio"]:checked + label:after,
.Registration__form .teh-member-values-container [type="radio"]:not(:checked) + label:after{
    left: calc(50% - 9px);
}


.Registration__form .sex-values-container [type="radio"]:checked + label:before,
.Registration__form .sex-values-container [type="radio"]:not(:checked) + label:before {
    left: calc(50% - 13px);
}


.Registration__form .sex-values-container [type="radio"]:checked + label:after,
.Registration__form .sex-values-container [type="radio"]:not(:checked) + label:after{
    left: calc(50% - 9px);
}


.g-recaptcha div,
.g-recaptcha{
    margin:0 auto;
}


.success{
    color:white;
    display: none;
    padding:50px 20px;
}


.errors{
    color:white;
}


.reserve-success{
    color: white;
}


.reserve-error{
    color: white;
}


.reserve-error,
.reserve-success{
max-height: 0;
    overflow: hidden;
    transition: all .5s ease-in-out;
}


.reserve-error.show,
.reserve-success.show{
max-height: 4rem;
}


.Event__reserve-container,
.event-capacity-button-container{
    margin-bottom: 1rem;
}


.event-unreserve span.onhover,
.event-unreserve:hover span.norm{
display:none;
}


.event-unreserve:hover span.onhover{
    display: inline;
}


.beside-toggler{    right:30px;
    position:absolute;}


.freeplaces-reserve{
    display: inline-block;
    text-transform: uppercase;
    /*color:#0000fe;*/
}


.attending {
    display: none;
    text-transform: uppercase;
    /*color:#0000fe;*/
}


.MyEvent .freeplaces-reserve {
    display: none;
}


.MyEvent .attending {
    display: inline;
}


.registration-gdpr-text {
    margin: 2em 0;
    font-size: 14px;
    line-height: 20px;
}


/*.MyEvent{ border-top:10px solid black;}*/


/*.event-capacity-button,*/


/*.Login__form button,*/


/*.Registration__form button {*/


/*    background-color: transparent;*/


/*    color: white;*/


/*    border: 3px solid white;*/


/*    font-size: 20px;*/


/*    padding: .2em 1em;*/


/*    line-height: 1;*/


/*    margin: 1em auto;*/


/*    display: block;*/


/*}*/


/*.event-capacity-button{*/


/*    background: #dc013d;*/


/*}*/


.event-capacity-button.event-reserve{
    display: inline-block;
}


.event-capacity-button.event-unreserve{
    display: none;
}


.Event.MyEvent .event-capacity-button.event-unreserve{
    display: inline-block;
}


.Event.MyEvent .event-capacity-button.event-reserve{
    display: none;
}


.Login__form input:-webkit-autofill,
.Registration__form input:-webkit-autofill,
.Login__form input:-internal-autofill-selected,
.Registration__form input:-internal-autofill-selected {
    -webkit-appearance: menulist-button;
            appearance: menulist-button;
    background-image: none !important;
    background-color: transparent !important;
    color: white !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0), inset 0 0 0 100px rgba(255, 255, 255,1);
}


.TehPlugin__AuthButtonContainer{
    padding: 2em 0 1em;
    text-align: center;

}


.TehPlugin__AuthButtonContainer button{
    margin:0 auto;
}


.wysiwyg.is-theme-default .Registration__form  h2,
.wysiwyg.is-theme-default .Login__form  h2,
.Registration__form  h2,
.Login__form  h2{
    margin-top: 60px;
}

/*# sourceMappingURL=teh-plugin-public.css.map*/