

/* Start:/local/js/silab/authentication/dist/application.bundle.css?17407611915277*/
.demo-header {
    font-weight: bold;
    margin-bottom: 10px;
}
.demo-block {
    border: 1px dashed red;
    display: inline-block;
    padding: 5px;
    margin: 5px;
}

#authentication-application {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
}
#authentication-application  h3 {
    font-family: SF Pro Display;
    font-size: 40px;
    font-weight: 500;
    line-height: 96%;
    letter-spacing: 0em;
    color: #2B2B2B;
}
.container-form {
    border: 4px solid #E4E4E4;
    width: 802px;
    min-height: 388px;
    top: 165px;
    left: 559px;
    border-radius: 4px;
    padding: 58px 62px 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.container-form input {
    /* border: 2px solid #B3B3B3; */
    width: 100%;
    border-radius: 8px;
    font-size: 16px;
    line-height: 32px;
    /* padding: 12px 71px 11px 16px; */
}
/* .container-form input:focus {
    border: 2px solid #848484;
} */
.container-form button.form-button {
    height: 56px;
    gap: 5px;
    background: -webkit-gradient(linear, left bottom, left top, from(#2B2B2B), to(#2B2B2B)),
    -webkit-gradient(linear, left bottom, left top, from(#464646), to(#464646)) !important;
    background: -o-linear-gradient(bottom, #2B2B2B, #2B2B2B),
    -o-linear-gradient(bottom, #464646, #464646) !important;
    background: linear-gradient(0deg, #2B2B2B, #2B2B2B),
    linear-gradient(0deg, #464646, #464646) !important;
    padding: 19px 80px 19px 49px !important;
}
.container-form button.form-button::after {
    right: 51px !important;
}
.container-form .text-input {
    margin: 15px 0 !important;
}
.block-errors {
    color: red;
    font-size: 14px;
    margin: 15px 0;
}
.block-message {
    color: #567e1b;
    font-size: 14px;
    height: 24px;
}
.container-form .input-block {
    width: 100%;
}
/* .input-block {
    margin-top: 15px;
} */

.lds-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
}
.lds-ring div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #2B2B2B;
    border-radius: 50%;
    -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
            animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #2B2B2B transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    -webkit-animation-delay: -0.45s;
            animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    -webkit-animation-delay: -0.15s;
            animation-delay: -0.15s;
}
@-webkit-keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
#authentication-application .overlay {
    position: absolute;
    z-index: 2000;
    width: 100%;
    height: 100%;
}
#authentication-application form.blur {
    opacity: 0.5;
}
#authentication-application .form-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    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;
}
#authentication-application .form-checkbox input {
    width: 15px;
    margin: 0 15px 0 0;
    min-width: 15px;
}
@media screen and (max-width: 420px) {
    .container-form {
        padding: 50px 15px 15px;
    }
}
@media screen and (max-width: 768px) {
    #authentication-application h3 {
        font-size: 24px;
    }
}

.authentication-toggle-btn {
    color: #656565;
    font-size: 17px;
    text-decoration: none;
    font-weight: 400;
}

.authentication-confirm-info {
    color: #959595;
    font-size: 17px;
    text-decoration: none;
    font-weight: 400;
}

.authentication-form-sub-title {
    color: #2B2B2B;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
}

#authentication-application, #authentication-application form {
    width: 100%;
}

#authentication-application form {
    padding: 0 15px;
}

#authentication-application .container-form {
    width: 100%;
    max-width: 800px;
    margin: auto;
}
/* End */
/* /local/js/silab/authentication/dist/application.bundle.css?17407611915277 */
