.affix {
		    top: 50px;
		    width: 100%;
		    font-size: 13px;
		    z-index: 9999 !important;
		    background-color: rgba(238, 238, 238,10);
		    background-image: -webkit-linear-gradient(45deg,
		 rgba(255, 255, 255, .2) 25%,
		 transparent 25%,
		 transparent 50%,
		 rgba(255, 255, 255, .2) 50%,
		 rgba(255, 255, 255, .2) 75%,
		 transparent 75%,
		 transparent);
		    padding-left: 10px;
		    margin-left: 0px;
		    position: -webkit-sticky;
  			position: sticky; top: 50px;
		}
		.textfield2,.textfield {
			    border-radius: 0px;
			    border: 1px solid #B6B3AF;
			    border-bottom: 2px solid #0e5752;
			    /*font-family: var(--formControlFont);*/
			    color: #0e5752;
			    font-size: 14px;
			}
		.forms{
			margin-top: 50px;
		}
		.bgContent {
		    background-color: rgb(14, 87, 82)!important;
		    font-family: 'Cookie';
		    color: #F59300;
		}
		.form-group label{
			font-family: 'reem kufi';
			font-weight: 500px;
			color: black;
		}
		.side-form label{
			color: white;	
		}
		.head1{
			font-family: 'Cookie';
		    color: #F59300;	
		    font-size: 34px;
		    border-bottom: 1px solid #eee;
		}
		.color-b label{
			color: black
		}