div.contato{
    position: absolute;
    margin-left: 10px;
    margin-right: auto;
    width:400px;
    height: 250px;
    top: 120px;
    left: 450px;
    box-shadow: 0px 0px 15px 10px gray;
    border-radius: 10px;
    flex-direction:column;
    background-color: white;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    div.contato{
        position:inherit;
        margin-top: 50px;
        margin-bottom: 50px;
	}
}

div.login{
    display: flex;
    position: absolute;
    margin-left: 10px;
    margin-right: auto;
    width:400px;
    height: 500px;
    top: 20px;
    left: 0px;
    box-shadow: 0px 0px 15px 10px gray;
    border-radius: 10px;
    flex-direction:column;
    background-color: #1a4860;
}

div.logo{
    display:block;
    height: 80px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid gray;
    background-image: url(images/logo.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: white;
    box-shadow: 10px 10px 15px gray;
    border-radius: 10px;
}

div.img1{
    display:block;
    height: 40px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}

div.input{
    display:flex;
    flex-direction:column;
    height: 270px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 10px;
   /* box-shadow: 0px 0px 5px gray;*/
    border-radius: 10px;
    padding-top: 0px;
}

div.input span{
    padding-left: 20px;
    font-size: 14px;
    color: white;
    padding-bottom: 5px;
    padding-top: 5px;
}

div.form{
    position: relative;
    display: block;
    height: 300px;
    width: 100%;
}

div.background{
    display: block;
    top: 0px;
    left:0px;
    height:520px;
    width: 100%;
/*    background-color: #1a4860;*/
}

div.background .bcolor{
    position: relative;
    display: block;
    top: 0px;
    left:0px;
    height:300px;
    width: 100%;
    background-color: #1a4860;
    background-size: 300px auto;
}

.btlogin{
	height: 35px;
	width: 200px;
    margin-left: auto;
    margin-right: auto;
}

input.uid{
	height:35px;
	font-size:15px;
    padding: 5px 5px 5px 5px;
    width: 90%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    box-shadow: 0px 0px 10px 5px gray;
}

input.uemp{
	height:35px;
	font-size:15px;
    padding: 5px 5px 5px 5px;
    width: 90%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    box-shadow: 0px 0px 10px 5px gray;
}

input.upw{
	height:35px;
	font-size:15px;
    padding: 5px 5px 5px 5px;
    width: 90%;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    box-shadow: 0px 0px 10px 5px gray;

}

span.msglogin{
    padding-left:30px;
    color: gray;
}
@media (max-width: 480px) {
	div.login{
        margin-left: auto;
        margin-right: auto;
    }
}