﻿html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
}

.demo-container {
    display: flex;
    height: 100%;
    width: 100%;
    background-color: #ebebeb;
}

.login-area {
    width: 100%;
    min-width: 360px;
    margin: auto;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

@media (min-width: 600px) {
    .login-area {
        width: 45%;
        max-width: 560px;
    }
}

.login-header {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}

.dx-field-label {
    width: 30%;
}
.dx-field-value-static, .dx-field-value:not(.dx-switch):not(.dx-checkbox):not(.dx-button) {
    width: 70%;
}

#form {
    padding-top: 20px;
    width: 100%;
    text-align: left;
}

#userNotFound {
    display: none;
}

#codeNotValid {
    display: none;
}

#codeExpired {
    display: none;
}

#emailcodewrap {
    display: none;
}

#backButton {
    display: none;
}

.regionEnterButton {
    margin: 10px 0;
}

#regions {
    display: none;
    font-size: 16px;
    font-weight: 500;
}

.region-buttons {
    padding-top: 16px;
}

#spb {
    display: none;
}

#murmansk {
    display: none;
}

#rostov {
    display: none;
}
