.agentbridge_loginbox {
  border-radius: 10px;
  background: #0ea1d5;
  left: 50%;
  transform: translateX(-50%);
}

.agentbridge_login_heading {
  text-align: center;
  margin-bottom: 15px;
  font-size: 30px;
  color: white;
  margin-top: 20px;
}

.agentbridge_box_style {
  border-radius: 10px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
}

.agentbridge_textfield input[type="password"],
.agentbridge_textfield input[type="email"] {
  text-align: center;
  height: 45px;
  border-radius: 10px;
  font-size: 15px;
}

.agentbridge_textfield input[type="password"]:focus,
.agentbridge_textfield input[type="email"]:focus {
  box-shadow: 0 0 0 4px rgba(150, 150, 150, 0.5);
}

.agentbridge_margin {
  margin-bottom: 12px;
  margin-top: 12px;
}

.agentbridge_box_margin {
  margin-bottom: 15px;
  margin-top: 15px;
}

.agentbridge_inner_addon {
  position: relative;
}

.agentbridge_inner_addon .glyphicon {
  position: absolute;
  padding-left: 77%;
  padding-top: 15px;
  pointer-events: none;
}

.agentbridge_top_border {
  margin-bottom: 12%;
}
#goback,
#forgotbutton {
  cursor: pointer;
  background-color: transparent;
  text-decoration: underline;
  border:none;
  color:blue;
}
#goback:hover,
#forgotbutton:hover {
  color: #4ebcff;
}

.agentbridge_empty_error {
  color: #ff4d66;
}

form[name='loginform'] .btn-primary {
  color: white;
  background-color: #337ab7;
  /*border-color: #2e6da4;*/
}