html {
	font-size: 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 16px;
  color: #232176;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/* override AdminLTE */
.card-primary.card-outline-tabs > .card-header a.active, .card-primary.card-outline-tabs > .card-header a.active:hover {
    border-top: 3px solid #0F4C8C !important; /* Mojo blue */
}
.card-primary:not(.card-outline) > .card-header {
    background-color: #0F4C8C !important;
}
.btn-primary {
    color: #fff;
    background-color: #0F4C8C !important;
    border-color: #0F4C8C !important;
    box-shadow: none;
}

div.dbid { font-size: 12px; /*float: right;*/ color: #ccc; margin: -20px 0 10px 0;}



/* Login screen */


.wrapper > .row {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.login-pane {
	padding: 0 16px;
	margin-top: 24px;
	max-width: 500px;
	/* font-family: 'Montserrat', sans-serif; */
}
.iba-login-logo {
	margin-bottom: 24px;
	width: 272px;
	height: auto;
}
h1.login-title {
	color: #e28bf7;
    font-size: 14px;
	text-align: center;
	margin-bottom: 16px;
	font-weight: 600;
}
.form-floating {
	margin-bottom: 8px;	
}
.form-floating input {
	border-radius: 3px;
    /* border-right: none; */
    margin-bottom: 0;
    border-color: #bdbcd6;
    color: #232176;
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 16px;
    padding: 7px 8px;
}
#login-submit {
	background-color: #232176;
    color: #fff;
    border-radius: .5rem 0;
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 14px;
    font-weight: bold;
    /* text-transform: uppercase; */
    text-align: left;
    padding: 8px 16px;
    border: none;
    margin: 8px 0 16px 0;
    text-align: center;
    /* width: 100%; */
}
#login-submit:hover {
	background-color: #8483b2;
}
.text-danger {
	font-size: 12px;
}
#forgot-password {
	font-family: 'Montserrat', sans-serif;
	color: #232176;
	font-weight: 600;
}

.powered-by-mojo {
	margin-top: 24px;
	border-top: solid 1px #bdbcd6;
    padding-top: 16px;
}
.powered-by-mojo .mojo-logo {
    width: 70px;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
}
.powered-by-mojo .works-logo {
    width: 70px;
    height: auto;
    margin-left: 10px;
}
.powered-by-mojo p {
    font-size: 12px;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	/* font-family: 'Montserrat', sans-serif; */
	color: rgba(33,37,41,.65);
}
p.login-disclaimer {
	/* font-size: 12px; */
	font-style: italic;
	text-align: left;
	/* font-weight: 500; */
}



@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
  p.login-disclaimer {
	  font-size: 14px;
  }
  #forgot-password {
	  font-size: 14px;
  }
  h1.login-title {
	  font-size: 16px;
  }
  .iba-login-logo {
	  width: 316px;
  }
  .login-pane {
	  min-width: 500px;
  }
}