*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body{
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

/* Login */
a.branding {
    position: absolute;
    padding: 5px;
}
.wave{
	position: fixed;
	bottom: 0;
	left: 0;
	height: 100%;
	z-index: -1;
}
.wave2 {
    position: fixed;
    bottom: 0;
    right: -300px;
    height: 100%;
    z-index: -1;
}
.container{
	width:100%;
	margin:0 auto;
	max-width:1170px;
}
.login-container{
    width: 100vw;
    height: 100vh;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap :8rem;
    padding: 0 2rem;
}

.img{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.login-content{
	display: flex;
	flex-direction:column;
	justify-content: center;
	align-items: flex-start;
	text-align: center;
}

.img img{
	width: auto;
	padding-top: 55px;
}

form#loginForm{
	width: 360px;
}

#loginForm h3{
	margin-bottom:35px;
	text-align:center;
	text-transform: uppercase;
}


.login-content .input-div{
	position: relative;
    display: grid;
    grid-template-columns: 7% 93%;
    margin: 25px 0;
    padding: 5px 10px;
    border-bottom: 2px solid #d9d9d9;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
	}
.login-content .input-div.one{
	margin-top: 0;
}

.i{
	color: #c9c9c9;
	display: flex;
	justify-content: center;
	align-items: center;
}

.i i{
	transition: .3s;
}

.input-div > div{
    position: relative;
	height: 50px;
}

.input-div > div > h5{
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #999;
	font-size: 14px;
	transition: .3s;
}

.input-div:before, .input-div:after{
	content: '';
	position: absolute;
	bottom: -2px;
	width: 0%;
	height: 2px;
	background-color: #6cd20f;
	transition: .4s;
}

.input-div:before{
	right: 50%;
}

.input-div:after{
	left: 50%;
}

.input-div.focus:before, .input-div.focus:after{
	width: 50%;
}

.input-div.focus > div > h5{
	top: 5px;
    font-size: 12px;
	color:#64d001;
}

.input-div.focus > .i > i{
	color: #6cd20f;
}

.input-div.ecotech-div:before, .input-div.ecotech-div:after{
	content: '';
	position: absolute;
	bottom: -2px;
	width: 0%;
	height: 2px;
	background-color: #6efad1;
	transition: .4s;
}

.input-div.ecotech-div.focus > div > h5{
	top: 5px;
    font-size: 12px;
	color:#6efad1;
}


.input-div.ecotech-div.focus > div > h5{
	top: 5px;
    font-size: 12px;
	color:#6efad1;
}

.input-div.ecotech-div.focus > .i > i{
	color: #6efad1;
}

.input-div.banka-bioloo:before, .input-div.banka-bioloo:after{
	content: '';
	position: absolute;
	bottom: -2px;
	width: 0%;
	height: 2px;
	background-color: #388E3C;
	transition: .4s;
}

.input-div.banka-bioloo.focus > div > h5{
	top: 5px;
    font-size: 12px;
	color: #388E3C;
}


.input-div.banka-bioloo.focus > div > h5{
	top: 5px;
    font-size: 12px;
	color: #388E3C;
}

.input-div.banka-bioloo.focus > .i > i{
	color: #388E3C;
}



.input-div > div > input{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	background: none;
	padding: 0.5rem 0.7rem;
	font-size: 15px;
	color: #555;
	font-family: 'poppins', sans-serif;
	font-weight: 500;
}

.input-div.pass{
	margin-bottom: 4px;
}

.login a{
	display: block;
	text-align: center;
	text-decoration: none;
	color: #999;
	font-size: 0.9rem;
	transition: .3s;
}

.login a:hover{
	color: #64d001;
}

