﻿body {
    overflow: hidden;
}

html, form, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.mhda-loading {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1100;
}

.modal-backdrop.show {
    opacity: 0;
}

.modal-dialog-centered {
    align-items: start;
}

.modal-content {
    margin: 10%;
}

.mhda-line {
    height: 5px;
}

.mhda-background {
    background-image: url("/img/login_background_grey.jpg");
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.mhda-login-body {
    height: 285px !important;
}

.mhda-login-Error-Msg {
    font-size: 12px;
    color: #707070;
    margin-bottom: 15px;
    text-align: justify;
}

.mhda-logo-img {
    width: 250px;
}

.mhda-title-color {
    color: #707070;
}

.ph-icon::-webkit-input-placeholder {
    font-size: 14px;
    opacity: 0.3 !important;
}

.ph-icon:-ms-input-placeholder {
    font-size: 14px;
    opacity: 0.3 !important;
}

.ph-icon::placeholder {
    font-size: 14px;
    opacity: 0.3 !important;
}

/********* XS DEVICES *********/
@media (max-width: 575.98px) {
    .ns-logo-img {
        width: 175px;
    }

    .sideImg {
        display: none;
    }
}
