@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;400;700&display=swap');

html,
body {
  font-family: 'Inter', sans-serif;
    
}

.login-page {
	background: rgb(255,255,255);
	background: -moz-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 47%, rgba(191,191,191,1) 100%);
	background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 47%, rgba(191,191,191,1) 100%);
	background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 47%, rgba(191,191,191,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#bfbfbf",GradientType=1);
  	padding-top: 0px;
}
.login-logo a {
  color: white !important;
  text-shadow: 1px 2px 2px #000;
}

.card .card-body{
  border-radius: 8px;
}

.form-group .form-control{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.form-group .input-group-append .input-group-text{
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important; 
}

.btn-primary{
  color: #fff;
  background-color: #00c89b !important;
  border-color: #00c89b !important;
}

.login-box-msg{
  color: #413c8d;
}