﻿body {
    background-color: #f2f2f2;
}

.simple-page {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 90vh;
}

.simple-page form {
    width: 300px;
    padding:30px;
}

.simple-page .invisble{
    display:none;
}

.simple-page .dx-button{
    height:35px;
}

.simple-page .dx-texteditor-input{
    padding: 0 5px 0 5px !important;
}

.simple-page .logo{
    height: 128px;
    background-image: url('../img/logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.simple-page img{
    width: 280px;   
}

.simple-page .container {
    display: flex;
    justify-content: center;
    align-items: center; 
   
}

.validation.validation-summary-errors {
    padding:10px 0 !important;
}

.validation.validation-summary-errors ul {
    list-style-type: none;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
    padding-inline-start: 0 !important;
}

.validation.validation-summary-errors li {
    border-bottom: 1px dashed;
    display: inline-block;
    line-height: normal;
        color: #f44336;
}