* {
    font-family: "Inter",
        "Source Sans Pro",
        "HelveticaNeue-Light",
        "Helvetica Neue Light",
        "Helvetica Neue",
        Helvetica,
        Arial,
        "Lucida Grande",
        sans-serif;

    box-sizing: border-box;
}

html {
    font-size: 16px;
    line-height: 1.428571429;
    min-height: 100%;
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    -webkit-overflow-scrolling: auto !important;
}

.content-title {
   font-family: inherit;
   line-height: 1.1;
   color: #000;
   font-size: 24px;
   font-weight: 600;
   color: #323C46;
}

.content-body {
   color: #5B636B;
   margin-left: 10px;
   margin-right: 10px;
   line-height: 1.2;
}

h2.page-data {
    min-height: 2.2em;
}

p, h1, h2, h3, h4, h5, h6, a {
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   user-select: none;
   color: #444;
}

input, select {
    height: 50px;
    padding: 0px 12px;
    font-size: 18px;
    color: #666;
    box-sizing: border-box;

    background-color: #fff;
    background-image: none;

    border: none;
    border-radius: 0px;
    border-bottom: 2px solid #359aac;
    box-shadow: none;

    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

.btn {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    border-radius: 5px;
    color: #fff;
    background-color: #00ABC2;
    padding: 11px 9px;
    min-height: 44px;

    font-weight: normal;
}

.btn-blue-clear {
    color: #5B636B;
    background-color: #fff;
    border: 1px solid #DBDCDF;
}

.btn:hover {
    color: #fff;
    background-color: #088A9B;
    text-decoration: none;
}

.btn-blue-clear:hover {
    color: #5E5F61;
    background-color: #fff;
    border-color: #00abc2;
}

.block {
    display: block;
}

.block-grouped {
    margin: 8px 0;
}

a:not(.btn), a:not(.btn):hover {
    color: #0083AD;
    font-weight: 600;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.qr-scan-button {
    position: absolute;
    margin: 0;
    right: 12px;
    top: 8px;
    width: 44px;
    height: 44px;
    background-image: url(img/qrcode.svg);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: center center;
    border-radius: 3px;
    min-height: auto;
    padding: 0;
    z-index: 1;
}

.screen {
    max-width: 600px;
    max-height: 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flickity-viewport {
    height: 95% !important;
}

.flickity-page-dots {
    bottom: 0px;
    border-radius: 20px;
    overflow: hidden;
}
.flickity-page-dots .dot {
    background-color: #5B636B !important;
    opacity: 0.2;
    margin: 0px 5px !important;
    border-radius: 20px !important;
    width: 8px;
    height: 8px;
}
.flickity-page-dots .dot.is-selected {
    opacity: 1;
    background-color: #5B636B !important;
}

.carousel {
    width: 100%;
    height: 80%;
    -webkit-perspective: 300px;
            perspective: 300px;
    padding-top: 60px;
}

.carousel .page {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 1px #000000;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.carousel-page-container {
    height: 100%;
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-data {
    width: auto;
    height: auto;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.img-data {
    max-height: 300px;
    height: 40%;
}

.content-data {
    height: 50%;
}

.button-group {
    width: 100%;
    margin: 40px 0;
}

.btn-1st-line,
.btn-2nd-line {
    text-align: left;
    padding-left: 50px;
}

.btn-1st-line {
    font-weight: bold;
}

.btn-2nd-line {
    font-size: 14px;
}

.login-cta {
    padding: 5px 20px;
    color: #5E5F61;
}

.btn-login-id,
.btn-login-qr,
.btn-setup-company {
    margin-left: 20px;
    margin-right: 20px;
    background-repeat: no-repeat;
}

.btn-login-id {
    background-image: url(img/building.svg);
    background-position: 15px center;
}

.btn-login-qr {
    background-image: url(img/qrcode.svg);
    background-position: 15px center;
}

.btn-setup-company {
    background-image: url(img/setup_company.svg);
    background-position: 19px center;
}

.login-ft {
    margin-bottom: 32px;
}
