
                
                @font-face {
    
	                font-family: "Roboto Slab";
  
	                src:url('RobotoSlab-Regular-webfont.woff') format('woff');

                }



                .login-col-right {
                     border-left: 1px solid #000000;
                }
                .input-field-div .input-text {
                     width: 100%;
                     font-size: 14px;
                     margin: 10px 0;
                     border: 1px solid #cccccc;
                }

                input, textarea, select {
                    float: left;
                    padding: 0.3em;
               }

              .greenButton {
                
                    font-weight: normal;
                    font-family: "Roboto Slab",Ariel,sans-serif;
                    font-size: 18px;
                    color: #ffffff;
                    text-align: center;
                    /* text-transform: uppercase; */
                    border: 1px solid #ffffff;
                    padding-left: 10px;
                    padding-right: 10px;
                    background: #8EC63F;
                    line-height: 15px;
                    width:auto !important;
            }

	    .redButton {
                
                    font-weight: normal;
                    font-family: "Roboto Slab",Ariel,sans-serif;
                    font-size: 18px;
                    color: #ffffff;
                    text-align: center;
                    /* text-transform: uppercase; */
                    border: 1px solid #ffffff;
                    padding-left: 10px;
                    padding-right: 10px;
                    background: #ff0000;
                    line-height: 15px;
                    width:auto !important;
            }
                .spacer {
                height: 20px;
                width:100%;
                }
                

	.greenButton:hover{
  		filter: brightness(85%);
	}

	.redButton:hover {
		filter: brightness(85%);
	}


	h1, h2, h3, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    		
	font-weight: 1000 !important;
    		line-height: 1.1 !important;
    		color: #141414 !important;
	}
	
	.checkboxfix {

                 
                 margin-left: 5% !important; 
             }
             .aspNetDisabled {
                
             }

             label {
             padding-left:10px;
             font-size:14px;
                 font-weight:normal;
             }

