* {
    margin: 0;
    padding: 0;
    border-radius: 0px;
    box-sizing: border-box;
    font-family: Roboto;
}
button {
    cursor: pointer;
}
.floor-disabled-background {
    background: linear-gradient(to bottom, rgba(247, 62, 62, 0.4), rgba(227, 11, 11, 0.4)), url(/Images/loginBG2.png);
    top: 0;
    left: 0;
    position: absolute;
    min-height: 100vh;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.floor-disabled-messageWindow {
    background: rgb(255, 255, 255);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    max-width: 367px;
    height: 410px;
    padding: 30px;
    border-radius: 4px;
    margin: 0 20px;
}
img {
    height: auto;
    width: 100%;
    padding: 25px;
}
.floor-message-title {
    font-weight: bold;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 26px;
    color: rgb(33, 37, 41);
    word-spacing: 1px;
}
.floor-message-text {
    font-size: 16px;
    padding-left: 26px;
    color: #3d3d3d;
    line-height: 20px;
}
.floor-company-name {
    font-size: 10px;
    letter-spacing: 3px;
    margin-top: 10px;
    margin-bottom: 14px;
    color: rgb(255, 255, 255);
}
i {
    color: white;
    padding: 0 10px;
    font-size: 35px;
}
a {
    text-decoration: none;
}
.floor-disabled-background #loginBodyLogo{
    margin-bottom:6vh;
}