@font-face {
    font-family: "weblysleek_uisemilight";
    src: url("/fonts/mob/weblysleekui_sl-webfont-a47bcae259d52831b963fb917dcbb547.eot");
    src: url("/fonts/mob/weblysleekui_sl-webfont-a47bcae259d52831b963fb917dcbb547.eot?#iefix") format("embedded-opentype"), url("/fonts/mob/weblysleekui_sl-webfont-7d1c10dcbf9f0da4e73df7003560d505.woff") format("woff"), url("/fonts/mob/weblysleekui_sl-webfont-416549aad8f9232aee78d981e5e699d5.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "weblysleek_uilight";
    src: url("/fonts/mob/weblysleekui_l-webfont-64505db9ff25aef283a9164c57c152e5.eot");
    src: url("/fonts/mob/weblysleekui_l-webfont-64505db9ff25aef283a9164c57c152e5.eot?#iefix") format("embedded-opentype"), url("/fonts/mob/weblysleekui_l-webfont-d90dd859f910ff67d732f61def2f8135.woff") format("woff"), url("/fonts/mob/weblysleekui_l-webfont-576fc10e39db8255bd9e8018e89eee11.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "weblysleek_uisemibold";
    src: url("/fonts/mob/weblysleekui_sb-webfont-acfcc03984f398afcc7ac255203ab9c5.eot");
    src: url("/fonts/mob/weblysleekui_sb-webfont-acfcc03984f398afcc7ac255203ab9c5.eot?#iefix") format("embedded-opentype"), url("/fonts/mob/weblysleekui_sb-webfont-f92291cf1cf0ebd025204c0f15bd275f.woff") format("woff"), url("/fonts/mob/weblysleekui_sb-webfont-ef6cdd398e7a87441864239fb924ad81.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "weblysleek_uiitalic";
    src: url("/fonts/mob/weblysleekui_li-webfont-e13fda0bd92214ca8f62548c7a307dd7.eot");
    src: url("/fonts/mob/weblysleekui_li-webfont-e13fda0bd92214ca8f62548c7a307dd7.eot?#iefix") format("embedded-opentype"), url("/fonts/mob/weblysleekui_li-webfont-d51ff83048af8bfea7deeb52e2ec6c01.woff") format("woff"), url("/fonts/mob/weblysleekui_li-webfont-9ec97f85f2563c7b54338ba1a1f6b31e.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "circe-bold";
    src: url("/fonts/mob/circe-bold-22f16521a7d16c7f8342680cf30b46bd.ttf");
    font-weight: normal;
    font-style: normal;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "weblysleek_uisemilight", sans-serif;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 10%;
    min-width: 360px;
    width: 100vw;
    min-height: 100vh;
    background: #f9f9f9;
    overflow-x: hidden;
}

img {
    border: 0;
}

.login-form__logo {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 550px;
    margin: 0 auto 80px;
}

.login-form__logo-img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.login-form__logo-img--aktivist {
    max-width: 420px;
}

.form-narrow.form-horizontal {
    width: 100%;
}

.login-form-container {
    position: relative;
    width: 100%;
}

.login-form {
    position: relative;
    width: auto;
    max-width: 500px;
    min-height: 340px;
    margin: 0 auto;
    padding: 32px 48px 56px;
    background-color: #ffffff;
    border-radius: 24px;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 20px;
}

.form-group__label-text {
    font-size: 18px;
    color: #7e7e86;
}

.form-group input.form-control, .form-group input.form-control[type="text"], .form-group input.form-control.inputLogin[type="text"] {
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    width: 100%;
    height: 60px;
    padding: 0 15px;
    border-radius: 0;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 2px solid #EBEBEB !important;
    background-image: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-family: "weblysleek_uisemilight", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    -webkit-transition: border-color 0.5s ease-in;
    transition: border-color 0.5s ease-in;
}

.form-group__btn-wrapper {
    position: absolute;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: calc(100% - 40px);
    left: 50%;
    width: calc(100% - 160px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.btn {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 18px 0;
    border-radius: 8px;
    border: none;
    outline: 0;
    cursor: pointer;
    background: #39BDC0;
    -webkit-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.2);
    -webkit-appearance: button;
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.2);
    color: #ffffff;
    text-align: center;
    font-family: "weblysleek_uisemibold", sans-serif;
    letter-spacing: 0.075em;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: background-color 0.35s ease-in;
    transition: background-color 0.35s ease-in;
}

button {
    overflow: visible;
    margin: 0;
}

.btn-get-app {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 16px 0 0;
    padding: 18px 0;
    border-radius: 8px;
    outline: 0;
    background: #ffffff;
    border: 1px solid #CCC;
    text-align: center;
    color: #282836;
    font-family: "weblysleek_uisemibold", sans-serif;
    letter-spacing: 0.025em;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: background-color 0.35s ease-in;
    transition: background-color 0.35s ease-in;
    text-decoration: none;
}

.btn-get-app svg {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

svg:not(:root) {
    overflow: hidden;
}

.errors {
    color: #f16a67;
}

@media screen and (max-width: 550px) {
    .login-form-container {
        width: 100%;
        padding: 0 15px;
    }
    .login-form__logo {
        max-width: 100%;
        width: auto;
        margin-bottom: 40px;
    }
    .login-form {
        width: 100%;
        max-width: unset;
        border-radius: 12px;
        padding: 32px 32px 42px;
        min-height: unset;
    }
    .login-form__mobile-uic-logo {
        width: 90px;
        margin-right: 12px;
    }
    .login-form__mobile-uic-text {
        font-size: 28px;
    }
    .form-group__label-text {
        font-size: 15px;
    }
    .form-group {
        margin-bottom: 20px;
    }
    .form-group input.form-control,
    .form-group input.form-control[type=text],
    .form-group input.form-control.inputLogin[type=text] {
        height: 48px;
    }
    .form-group__btn-wrapper {
        top: calc(100% - 28px);
        width: calc(100% - 40px);
    }
    .checkbox label {
        font-size: 15px;
    }
    .btn,
    .btn-get-app {
        padding: 12px 0;
        font-size: 18px;
    }
}