﻿.overlay1{
    z-index: 7;
    background: #00f !important;
    background-color: #00f;
}
.overlay {
    background-image: url(/WellcareHMO/img/test21.jpg?1936);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 6;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; /*Added to center bg image (responsive)*/
}

.loginwrap{
    border-radius: 10px;
    border: solid;
    border-color: #98a2ac;
    padding: 1em;
    background: #ffffff;
    width: 300px; /*260px before*/
    height:350px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px; /*-700px before*/
    right: 0px;
    margin: auto;
    
}

.centerimg{
    width: 110px;
    margin: 0 auto;
}

input{
    height:40px !important;
    width: 250px !important;
}

.inputwrap{
    width: 270px;
    margin: 0 auto;
    margin-top:3%;
}

.{
    background: #CCC;
    color:#404040 !important;
}

.Footer{
    visibility: hidden;
}


.Button{ 
    height:40px; 
    padding: .8em 1.5em;
    background: #3D92CC !important;
    color: #FFFFFF !important;
    font-weight: 300;
    text-transform: uppercase;
    text-shadow: none !important;
    border:none !important;
    border-radius: 100px;

}
.inputcolor{
    background-color:lightgray !important;
    color:black !important;
    border-radius: 10px !important;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: lightgrey !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}