#signin{
	display: block;
}

.register-forms{
	margin: 30px auto;
	width: 90%;
	height: 75%;
	display: flex;
	flex-direction: column;
}

.input_warning{
	margin: -8px 0px 0px;
	font-size: 0.5rem;
}

.input_warning_checkbox{
	position:absolute;
	font-size: 0.5rem;
	margin-top: 5px;
}

.label-text{
	margin: 10px 5px;
}

.input-base{
	overflow: visible;
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	margin-bottom: 1rem;
}

.input-field{	
	background-color: #fe4f28;
	padding: 0.5rem;
	width: 100%;
	-webkit-appearance: none;
	display: block;
	border-radius: 1px;
	border-color: #fff;
	border-style: solid;
	border-width: 1px;	
}

/*input, select, textarea{
    	background-color: #FFF;
	color: #fe4f28;
	border-color: #fff;
}*/

.input-field:focus-within:focus-visible{
	background-color: #FFF !important;
	color: #fe4f28 !important;
	border-color: #fff !important;
	outline: none;
}

.checkboxes{
	margin:6px 0px;
	font-size: 12px;
}

.round {
  position: relative;
  width:15px;
  height:15px;
  float: left;
    margin-right: 10px;
}

.round-bg {
	position: absolute;
	width:100%;
	height:100%;
	background-color: #fe4f28;
    	border: 1px solid #fff;;
	border-radius: 50%;
}

.round-circle {
	margin:0px;
    background-color: #fe4f28;
    border: 1px solid #fff;;
   border-radius: 50%;
  cursor: pointer;
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
}

.round label:after {
  border: 2px solid #fe4f28;
  border-radius: 50%;
  border-top: none;
  border-right: none;
  
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}

.round input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
  background-color: #fff;
  /*border-color: #66bb6a;*/
  width:60%;
  height:60%;
  left:20%;
  top:20%;
}

.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.submitBtns:focus, #submitBtn:hover{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.submitBtns{
	backface-visibility: hidden;
    transform: translateZ(0);
    transition: transform .25s ease-out,-webkit-transform .25s ease-out;
    margin: 20px 0px 30px;
    font-size: 1.0rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #fff;
    -webkit-appearance: none;
    font-weight: 600;
    display: inline-block;
    border-width: 0.125rem;
    /* border-radius: 9999px; */
    border-color: #fff;
    border-style: solid;
    overflow: visible;
    color: #fe4f28;
    font-family: 'Poppins black', sans-serif;
    font-weight: bold;
}

.submitBtns:active{
	background-color: #ffe180
}

#login_feedback{
	margin-top: -45px;
	padding: 0 20px;
	text-align: justify;
	color: #ffe180;
}

.registerNavBtns{
	text-align: center;
	margin: 10px auto;
}

.registerNavBtns span{
	text-decoration: underline;
}
