body{
  background-color: #E6F6F3;
  color:#222;
  font-family: 'Rubik', sans-serif;
  height: 100vh;
}

.signin-bg{
  background-image: url("../img/bg-login.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; 
}

.welcome{
  
}

.welcome-prize{
  background-image: url("../img/welcome-prize.png"); 
  height: 812px; 
  background-position: bottom center; 
  background-repeat: no-repeat; 
}


.welcome-content{
  margin-top: 200px;
}

.welcome-content-reg{
  margin-top: 50px;
}

.welcome-content-login{
  margin-top: 50px;
}


.navbar-brand {
  display: inline-block;
  padding-top: 0rem;
  padding-bottom: 0rem;
  margin-right: 0;
  margin-left: auto;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.card-login{
  width: 300px;
  /* background: rgb(255,220,94);
  background: linear-gradient(130deg, rgba(255,220,94,1) 0%, rgba(240,183,2,1) 100%);  */
  background: rgb(0,208,159);
  background: linear-gradient(150deg, rgba(0,208,159,1) 0%, rgba(0,151,116,1) 100%); 
  border-radius: 25px;
  margin-left:auto;
  margin-right:auto;
  border:none
}

.card-reg{
  width: 150px;
  background-color: #fff;
  border-radius: 50px;
  margin-left:auto;
  margin-right:auto;
}


.form-signin .form-control{
  background: none!important;
  border:none!important;
  border-radius:0!important;
  border-bottom:solid 1px #49e7c2 !important;
  color:#fff!important;
}

.form-signin .form-control::placeholder {
  color: #fff;
  opacity: .5;
  background: none;
}

.form-signin .form-control:hover{
  background: none;
  border:none;
  border-radius:0;
  border-bottom:solid 1px #fff;
  color:#fff;
}

.form-signin .form-control:focus{
  box-shadow: unset;
  background: none;
}

.inactive{
  opacity: 0.5;
}

.submit-bt{
  background-color: none;
  border:none;
  padding:0;
  margin:0;
  outline: none;
}

.submit-bt:focus{
  outline: none;
}


a{
  color: rgb(44, 192, 157);
}

a:hover{
  color: rgba(50,216,177,1);
  text-decoration: none;
}


.text-danger{
  /* background-color: tomato; */
  color:tomato !important;
  padding:5px 20px;
}

.btn-login,.btn-signup{
  background-color: #00D09F;
  border-radius: 50px;
  color:#fff;
  padding: 10px 50px;
}

.btn-login:hover,.btn-signup:hover{
  background-color: #00ebb4;
  color:#fff;
}

.bidding-img-right{
  position: absolute;
  bottom : 0;
  right: 7%;
}

.bidding-img-left{
  position: absolute;
  bottom : 0;
  left: 7%;
}

.bidding-img{
  position: absolute;
  display: none;
  width: 100%;
  bottom:0;
}


@media screen and (max-width: 400px) {
	
  .funbid-img img{
    width: 250px;
  }

  .bidding-img{
    display: inline;
  }

  .bidding-img-center{
    width: 150px !important;
    margin: 0 auto !important;
  }

  .welcome-content-login, .welcome-content-reg {
    margin-top: 10px;
  }
  

}

@media screen and (max-width: 810px) {

  .funbid-img img{
    width: 250px;
  }

	.welcome{
    /* background-image: url("../img/welcome-bg.png");  */
    height: 770px; 
    background-position: top center; 
    background-repeat: no-repeat; 
  }

  .bidding-img-left,.bidding-img-right{
    display: none;
  }

  
  .bidding-img{
    display: inline;
  }

  .bidding-img-center{
    width: 250px;
    margin: 0 auto;
  }

  .welcome-content-login, .welcome-content-reg {
    margin-top: 10px;
  }


}


@media screen and (max-width: 1280px) {

  .bidding-img-right img{
    width:350px;  
  }
  
  .bidding-img-left img{
    width:350px;  
  }

}

@media screen and (max-height: 600px) {
	

  .welcome-content-login, .welcome-content-reg{
    margin-top: 0px;
  }

  .bidding-img{
    display: none;
  }

  .bidding-img-right img{
    width:150px;  
  }
  
  .bidding-img-left img{
    width:150px;  
  }
}