.btn {
    display: block;
    height: 45px;
    border-radius: 25px;
    outline: none;
    border: none;
    background-image: linear-gradient(to right, #64d001, #80d428, #64d001);
    background-size: 200%;
    font-size: 16px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin: 0 auto;
    cursor: pointer;
    transition: .5s;
    padding: 10px 30px;
    line-height: 0;
    margin-top: 20px;
}
.btn:hover{
	background-position: right;
}

.btn.btn-banka-bioloo {
    display: block;
    height: 45px;
    border-radius: 25px;
    outline: none;
    border: none;
    background-image: linear-gradient(to right, #388E3C, #64d001, #388E3C);
    background-size: 200%;
    font-size: 16px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin: 0 auto;
    cursor: pointer;
    transition: .5s;
    padding: 10px 30px;
    line-height: 0;
    margin-top: 20px;
}
.btn.btn-banka-bioloo:hover{
	background-position: right;
}

.btn.btn-ecotech {
    display: block;
    height: 45px;
    border-radius: 25px;
    outline: none;
    border: none;
    background-image: linear-gradient(to right, #24efb3, #6dfad1, #24efb3);
    background-size: 200%;
    font-size: 16px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin: 0 auto;
    cursor: pointer;
    transition: .5s;
    padding: 10px 30px;
    line-height: 0;
    margin-top: 20px;
}
.btn.btn-ecotech:hover{
	background-position: right;
}

/* Login */

/* Alert Notification*/
.msg {
  position: fixed;
  top: 40px;
  left: 50%;
  padding: 10px 20px;
  border-radius: 5px;
  color: white;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.05);
}
.msg-success {
  background-color: #64d001;
}

.msg-success-ecotech {
  background-color: #24efb3;
}

/*.msg-warning {*/
/*  color: darken($color-warning, 30%);*/
/*  background-color: $color-warning;*/
/*}*/

/*.msg-danger {*/
/*  background-color: $color-danger;*/
/*}*/

/*.msg-info {*/
/*  background-color: $color-info;*/
/*}*/
.animate {
  opacity: 0;
  transition: all 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate.active {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
}

.slide-in-down {
  transform: translateY(-100%) translateX(-50%);
}
/* Alert Notification*/

/* Features Page */
body.features {
    overflow: inherit;
}
#header ul {
  margin: 0;
  padding: 0;
}
#header li {
  display: block;
  margin: 0;
}
#header a {
  cursor: pointer;
   text-decoration: none;
}
.toolbar {
	position: relative;
	top: 0;
	left: 0;
	background: linear-gradient(to right, #64d001, #80d428, #64d001);
	color: #fff;
	height: 80px;
	padding: 0 16px;
	font-size: 16px;
	width: 100%;
	z-index: 3;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.toolbar-paint {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: #2196f3;
  z-index: 1;
}
.avatar-image {
  display: flex;
  width: 100%;
  height: 48px;
  border-radius: 48px;
  background: url('../imgs/avatar.svg')no-repeat;
  background-size: contain;
  background-position: right;
  cursor: pointer;
}
.avatar-image h4{
	display:flex;
	justify-content:center;
	align-items:center;
    font-weight: 500;
}
.avatar-dropdown-menu {
    position: relative;
    cursor: pointer;
    width: 210px;
}
.open .avatar-dropdown-menu-items {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: scale(1) translate(0, 0);
}
.avatar-dropdown-menu-items {
  visibility: hidden;
  transition: all 0.2s;
  transform: scale(0.8) translate(20px, -30px);
  opacity: 0;
  position: absolute;
  z-index: 3;
  right: 0;
  top: calc(100% + 16px);
  padding: 0;
  margin: 0;
  background: white;
  line-height: 45px;
  padding: 8px 0;
  min-width: 180px;
  border-radius: 3px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}
.avatar-dropdown-menu-items ul li{
	
}
.avatar-dropdown-menu-items a {
  padding: 0 1rem;
  display: block;
  color: #555;
  text-align:left;
}
.avatar-dropdown-menu-items a:hover {
  background: #fafafa;
}
.logo a img {
 width:250px;
}

.content-sec {
    padding: 60px 15px;
    height: 100%;
    min-height: 440px;
    display: flex;
}
.row-features {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.row-features .box {
    margin: 0 10px;
	padding: 5px;
    border: none;
    border-radius: 20px;
    width: 300px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: color 0.5s ease-in;
    background: #f0f0f0;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}
.row-features .box a{
	color:#3b3a3b;
	text-decoration:none;
	text-align:center;
	width: 100%;
}
.row-features .box a:hover{
	color:#fff;
}
.row-features .box .icon,
.row-features .box .content {
    margin: 5px 0;
    text-transform: uppercase;
	font-weight: 500;
	text-align:center;
}
.row-features .box .icon {
  width: 100px;
  height: 100px;
  display: grid;
  place-content: center;
  font-size: 250%;
  border-radius: 100%;
  color: #f7f7f7;
  transition: box-shadow 0.5s ease-in;
  padding:15px;
  margin: 5px auto;
}
.row-features .box .icon img{
	width:75%;
	margin:0 auto;
}
.row-features .box a:hover {
  color: #fff;
}
.row-features .box:nth-of-type(1) .icon {
  background-color: #ff4000;
  box-shadow: 0px 0px 0px 0px #ff4000;
}
.row-features .box:nth-of-type(1):hover .icon {
  box-shadow: 0px 0px 0px 400px #ff4000;
}
.row-features .box:nth-of-type(2) .icon {
  background-color: #bb51bb;
  box-shadow: 0px 0px 0px 0px #bb51bb;
}
.row-features .box:nth-of-type(2):hover .icon {
  box-shadow: 0px 0px 0px 400px #bb51bb;
}
.row-features .box:nth-of-type(3) .icon {
  background-color: #16bb4c;
  box-shadow: 0px 0px 0px 0px #16bb4c;
}
.row-features .box:nth-of-type(3):hover .icon {
  box-shadow: 0px 0px 0px 400px #16bb4c;
}
.row-features .box:nth-of-type(4) .icon {
  background-color: #ff9900;
  box-shadow: 0px 0px 0px 0px #ff9900;
}
.row-features .box:nth-of-type(4):hover .icon {
  box-shadow: 0px 0px 0px 400px #ff9900;
}
.row-features .box:nth-of-type(5) .icon {
  background-color: #5158bb;
  box-shadow: 0px 0px 0px 0px #5158bb;
}
.row-features .box:nth-of-type(5):hover .icon {
  box-shadow: 0px 0px 0px 400px #5158bb;
}
.row-features .box:nth-of-type(6) .icon {
  background-color: #11adad;
  box-shadow: 0px 0px 0px 0px #11adad;
}
.row-features .box:nth-of-type(6):hover .icon {
  box-shadow: 0px 0px 0px 400px #11adad;
}
.row-features .box:nth-of-type(7) .icon {
  background-color: #ff9900;
  box-shadow: 0px 0px 0px 0px #ff9900;
}
.row-features .box:nth-of-type(7):hover .icon {
  box-shadow: 0px 0px 0px 400px #ff9900;
}
.footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    font-size: 13px;
    background: #3b3a3b;
    padding: 15px;
    color: #fff;
	font-weight:400;
}
/* Features */
/* Responsive */
@media screen and (max-width: 1200px){
	.login-container{
		grid-gap: 6rem;
	}
}
@media screen and (max-width: 1100px){
	.login-container{
		grid-gap: 4rem;
	}
}
@media screen and (max-width: 1050px){
	.login-container{
		grid-gap: 5rem;
	}
	.wave2{
		right: -350px;
	}
	.login-container {
		grid-gap: 3rem;
	}
}
@media screen and (max-width: 1024px){

	.wave2{
		display: none;
	}
	
	form#loginForm {
		background: rgba(255,255,255,0.9);
		padding: 20px;
		border-radius: 8px;
	}
	
}
@media screen and (max-width: 1000px){
	form{
		width: 290px;
	}

	.login-content h2{
        font-size: 2.4rem;
        margin: 8px 0;
	}

	.img img{
		width: 400px;
	}
}

@media screen and (max-width: 991px){
	.row-features{
		flex-wrap: wrap;
	}
	.row-features .box{
		margin-bottom:30px;
	}
	.footer {
    position: relative;
	}
}
@media screen and (max-width: 900px){
	.login-container{
		grid-template-columns: 1fr;
		padding:0;
		grid-gap: 0rem;
	}
	.login-container h2{
		text-align:center;
	}
	a.branding {
		position: relative;
		padding: 15px;
		text-align: center;
		justify-content: center;
		align-items: center;
		display: flex;
	}
	form#loginForm {
		background: rgba(255,255,255,0.9);
		padding: 20px;
		border-radius: 8px;
	}
	.img{
		display: none;
	}

	.wave{
		display: block;
	}

	.login-content{
		justify-content: flex-start;
		align-items: center;
	}
	.wave2{
		display:none;
	}
	
}
@media screen and (max-width: 767px){
	.row-features .box{
		    width: 150px;
	}
	.logo a img {
		width: 180px;
	}
	.avatar-image h4{
		display:none;
	}
	
	.login-content .input-div{
		background:#fff;
	}
}
/* Responsive */