html,body{
  background: rgba(0,0,0,0.06);
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: 'Poppins';
}

.circle-left{
  background: url("../images/orange-circle.svg") no-repeat left top;
  width:340px;
  height:340px;
  top: -15%;
  left: -6%;
}
.circle-right{
  background: url("../images/blue-circle.svg") no-repeat left top;
  width:405px;
  height:405px;
  bottom: -20%;
  right: -5%;
}

.box-section{
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.25);
  border-radius: 28px;
  position: relative;
  z-index: 1;
  padding:1.75rem 2rem;
}
.box-section img.login-img{
  width: 75%;
}
.box-section .border-right{
  border-right: 1px solid #002878;
}
.box-section h3{
  font-weight: bold;
  color: #002878;
}
.box-section select{
  border:0;
  font-size: 11px;
  padding-left: 0;
  padding-right: 0;
}
.box-section label{
  font-size: 0.85rem;
}
.box-section input{
  border-radius: 20px;
  border: 1px solid #ccc;
}
.box-section input[type='submit'].btn-primary{
  background: #002878;
  border-color: #002878;;
}

.box-section input[type='submit'].btn-primary:hover{
  background: #f7931e;
  border-color: #f7931e;
}

.alert{
  display: none;
  font-size: 13px;
  padding: 5px 10px;
}









