﻿

#myModal, #splash, #pwdRecoveryModal {
    overflow-y: hidden;
    overflow-x: hidden;
}

.ux-wallpaper {
    background-color: beige;
}

.ux-wallpaper-tiled {
    /*background-image: url(/DesktopApp2/wallpapers/wallpaper_10iHost_azul.png?s.brightness=0);*/
    background-repeat: no-repeat,no-repeat;
    background-attachment: fixed, fixed;
    background-position: right bottom,center;
}

.spinner {
    margin: 0px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

    .spinner > div {
        background-color: #333;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1.0);
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}


.footer-sty {
    padding: 0px;
    margin: 0px;
    text-align: unset;
}

.footer-text {
    font-size: medium;
}





/*************************************************/
/********** Host Device Authentication ***********/
/*************************************************/

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .deviceAuth-layout {
        padding: 80px 120px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .deviceAuth-layout {
        padding: 80px 200px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .deviceAuth-wrapper {
        /* background-image: url("./images/login_background.jpg");  */ /* The image used */
        background-position: center; /* Center the image */
        background-repeat: no-repeat; /* Do not repeat the image */
        background-size: cover; /* Resize the background image to cover the entire container */
    }

    .deviceAuth-layout {
        display: flex;
        align-items: center;
        /*justify-content: space-between;*/
        flex-direction: column;
        position: absolute;
        right: 0;
        width: 370px;
        background-color: white;
        height: 100vh;
        padding: 80px 40px;
    }

    .deviceAuth-wrapper .img-host-logo {
        width: 166px;
    }
}

.deviceAuth-layout {
    align-items: center;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100vh;
    /*justify-content: space-between;*/
    padding: 60px 40px 30px 40px
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .deviceAuth-layout {
        width: 440px;
        padding: 80px 40px 30px 40px
    }
}


.deviceAuth-wrapper label {
    font-size: 14px;
    font-weight: bolder;
    margin-top: 15px;
}

.deviceAuth-wrapper input {
    border: 1px solid #c5d5fd;
    border-radius: 5px;
    padding: 12px;
    width: 100%;
}

.deviceAuth-wrapper .img-hotel-logo {
    width: 132px;
}

.deviceAuth-wrapper {
    background-color: #ffffff; /* Used if the image is unavailable */
    height: 100vh; /* You must set a specified height */
    color: #07294c;
}

.deviceAuth-wrapper input,
.deviceAuth-wrapper label {
    display: block;
}
