	html {
		height: 100%;
		background: radial-gradient(ellipse at center, #effcff 0%, #030617 100%);
	/*   background: radial-gradient(ellipse at bottom, #CFF4FC 0%, #030617 100%); */
		}

/* Start Styles params of login view */

	.formatingButton {
	    color: #454545 !important;
	    width: 50% !important;
	    height: 32px !important;
	    border-radius: 2px !important;
	    background: #f0f1f7 !important;
	    justify-content: center !important;
	    border: none !important;
	    box-shadow: none !important;
	    letter-spacing: 0.4px !important;
	    margin-left: 39px;
	}
    
@media screen and (max-width: 740px) {
	.formatingButton {
	    color: #454545 !important;
	    width: 50% !important;
	    height: 32px !important;
	    border-radius: 2px !important;
	    background: #f0f1f7 !important;
	    justify-content: center !important;
	    border: none !important;
	    box-shadow: none !important;
	    letter-spacing: 0.4px !important;
	    margin-left: 46px;
	}
}
	.formatingBackButton {
		color: #454545 !important;
	    width: 46% !important;
	    height: 32px !important;
	    border-radius: 2px !important;
	    background: #f0f1f7 !important;
	    justify-content: center !important;
	    margin-left: 0px !important;
	    border: none !important;
	    box-shadow: none !important;
	    letter-spacing: 0.4px !important;
	}

	.formatingSendButton {
		color: #454545 !important;
	    width: 47% !important;
	    height: 32px !important;
	    border-radius: 2px !important;
	    background: #f0f1f7 !important;
	    justify-content: center !important;
	    margin-left: 15px !important;
	    border: none !important;
	    box-shadow: none !important;
	    letter-spacing: 0.4px !important;
	}

	.p-l-50 {padding-left: 50px;}
	.p-r-50 {padding-right: 50px;}
	.p-t-18 {padding-top: 18px;}
	.p-t-65 {padding-top: 65px;}
	.p-b-22 {padding-bottom: 22px;}
	.p-b-33 {padding-bottom: 14px;}
	.m-b-10 {margin-bottom: 10px;}

	* {
		margin: 0px; 
		padding: 0px; 
		box-sizing: border-box;
	}
	
	a {
		font-size: 14px;
		line-height: 1.7;
		color: #666666;
		margin: 0px;
		text-decoration: underline solid #ffffff85 !important;
	}
	
	a:focus {
		outline: none !important;
	}
	
	a:hover {
		text-decoration: solid !important;
		color: #ffffff85 !important;
	}
	
	input {
		outline: none;
		border: none;
	}
	
	button {
		outline: none !important;
		border: none;
		background: transparent;
	}
	
	button:hover {
		cursor: pointer;
	}
	
	.limiter {
	  width: 100%;
	  margin: 0 auto;
	}
	
	.container-login100 {
	  width: 100%;  
	  min-height: 100vh;
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: center;
	  padding: 15px;
	  background: radial-gradient(ellipse at center, #caf5ffb5 0%, #748ca540 100%);
	  z-index: 1;
	}
	
	.container-login100::before {
	  content: "";
	  display: block;
	  position: absolute;
	  z-index: -1;
	  width: 100%;
	  height: 100%;
	  top: 0;
	  left: 0;
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-position: center;
	}
	
	.wrap-login100 {
	  width: 360px;
	  background: #25384661;
	  border-radius: 3px;
	  overflow: hidden;
	   margin-top: auto;
	}
	
	.wrap-new-password100 {
	  background: #25384661;
	  border-radius: 3px;
	  overflow: hidden;
	}
	
	.login100-form {
	  width: 100%;
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: flex;
	  justify-content: space-between;
	  flex-wrap: wrap;
	}
	
	.login100-form-title {
	  font-family: Raleway-Black;
	  color: #333333;
	  line-height: 1.2;
	  text-transform: uppercase;
	  text-align: center;
	  width: 100%;
	  display: block;
	}
	
	.wrap-input100 {
	  position: relative;
	  width: 100%;
	  z-index: 1;
	}
	
	.input100 {
	  width: 100%;
	  height: 30px;
	}

	.adjustInputNumber input {
		height: 30px !important; 
		width: 100% !important; 
		background: #fff;
		border-radius: 2px !important; 
		border: none !important;
		margin-top: 1.5%;
	}
	
	@media (max-width: 480px) {
	  .wrap-login100 {
	    padding-left: 15px;
	    padding-right: 15px;
	  }
	}