*{
          margin: 0;
          padding: 0;
          font-size: 16px;
          font-family: Arial, Helvetica, sans-serif;
}



html {
  position: relative;
  min-height: 100%;
}
body {
  
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

footer{
  color:rgb(238, 238, 3);
}

.faLink:hover{
  color:#fff;
}
.my-error-class {
    color:#FF0000;  /* red */
}
.my-valid-class {
    color: #00b300; /* green */
}

.required::after {
	content: "*";
	color: #ff0000;
}

 .button {
          background-color: #2196F3; 
          border: none;
          color: white;
          padding: 15px 32px;
          text-align: center;
          text-decoration: none;
          display: inline-block;
          font-size: 20px;
          margin: 4px 2px;
          cursor: pointer;
          -webkit-transition-duration: 0.4s;
          transition-duration: 1s;
	}
     .button:hover {
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
	background-color: #ffffff;
	color:#2196F3;
	  }

    .heading{
      color:#6351ce;
    }

   .new{color:#ff9933;}  
.finance-icon{
            background-image: url('https://isum-2.csruserportal.com/images/finance.svg');     
            min-height: 600px;
            background-repeat: no-repeat, no-repeat;
            background-position: 100% 0;
            background-size: contain;
            /* position: absolute; */
            right:0;          
            background-size:55%;
}

   .modal-header{
    background-color: #F4511E;
    background: -webkit-linear-gradient(left, #F4511E , white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #F4511E, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #F4511E, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #F4511E , white); /* Standard syntax */
    color:#fff;
    text-align: center;
    
    
}

 .modal-footer{

background: #5CB85C; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #5CB85C , white); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #5CB85C, white); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #5CB85C, white); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #5CB85C , white); /* Standard syntax */

}
.btn-rounded {
  border-radius: 50px;
}

hr.new5 {
  /* border: 10px solid green;
  border-radius: 5px; */
   border-top: 3px dotted blue;
}

