﻿.dx-texteditor.dx-editor-outlined .dx-placeholder::before, .dx-texteditor.dx-editor-outlined .dx-texteditor-input {
    padding-left: 35px;
    padding-right: 35px;
}

#loginLoadPanel {
    position: absolute;
    z-index: 9999999;
    color: #4db8f8;
    top: 40%;
    bottom: 60%;
}

#loginLoadPanelContainer {
    position: absolute;
    z-index: 999999;
    -webkit-transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
    transition: background .5s ease-out;
}

/*Responsive Design*/
@media screen and (max-width : 575px) {
    .line-on-side {
        line-height: 1.7rem;
        border-bottom: none;
    }
}