/*
Copyright (C) 2019 McFarland Johnson, Inc - All Rights Reserved
Unauthorized use or copying of this file in whole or any part, 
via any medium is strictly prohibited.  Proprietary and confidential.
Created on: Jan 29, 2019
*/
/* 
    Created on : Jan 29, 2019, 6:09:05 PM
    Author     : spaolini
*/
/* Firefox < 19 */
/* Firefox > 19 */
/* Internet Explorer 10 */
.mj-login-input {
  padding: 0.85rem 1.15rem !important;
  border: 1px solid #ebedf2 !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
}
.mj-login-input:focus::-webkit-input-placeholder {
  color: #36a3f7 !important;
}
.mj-login-input:focus:-moz-placeholder {
  color: #36a3f7;
}
.mj-login-input:focus::-moz-placeholder {
  color: #36a3f7;
}
.mj-login-input:focus:-ms-input-placeholder {
  color: #36a3f7;
}

.mj-login-button {
  padding: 0.75rem 2rem !important;
}

.mj-login-alert .ui-messages-error {
  background-color: transparent;
  padding: 0.85rem 1.5rem;
  border: 1px solid;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
}
.mj-login-alert .ui-messages-error-icon {
  display: none;
}
.mj-login-alert .ui-messages-info {
  background-color: transparent;
  padding: 0.85rem 1.5rem;
  border: 1px solid #34bfa3;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  color: #34bfa3;
}
.mj-login-alert .ui-messages-info-icon {
  display: none;
}

.mj-login-box {
  box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.55) !important;
}

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

.mj-login-wrapper {
  padding-top: 10% !important;
  padding-bottom: 0 !important;
}

.saspbg {
  /* The image used */
  background-image: url("/maine-sasp/javax.faces.resource/img/sasp_login_poster.jpg.xhtml?ln=mj");
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
}

.btn:hover {
  text-decoration: none !important;
}

body .ui-widget {
  font-family: inherit !important;
}

.ada-links {
  color: #0c497f !important;
  text-decoration: none !important;
  font-weight: bold !important;
}
.ada-links:hover {
  color: #0c497f !important;
  text-decoration: underline !important;
  font-weight: bold !important;
}

/*# sourceMappingURL=login.css.map */
