*{
          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 */
}

 .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%;
}

