@import url(https://fonts.googleapis.com/css?family=Roboto:300);

body {
  background: #2A3F54;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;      
}
.login_page {
  width: 390px;
  padding: 8% 0 0;
  margin: auto;
}
.logo .fa_custom{
  display: block !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
  color: #f2f2f2 !important;
}
.logo_text {
  color: #f2f2f2;
  text-align: center;
  font-size: 3em;
  margin-top: .5em;
  font-weight: lighter;
}
.form {
  position: relative;
  z-index: 1;
  background: #FCFCFC;
  max-width: 360px;
  margin: 0 auto;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #1ACB9A;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FCFCFC;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  font-weight: 700;
}
.form button:hover,.form button:active,.form button:focus {
  background: #2ab28d;
}
.form .message,  .sso_message {
  margin: 15px 0 0;
  color: #666666;
  font-size: 14px;
}
.form .message a, .sso_message a, .sso_message span {
  color: #5B9979;
  text-decoration: none;
  font-weight: 600;
  text-decoration: none;
}
.form .forgotten_password_form {
  display: none;
}

.forgotten_password_form_submitted_msg{
  display: none;
}

.submit_message a {
  color: #5B9979;
  text-decoration: none;
  font-weight: 600;
  text-decoration: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666;
}

.login_error {
    color: #f9a13a;
    font-size: 14px;
    display: none;
    font-weight: bold;
    margin-bottom: 10px;
}


.login_error_visible {
  color: #f9a13a;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.login_input_error {
    border-color: #f9a13a;
}

.footer_text{
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  color: #f2f2f2;
  font-size: 16px;
}

.form .sso_button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #1ACB9A;
  
  border: 0;
  padding: 15px;
  color: #FCFCFC;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  font-weight: 700;
  margin-bottom: 2px;

}
.form .sso_button:hover,.form .sso_button:active,.form .sso_button:focus {
  background: #2ab28d;
}
.sso_message span {
  cursor: pointer;
}