

/* Start:/bitrix/components/mmit/support.auth.phone/templates/.default/style.css?1619216943961*/
.phone-auth__start {
    background-color: #D7D6BA;
    border: 2px solid black;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    padding: 10px;
    width: 150px;
}

.phone-auth__wrapper.hidden {
    display: none;
}

.phone-auth__blackout {
    background-color: #5e5e5e;
    height: 100%;
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.phone-auth__form {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    display: block;
    height: 300px;
    left: calc(50% - 150px);
    padding: 20px;
    position: fixed;
    text-align: center;
    top: calc(50% - 150px);
    width: 300px;
    z-index: 10;
}
.phone-auth__form input, .phone-auth__button {
    border: 1px solid black;
    border-radius: 3px;
    font-size: 20px;
    margin: 20px;
    padding: 10px;
    text-align: center;
}

.phone-auth__button {
    cursor: pointer;
}

.phone-auth__error {
    color: red;
}

/* End */
/* /bitrix/components/mmit/support.auth.phone/templates/.default/style.css?1619216943961 */
