

/* Start:/local/templates/pmlog2024/components/ctweb/email.register/pmpaket/style.css?17761774582422*/
.backdrop {
    display:none;
}
.backdrop.active {
    display: flex;
    justify-content: center;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.4);
    backdrop-filter:blur(5px);
    z-index: 1;
    & .sms-form .card-body {
        padding:15px;
        max-width: 500px;
        margin: 0 auto;
        background: #fff;
        border-radius: 10px;
        z-index:999;
        position: relative;
        width:80%;
        & input[type="submit"] {
            width:100%;
        }
        & .svg-icon {
            padding:0 0 20px;
            display: flex;
            justify-content: center;
        }
        & alert.alert-danger {
            background-color: #f8d7da;
            color: #842029;
            border: 1px solid #f5c2c7;
            padding: 16px;
            border-radius: 0.375rem;
            margin-bottom: 1rem;
            font-size: 1rem;
            font-weight: 400;
        }
    }
}
.backdrop.active > div {
    padding-top: 110px;
}

.submitbtn:disabled, input.form-control:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    filter:grayscale(100%);
    background-color: #ccc;
    pointer-events: none;
}

.alert.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.375rem;
    font-size: 1rem;
    font-weight: 400;
}

.alert.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.375rem;
    font-size: 1rem;
    font-weight: 400;
}

.closer {
    display:flex;
    justify-content: end;
    & i {
        cursor:pointer;
        &:hover {
            color:#FFD970;
        }
    }
}

.ctweb-smsauth-form{
	max-width: 500px;
}
.ctweb-emailauth-form .svg-icon-xl svg{
	max-height: 30px;
}
.ctweb-emailauth-form .captha-img{
	height: 64px;
	border-radius: 0.3rem;
}

.ctweb-emailauth-form {
    max-width:500px;
    margin:0 auto;
}

.ctweb-emailauth-form .digits {
    display: flex;
    justify-content: center;
    gap:10px;
    & .code-input {
        width:52px;
        display: flex;
    }
}

.btn.w-100 {
    width:100%;
}

.logpass_link {
    width: 100%;
    text-align: center;
    margin: 15px 0 0;
}

/* End */
/* /local/templates/pmlog2024/components/ctweb/email.register/pmpaket/style.css?17761774582422 */
