/*
// THIS SOURCE CODE IS INTELLECTUAL PROPERTY OF MASIMO.
// This source code cannot be copied, modified, printed,
// reproduced or used in any way, shape or form without prior permission from
// Masimo, Inc. ANY ATTEMPTS TO COPY, MODIFY, PRINT,
// REPRODUCE OR USE THIS SOURCE CODE WITHOUT PERMISSION FROM
// MASIMO, INC ARE STRICTLY PROHIBITED.
//
// Anyone creating, updating, or viewing this source code in any way, shape
// or form is bound by this copyright message, including Masimo' employees, contractors, partners, or any other associated or
// non-associated person, entity or a system.
//
// Copyright 2020 Masimo. All Rights Reserved
*/
#login-page-container .login-header .login-logo-temp {
    display: inline-block;
    background: url(/sites/default/theme/account/images/logo.png?vs=1) no-repeat center top;
    width: 114px;
    height: 90px;
    background-size: 100% auto;
}
#pre-ready {
    background: url(/sites/default/theme/account/images/loading-logo.gif?vs=1) no-repeat center top;
    height: 150px;
    width: 150px;
    background-size: 100%;
    margin: 0 auto;
    position: relative;
    top: 20%;
}
@media only screen and (max-width: 576px) {
    .login-box {
        overflow: scroll !important;
    }
    #login-page-container .login-header .login-logo-temp {
        margin-top: 0px;
    }
}

