﻿
html, body {
    margin: 0;
    padding: 0;
    height: 100% !important;
    width: 100% !important;
}

#BttnLogin_Click {
    background-color: #00667D !important;
}

#overlay {
    width: 100%;
    height: 100%;
    max-height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
    vertical-align: middle;
}

#main-wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0;
    display: contents;
}


#slideshow-container {
    height: 100%;
    width: 100%;
}

.slides {
    display: none;
    height: 100%;
}

.slide-imgage {
    position: fixed;
    top: 0;
    left: 0;
    /* Preserve aspet ratio */
    min-width: 100%;
    min-height: 100%;
}

#dot-container {
    left: 50%;
    position: absolute;
    bottom: 20px;
    text-align: center;
}

/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

#login-container {
    width: 350px;
    height: 400px;
    position: absolute;
    top: 25%;
    right: 5%;
    display: table;
    background-color: #fff;
    opacity: 0.95;   
    border-radius: 5px;
}

#jhpiego-logo-container {
    height: 30%;
    margin-bottom: 10px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #305b75;
    text-align: center;
}

#jhpiego-logoimage {
    width: 50%;
    height: 80%;
}

#login-footer-container {
    height: 15%;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #305b75;
    text-align: center;
    vertical-align: bottom;
    bottom: 0px;
}

#login-form-container {
    height: 50%;
    width: 70%;
    margin: 0 auto;
    padding-top: 5%;
    color: #305b75;
}

#jems-logo-container {
}

#jems-logoimage {
}

#jemstext-container {
    margin-top: 15px;
}

#jemstext {
    display: block;
    font-size: small;
    font-weight: normal;
    color: #305b75;
    bottom: 0px;
}

#login-mobile-footer-container {
display:none !important;
}

.jhpiego-mobile-logo {
    display: none !important;
}

#jems-mobile-logo-container {
    display: none !important;
}

#jems-mobile-logoimage {
    display: none !important;
}

input[type=text], input[type=password] {
    border: 1px solid #305b75;
    border-radius: 5px;
}

* {
    box-sizing: border-box;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    left: 5px;
}



.active {
    background-color: #717171;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    z-index: 99;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev {
    left: 0;
}
    /* On hover, add a black background color with a little bit see-through */
 .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

.pause {
    position: absolute;
    cursor: pointer;
    top: 50%;   
    opacity: 1;
    color: transparent;
    z-index: 99;
}

.mousemove {
    position: absolute;
    cursor: pointer;
    top: 50%;
    color: white;
    opacity: 0.5;
    z-index: 99;
}

.paused {
    color: #fff;
    opacity: 0.6;
}

.inputicons {
    display: none !important;
}

/* On small screens tablets*/
@media only screen and (max-width:979px) and (min-width: 721px) {
    html, body {
        margin: 0;
        padding: 0;
        height: 100% !important;
        width: 100% !important;
    }

    body {
        background-image: url(../Images/Mobile-Login.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 100% !important;
    }

    .text {
        font-size: 32px;
    }

    /*#login-container {
        width: 350px;
        height: 400px;
        position: absolute;
        top: 60%;
        right: 30%;
        display: table;
        background-color: #fff;
        opacity: 0.95;
        border-radius: 5px;
    }*/

    #login-container {
        align-content: center;
        width: 90% !important;
        height: auto;
        top: 60%;
        /*position:absolute;
        bottom:0;*/
        background-color: transparent;
    }

    input[type=text], input[type=password] {
        width: 100%;
        padding: 20px;
        height: 50px;
        color: white;
        border: 0px solid white;
        background-color: transparent;
        border-width: 0px 0px 1px 0px !important;
        border-radius: 0px;
        font-size: 18px;
    }

        input[type=text]::placeholder, input[type=password]::placeholder {
            color: white;
            opacity: 0.5; /* Firefox */
        }

    .buttoncontainer {
        text-align: center;
    }

    .passwordcontainer, .usernamecontainer {
        height: 50px;
    }

    #BttnLogin_Click {
        width: 50%;
        height: 50px;
        font-size: 18px;
        border: 0px solid white;
        border-radius: 20px;
        color: white !important;
        background-color: #00667D !important;
    }

    #jhpiego-logo-container {
        display: none !important;
    }

    #login-form-container {
        height: 50%;
    }

    #login-footer-container {
        display: none !important;
    }

    #jems-logo-container {
        display: none !important;
    }

    #jemstext-container {
        display: none !important;
    }

    #jemstext {
        font-size: 18px;
    }

    #login-mobile-footer-container {
        display: block !important;
        text-align: center !important;
    }

    .jhpiego-mobile-logo {
        display: block !important;
        margin-left: auto;
        margin-right: auto;
    }
    /*display once photo is shared*/
    #jems-mobile-logo-container {
        /*display: block !important;
        text-align: center !important;*/
    }

    #jems-mobile-logoimage {
        /*display: block !important;
        margin-left: auto;
        margin-right: auto;*/
    }

    #slideshow-container {
        display: none !important;
    }

    #dot-container {
        display: none !important;
    }

    #overlay {
        display: none !important;
    }

    .inputicons {
        display: block !important;
        position: relative;
        left: 0;
        top: -32px;
        width: 10px;
    }
}

/* On smaller screens mobile*/
@media only screen and (max-width:720px) {
    body, html {
        margin: 0;
        padding: 0;
        height: 100% !important;
        width: 100% !important;
        min-height:560px;
    }

    body {
        background-image: url(../Images/JEMS-Mobile-Login-background-9-16.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 100% !important;
    }
    .text {
        font-size: 32px;
    }

    #login-container {
        align-content: center;
        width: 90% !important;
        /*min-height:280px;*/
        height:auto;
        top: 45%;
        background-color: transparent;
    }

    input[type=text], input[type=password] {
        width: 100%;
        padding: 20px;
        padding-left: 30px; /*iconpaading*/
        height: 50px;
        color: white;
        border: 0px solid white;
        background-color: transparent;
        border-width: 0px 0px 1px 0px !important;
        border-radius: 0px;
        font-size: 18px;
    }

   input[type=text]::placeholder, input[type=password]::placeholder {
            color: white;
            opacity: 0.5; /* Firefox */
   }
    .buttoncontainer{
        text-align:center;
    }
    .passwordcontainer, .usernamecontainer {
        height: 50px;
    }
    #BttnLogin_Click {
        width: 50%;
        height: 50px;
        font-size: 18px;
        border: 0px solid white;
        border-radius: 20px;
        color: white !important;
        background-color: #00667D !important;        
    }

    #jhpiego-logo-container {
        display: none !important;
    }
    #login-form-container {
        height: 50%;       
    }
    #login-footer-container {
        display: none !important;
    }

    #jems-logo-container {       
        display: none !important;
    }

    #jemstext-container {       
        display: none !important;
    }

    #jemstext {
        font-size: 18px;       
    }
   
    #login-mobile-footer-container {       
        display: block !important;
        text-align:center !important;
    }

    .jhpiego-mobile-logo {
        display: block !important;
        margin-left: auto;
        margin-right: auto;
    }
    /*display once photo is shared*/
    #jems-mobile-logo-container {
        display: block !important;
        text-align: center !important;
    }

    #jems-mobile-logoimage {
        display: block !important;
        margin-left: auto;
        margin-right: auto;
    }

    #slideshow-container {
        display: none !important;
    }

    #dot-container {
        display: none !important;
    }

    #overlay {
        display: none !important;
    }

    .inputicons {       
        display:block !important;
        position:relative;
        left:0;
        top:-32px;
    }

    .form-group{
        margin:0px 0px 5px 0px !important;        
    }

}
