@font-face {
  font-family: "Oswald";
  src: url("/fonts/Oswald.otf");
}
@font-face {
  font-family: "Raleway";
  src: url("/fonts/Raleway-Regular.otf");
}
@font-face {
  font-family: "OpenSans";
  src: url("/fonts/OpenSans.otf");
}
html, body {
  height: 100%;
  position: relative; }

body {
  background-image:#f5f5f5;
  background-size: cover;
  background-position: bottom;
  font-family: "Raleway";
 }

.topHeader {
    text-align: center;
    padding: 0 0 20px 0;
    color: #4e5576 !important;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}

a {
    color: #ea6524 !important;
    display: block;
}

.pad-0 {
  padding: 0; }

.mar-0 {
  margin: 0; }

.input-group {
  margin-bottom: 15px; }

.body-container {
  margin: 0 auto;
  display: table;
  width: 500px; 
  padding: 0px;
}

.login-page {
  margin: 0 15px;
  padding : 30px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1) , 0px 10px 30px rgba(0,0,0,0.15); 
  background : #ffff;
}
.loginBox{
  width: 90%;
}
.loginSection {
    background: #FFFFFF;
    min-height: unset !important;
}
 .signUpSection{
  padding: 20px 10px;
 }
 .signupContent{
  border-left: 1px solid #00000026;
  height: 100%!important;
 }

.loginContent, .signupContent {
    padding: 20px;
    width: 100%;
    padding-bottom: 5px;
}


.loginContent .alert.alert-danger {
    padding: 5px;
    margin: 0;
    width: 85%;
}

.loginContent .alert.alert-danger ul {
  margin: 0;
  font-size: 11px;
  padding-left: 20px; }

.loginSection, .signUpSection, .signupContent {
  min-height: 300px; }

.loginContent, .signupContent, .form-control, .btn-warning {
  font-size: 13px; }

.subTitle {
  font-size: 15px;
  margin-bottom: 15px;
  display: inline-block;
  color: #303549;
  font-weight: 600; }

.signupContent {
  text-align: center; }

.signupContent .subTitle {
  color: #b1b1b1;
  margin: 14px 0;
  font-size: 14px;
   }

.subAnchor {
  font-size: 11px;
  margin-top: 15px; }

.signupBottom {
  position: absolute;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translate(-50%, -35px);
  -ms-transform: translate(-50%, -35px);
  transform: translate(-50%, -35px);
  width: 85%;
  font-size: 15px; }

.nexusLogo {
  height: 80px;
  position: relative; }

.nexusLogo img {
  width: 125px; }

.loginSub {
  display: block;
  font-size: 15px;
  padding: 5px 0 5px; }

.loginHeader {
  padding: 15px 15px 17px;
  background: #303549;
  color: #FFF;
  text-align: center; }

.loginHeader h5 {
  margin-bottom: 0; }

.loginBtn {
    margin: 10px 0 0;
    width: 100%;
}

.btn-warning {
  background: #f36f21 !important;
  border: 1px solid #d05a15 !important;
  color: #FFFFFF !important;
  padding: 8px 20px; }

.btn-warning:hover {
  background-color: #d85e16 !important;
  border-color: #c1510f !important; }

.form-check-input {
  position: relative;
  top: 2px;
  margin-right: 4px; }

.welcome-page li {
  list-style: none;
  padding: 4px; }

.logged-out-page iframe {
  display: none;
  width: 0;
  height: 0; }

.grants-page .card {
  margin-top: 20px;
  border-bottom: 1px solid lightgray; }
  .grants-page .card .card-title {
    font-size: 120%;
    font-weight: bold; }
    .grants-page .card .card-title img {
      width: 100px;
      height: 100px; }
  .grants-page .card label {
    font-weight: bold; }

.card {
  border: none !important; }

.welcome-page, .logged-out-page, .logout-page {
  color: #000000;
  padding: 15px 0 0; }

.indexHeader {
  text-align: center; }

.indexWrapper {
  background: #FFFFFF;
  color: #000000;
  max-height: 70vh;
  overflow: auto; }

.indexContent {
  margin: 0 auto;
  display: table; }

.indexWrapper ul {
  padding: 0;
  margin: 0;
  font-size: 13px; }

.logoutContent {
  background: #FFF;
  color: #000;
  text-align: center;
  font-size: 13px;
  padding: 25px; }

.align-middle{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.login-form{
  width: 85%;
  margin-bottom: 0px!important;
}
.logout-button{
  display: flex;
  justify-content: center;
}
.logged-out-click{
  display: flex;
  flex-direction:row ;
  justify-content:center;
  white-space: nowrap;
}
.PostLogoutRedirectUri{
  margin: 0px 5px;
}
.loginContent{
    padding:0px ;
}
.btn-container{
    width:85%
}
