
/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/material_icon.woff) format('woff');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

#search_btn {
	height: 40px !important;
}

.loginColumns {
    /* max-width: 1024px; */
    /* margin: 0 auto; */
    /* padding: 130px 20px 20px 20px; */
	padding-top: 4vh;
}
.custom-color-primary{
    /* color: #3d43b8; */
    padding:20px;
}

.login-button {
	
	height: 60px !important;
}

.login_container{
	 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	 /* border-radius: 10px; */
     background-color: #fff;
     width: 100%;

}
.input-group-addon-no-border {
    background-color: #fff;
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
	width: 1%;
    white-space: nowrap;
    vertical-align: middle;
	display: table-cell;
}
.custom-btn-primary{
	/* background-color: #112d55; */
	color: #fff !important;
}
.custom-btn-primary:hover{
	/* background-color: #0d203c; */
	color: #fff !important;
}
.custom-btn-primary:focus{
	/* background-color: #122e56; */
	/* color: #000000 !important; */
	color: #fff !important;
}


.image-center{
    display: block;
    margin-right: auto!important;
    margin-left: auto!important;
    margin-bottom: 10px!important;
}



/* KSU Styles */

.loginColumns h2{
    color: #000 !important;
    /* color:#7b7d81 !important; */
    /* margin-top:7rem; */
}

.login-button {
    /* background-color:#7db65a; */
    /* background-color:#ddae49; */
    background-color:#3c6bb4;
    border-radius:10px;
    text-decoration: underline;
}

.login-button:hover{
    /* background-color: #d9a534; */
    background-color: #2b60b6;
}

.search-label{
    color:#7b7d81;
    margin:0;
    font-size:13pt;
}

.search-button{
    /* background-color:#ddae49; */
    background-color:#3c6bb4;
    text-decoration: none;
    font-size:14pt !important;
    height:auto !important;
    padding:1rem;
}

#login-banner{
    height: 70vh;
    background-image: url('../img/dot-Onlne.jpg') !important;
    background-position: center;
    background-size: cover;
    text-align: center;
    font-size: 25pt;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 3px 0px black;
    padding:10vh;
}

.login_container{
	 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	 /* border-radius: 10px; */
     background-color: #fff;
     width: 100%;
     overflow: hidden;

}

.login_container .col-md-6:nth-child(1){
    padding:5rem;
    background-color:#eeeeee;
    height:70vh;
}