html, body {
    height: 100%;
    background:#fff !important;
}

a {
    text-decoration: none !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.row{margin-bottom:0px !important;}

.noBg{
 background:#2c3e4800 !important;
 }
 
.bluetext{
 color:#2e67c1 !important;} 

.language-dropdown{
    color: #000 !important;
}

.mt-2{
    margin-top: 0.2rem;
}

.mb-10{margin-bottom:10px !important;}

.field-icon {
    float: right;
    margin-top: -25px;
    margin-right: 13px;
    position: relative;
    z-index: 2;
}

.card-bg h5{
    font-size: 26px;
    color: #1e4076;
    font-weight: normal;
}

.form-group{
    margin-bottom:0.6rem;
}

label{
    font-size: 14px;
    color: #343c44;
    font-family: Hind,sans-serif;
}

label{
    display: inline-block;
    margin-bottom: 0.5rem;
}

.form-control{
    display: block;
    width: 100%;
    height: calc(1.5em + 0.9rem + 2px);
    padding: 0.45rem 0.9rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #626773;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 6px;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.card-body{
    /*overflow-x:initial !important;*/
        overflow-y: hidden;
}

.card {
    box-shadow: none;
}

.form-body {
    background-color: #fff;
	 height: 100%;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.5rem;
}

.form-body > .row {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    height: 100%;
}

.img-holder {
    width:47%;
    background-color: #FAFAFA;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
   /* min-height: 700px;*/
    height: 100%;
    overflow: hidden;
    padding: 60px;
    text-align: center;
    z-index: 999;
}

.img-holder .bg {
    position: absolute;
	opacity: 1;
    background-image: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	background-color:#cf1b22;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.img-holder .info-holder {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.img-holder .info-holder img {
    width: 100%;
    max-width:200px;
}

.form-holder {
    margin-left:47%;
	/* width: 100%;*/
}

.form-holder .form-content {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 60px;
    min-height: 100%;
}

.form-content .form-items {
    display: inline-block;
    width: 100%;
    max-width: 400px;
    text-align: left;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.card-bg{
  background-color:#f1f1f1;
  border-radius:10px;
  border:none;
  padding-bottom: 10px;
  }
  
.card-body h1{
  margin:0px;
}  

button.btn.btn-primary.btn-block {
    width: auto;
    margin: auto;
    padding: 10px 80px;
    border-radius: 40px !important;
    height:auto !important;
}

.login-btn{
    width: auto;
    margin: auto;
    padding: 11px 80px;
    border-radius: 40px !important;
}

.sub-btn{
 padding: 11px 40px;
 border-radius: 40px !important;
}

.cancel-btn{
  border-color:#0000FF !important;
 color:#121212 !important;
 border-color:#121212 !important;}


.field-icon {
  float: right;
  margin-top: -30px;
  margin-right: 13px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.teal-text {
    color:#212529 !important
}

.container{
  padding-top:50px;
  margin: auto;
}

.btn-primary {
    color: #fff;
    background-color: #cf1b22 !important;
    border-color: #cf1b22 !important;
}

.form-content .form-items hr{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.col.s12.m12.p0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (max-width: 992px) {
.img-holder {
        display: none;
    }
	
.form-holder {
        margin-left: 0;
    }	
	
.form-holder .form-content {
        padding: 125px 30px 60px;
    }	
	
.login-btn {
    padding: 11px 70px !important;
}	

}