/*
splash/login scheen
*/
html, body {
    background-color: #425876;
    color: #636b6f;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
}
.content{
    position: fixed;
    text-align: center;
    top: 35.2%;
    width: 100%;
    height: 32.5%;
    background: url(/images/splash-middle.png);
    background-size: 100% 100%;
    z-index: 0;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.splash-top{
    position: fixed;
    top: 0;
    width: 100%;
    height: 35.2%;
    background: url(/images/splash-top.png);
    background-size: 100% 100%;
    z-index: 0;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.splash-bottom{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 32.3%;
    background: url(/images/splash-bottom.png);
    background-size: 100% 100%;
    z-index: 0;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.alert-logo {
    width: 42.7%;
}
.login-block {
    height: 14.9%;
    position: fixed;
    top: 53.02%;
    left: 43.95%;
    width: 100%;
    text-align: left;
    background-color: #dee1f4;
}
.login-block form {
    height: 100%;
    margin-left: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 0px !important;
    background-color: transparent;
}
.login-block form .username {
    background-color: #dee1f4;
    width: 15%;
    left: 0
}
.login-block form .password {
    background-color: #eef0f9;
    width: 15%;
    left: 15%
}
.sub-block {
    display: inline-block;
    position: absolute;
    top: 0;
    height: 100%;
}
.login-block form .login-button {
    background-color: #fff;
    width: 60%;
    left: 30%;
    text-align: left;
    padding-left: 40px;
}
.login-block form .login-button button {
    background-color: #0019a8;
    border-radius: 15px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 30px;
    display: block;
}
.login-block input, .login-block input:focus {
    margin-top: 50px;
    width: 90%;
    margin-left: 5%;
    border: none;
    border-bottom: 1px solid #bebebe;
    background-color: transparent;
    outline: none;
}

.get-the-app {
    height: 2.5em;
    background-color: #0019a8 !important;
    border-radius: 15px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    margin-top: 30px;
    margin-bottom: -30px;
    display: block;
}

@media screen and (orientation:portrait ){    
    .content{
        background-size: 100% 55%;
        background-repeat: no-repeat;
        background-color: white;
        position: relative;
        height: 25%;
        box-shadow: 0px 0px 75px black;
    }

    body {
        background-color: white !important;
        background: url(/images/splash-top.png);
        background-size: cover;
        height: 100%;
    }

    .splash-top {
        display: none !important;        
    }
    
    .splash-bottom{                
        display: none !important;
    }

    .login-block {
        height: 32.5%;        
        left: 0%;
        bottom: 0%;
        top: 47.02%;
        margin-left: 25%;
        overflow-x: hidden;        
        position: relative;
        width: 90%;
        background-color: white !important;
    }

    .sub-block.username, .sub-block.password, .login-block form .login-button, .login-block form  {
        margin-top: 0px !important;
        background-color: transparent !important;
    }

    .sub-block.username, .sub-block.password, #login-button, #forgot-pass-link {
        display: none;
    }

    .get-the-app {
        position: fixed !important;
        left: 40%;
        margin-left: -40px;
    }

    .landscape-message {
        position: fixed;
        left: 42%;        
        display: contents !important;   
    }
}