.cs-body {
    background-color: #eeeeee;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    box-sizing: border-box;
    display: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Proxima Nova Regular', Helvetica, sans-serif;
}

@media (min-width: 801px) {
    .cs-logo-image {
        max-width: 300px;
        max-height: 56px;
        margin-top: 23px;
        margin-bottom: 21px;
        margin-right: 27px;
        display: inline;
        float: right;
    }

    .cs-message {
        float: left;
        display: inline-block;
        vertical-align: middle;
        height: 38px;
        font-family: Proxima Nova Regular;
        font-size: 32px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #424242;
        text-align: center;
        display: inline-block;
        margin-top: 31px;
        margin-left: 24px;
        max-width: 65%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.cs-sba-app-name {
    width: 320px;
    position: relative;
    text-align: center;
    padding: 0;
    width: 320px;
    margin: 0 auto;
}

.cs-logo {
    position: relative;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 8%;
    background-color: rgba(255, 255, 255, 0.8);
    height: 100px;
    vertical-align: middle;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
}

.imprivata-remote-access-screen {
    background-color: white;
    margin: 0 auto !important;
    width: 320px !important;
    height: 480px !important;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.5);
}

.CIDRA {
    outline: none !important;
}

@media (max-width: 800px) {
    .cs-message {
        height: 22px;
        font-family: Proxima Nova Regular;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #424242;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-top: 0.75%;
        margin-bottom: 0px;
    }
    .cs-logo-image {
        max-width: 300px;
        max-height: 56px;
        object-fit: contain;
        margin-top: 0.75%;
    }
    .cs-logo {
        height: 11%;
        margin-bottom: 8%;
    }
    .cs-message {
        margin-top: 0.75%;
        margin-bottom: 0px;
    }
}

@media (max-height: 660px) and (min-width: 801px) {
    .cs-logo {
        height: 12%;
        margin-bottom: 0%;
    }
    .cs-message {
        margin-top: 30px;
    }
    .CIDRA {
        height: 450px !important;
    }
    .imprivata-remote-access-screen {
        height: 450px !important;
    }
    .Footer {
        bottom: 0px !important;
        width: 70px !important;
        height: 17px !important;
    }
    .Footer-hr {
        top: 240px !important;
    }
}

@media (max-height: 660px) and (max-width: 800px) {
    .cs-logo-image {
        max-width: 170px;
        max-height: 35px;
        object-fit: contain;
        margin-top: 0.75%;
    }
    .cs-logo {
        height: 11%;
        margin-bottom: 0%;
    }
    .cs-message {
        margin-top: 0.75%;
        margin-bottom: 0px;
    }
    .CIDRA {
        height: 450px !important
    }
    .imprivata-remote-access-screen {
        height: 450px !important;
    }
    .Footer {
        bottom: 0px !important;
        width: 70px !important;
        height: 17px !important;
    }
    .Footer-hr {
        top: 240px !important;
    }
}

.spinner-round{
    width: 60px;
    height: 60px;
    border: 5px solid #92bfdc;
    border-left: 5px solid #E9493D;
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    border-radius: 50%;
    animation: rotate 2s infinite linear;
}

@keyframes rotate{
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
