﻿#OTPform{
    display:none;
}
.error{
	display: none;
	margin-left: 10px;
}		

.error_show{
	color: red;
	margin-left: 10px;
}

input.invalid{
	border: 2px solid red;
}

input.valid{
	border: 2px solid green;
}







/*@media screen and (max-width: 375px) {
  .arise-h1 {
    font-size: 31px !important;
  }

  /* Add another rule to override the inline style */
  /*.arise-h1 {
    font-size: inherit; /* or any other value you prefer 
  }
}/*
/* Define the default style for the span element */

