html, body {
	width: 100vw;
	height: 95vh;
	margin:0;
	padding:0;
	background-size:cover;
	background-repeat: no-repeat;
	background-position:center;
	background-image:url('img/1.jpg');
}
.nevbar-style{
	background-color: #FFF !important;
}
.main{
	display: flex;
	align-items: center;
	height: 80%;
}
.login-container{
	padding: 2em;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 25px 25px 100px rgba(86, 204, 242, 0.4);
	border-radius: 10px;
	width: 400px;
	height: 500px;
}
.login-conteiner-title{
	margin-top: 1em;
	font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #778392;
}
.login-conteiner-sub-title{
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 33px;
	color: #A3A8B5;
	margin-bottom: 1em;
}
@media (max-width: 600px) {
	.login-container{
		width:100%;
		transition: 0.5s ease;
   }
}

.login-label{
	font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #656565;
}
.login-input{
	background: #ECF2F4;
	border-radius: 6px;
	border: none;
}
.login-input::-webkit-input-placeholder { /* Edge */
	color: #C1C1C1;
  }



.submit-btn{
	background: #2DA5DA;
	box-shadow: 0px 20px 50px rgba(45, 165, 218, 0.35);
	border-radius: 6px;
	border: none !important;
	width: 150px;
	margin-top: 1em;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #FFF;
        top: 563px;
}
.footer > .container {
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}
