body{
  margin:0 auto;
  background-image: url("../img/bg.png");
    background-repeat: inherit;
    background-position: center;
    background-size: auto;
}
.container{
font-family: 'Roboto', sans-serif;
  background-color: rgba(74, 67, 67, 0.3);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 60%;
    height: 500px;
    margin: auto;
	color:white;
    margin-top: 100px;
	border-radius: 10px;
}
.container .img-item{
    padding-bottom: 15px;
}
.container .logos{
	display:flex;
	flex-direction:column;
	justify-content:space-evenly;
}
.container img{
    width: 200px;
    max-height: 50px;
}
.container svg{
    width: 200px;
    max-height: 50px;

}
.container .heading{
	font-size:24px;
	padding-bottom:30px;
	
}.container .contact{
	font-size:20px;
	
}
input[type="text"], input[type = "password"]{
  height: 45px;
  width: 300px;
  border: none;
  font-size: 18px;
  margin-bottom: 20px;
  background-color: #fff;
  padding-left: 40px;
}
.form-input::before{
  content: "\f007";
  position: absolute;
  font-family: "FontAwesome";
  padding-left: 10px;
  padding-top: 7px;
  font-size: 35px;
  color: #0984e3;
}
.form-input:nth-last-of-type(1)::before{
  content: "\f023";
}
.btn-login{
  padding: 15px 25px;
  cursor: pointer;
  color: #fff;
  border-radius: 5px;
  border: none;
  background-color: #2ECC71;
  border-bottom: 4px solid #27ae60;
  margin-bottom: 20px;
}
a{
  color: #fff;
}