body.cyan {
  background-color: #26c6da !important;
}

a {
  color: #26c6da !important;
}

.btn-cyan {
  background-color: #26c6da !important;
  color: #fff;
}

.form-cyan {
  padding: 23px !important;
}

.box-shadow {
  box-shadow: 0 3px 6px rgba(0,0,0,0.20) !important;
}

.radius-1 {
  border-radius: 1px !important;
}

.radius-2 {
  border-radius: 2px !important;
}

.radius-3 {
  border-radius: 3px !important;
}

.radius-4 {
  border-radius: 4px !important;
}

.radius-5 {
  border-radius: 5px !important;
}

.radius-10 {
  border-radius: 10px !important;
}

.login-box,.register-box{width:430px;margin:7% auto}