#wrap{
    width:1024px;
    height: 100%;

    margin: 0 auto;
   
}
html,body { height: 100%; margin:0px;padding:0px;background-color:#fff;}
#bannerband{
	
    position:absolute;
    top:0px;
    
    color:#E2E2E2;
    width:100%;
    background-color:#fff;
    z-index:30;
    box-shadow:0 0 30px 5px #999;
    -moz-box-shadow: 0 0 30px 5px #999;
    -webkit-box-shadow: 0 0 30px 5px #999;

}
#banner_content{
    position:relative;
    top:0px;
    background-color:#fff;
    z-index:30;
    /*width:900px;*/
	width:1333px;
    height:50px;
    color:#E2E2E2;
    margin:0 auto;
    padding-top:10px;
    padding-bottom:10px;
    margin: 0 auto;

}

#logo
{
    width:220px;
    height:100%;
    float:left;
    z-index:30;
    background-image: url("../images/umedexlogo.png");
    background-repeat: no-repeat;
    background-size: contain;

}

#headeradd
{
   z-index:30;
    width:40px;
    height:40px;
    float:right;
    vertical-align: middle ;
    background-image: url("../images/help-icon.png");
    background-repeat: no-repeat;
    background-size: contain;
}

#learnmore{

    margin-top:5px;
    text-decoration:none;
    font-size:24px;
    font-family:Arial;

     color:blue;
     margin-left:350px;
     text-align:right;
     /*text-shadow: 0px 0px 10px #FFF;*/
     
}

#captionDiv{

    position:relative;
    font-size:22pt;
    font-family:Arial;
    font-style:condensed;
    /*text-shadow: 0px 0px 10px #FFF;*/
    width:550px;
    top:10%;
    left:5%;

   
    
    text-align: left;
    line-height: 1.2em;
    color:#000;
   
}

@media only screen and (max-width: 480px) {
    #captionDiv{
        ...;
        font-size: 16px;
        ...;
    }
    #learnmore{
        ...;
        font-size:12px;
        ...;
        
    }
}
/*ipad*/
@media only screen and (max-width: 1024px) {
    #captionDiv{
        ...;
        font-size: 26px;
        ...;
    }
    #learnmore{
        ...;
        font-size:20px;
        margin-left:330px;
        ...;

        
    }
}
}

@media only screen and (max-width: 1200px) {
    #captionDiv{
        ...;
        font-size: 16px;
        ...;
    }
    #learnmore{
        font-size:12px;

    }
   
}

.bgImage img{
    
    position:absolute;
    background-color:#fff;
    margin:0 auto;
    
    
    
}

#currentImage{
    max-width:100%;
    max-height:100%;
    width:100%;
}
#footerband{
	
    position:absolute;
    bottom: 0;
     width:1024px;
     height:50px;
     margin:0 auto;
     z-index:30;
}



#footercontent{
    color:#ffffff;
   
    margin-left: auto;
    margin-right: auto;
    text-align:center;
}
#topfooter{
    text-align:center;
}
#topfooterContent{
    padding-top:5px;
    padding-left:30px;
    font-family: Arial;
    font-size:14px;
    height:25px;
     width:900px;
    text-align:left;
    

}
#bottomfooterContent{

    padding-left:60px;
    padding-right:30px;
    font-family: Arial;
    font-size:12px;
    text-align:left;
   
    height:20px;
     width:900px;
}
#bottomfooter{

    float:left;
    
    width:100%;
    
    text-align:center;
    background-color:#000000;
    
}
copyrightText{
    color:#fff;
    float:right;
}



#loginadd{
    position:relative;
    color:#525556;
    overflow:hidden;
    font-size:16px;
    
}
#transparantBox form {
    position:relative;
    
    
}
#forgotpass{
    margin-top:10px;
    position:relative;
    text-decoration: none; color: #6887cb;
    width:100%;
    height:30px;
    font-size:16px;
}
#transparantBox {
    z-index:30;
    position:absolute;
    font-family: Arial;
    width:250px;
    height:220px;
    margin-left:520px;
    margin-top:100px;
    padding:10px;
    line-height:20px;
    
    color: #FFF;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.25);
    
    text-align:center;
    
    
    
    background: rgba(237,249,250,0.8);
    border-top: 1px solid rgba(250,253,255,0.2);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.9);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.9);
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.9);
    border-radius: 5px;
    
}

#transparantBox:before {
    content: '';
    z-index: -1;
    filter: blur(1px);
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
}

#transparantBox:hover { 0px 0px 1px rgba(0,0,0,0.9); }


#transparantBox form input[type="text"], input[type="password"] {
    position:relative;
    font-family: Arial;
    font-size:14px;
    background-color: #fff;
    border:1px solid #999;
    border-color: #606468;
    border-radius: 3px;
    color: #606468;
    margin-top:10px;
    
    
    padding-left:8px;
    padding-right:8px;
    width:170px;
    height:25px;
    
    
    opacity: 0.9;
    box-shadow: 10 10 10px 1px #999;
    -moz-box-shadow: 10 10 10px 1px #999;
    -webkit-box-shadow: 10 10 10px 1px #999;
}
input {
    -webkit-appearance: none;
}
#transparantBox form input[type="submit"] {
    border: none;
    position:relative;
    width:150px;
    height:35px;
    font-family: Arial;
    font-size:20px;
    border-radius: 5px;
    


    background-color: #6887cb;
    color: #eee;
    
    margin-top: 10px;
    box-shadow:0 0 10px 1px #999;
    -moz-box-shadow: 0 0 10px 1px #999;
    -webkit-box-shadow: 0 0 10px 1px #999;
}

#transparantBox form input[type="submit"]:hover {
    background-color: #869ED1;
}

#transparantBox > p {
    text-align: center;
}

#transparantBox > p span {
    padding-left: 5px;
}

#bgImage{
z-index:1;
    position:absolute;
    top:70px;
    bottom:25px;
    left:0;
    width:100%;
    margin:0 auto;

}
