
	/* Style of border's */
  	.lw-border{
  		border-radius:20px!important;
  		background-color:#1e1e2c!important;
  		padding:4%!important;
  		font-family:Roboto Light!important;
  		text-align:center;
  		border:1px solid#ff7f2b;
  		box-shadow: 0 0 0.5em #ff7f2b;
  		transition:0.5s;
  	}
  	.lw-border:hover{
  		box-shadow: 0 0 1em #ff7f2b;
  		transition:0.5s;
  	}
  	::-webkit-input-placeholder {
	  color:#fff!important;
	}
	/* Style of border's */

	/* Style of input's */
	.lw-input{
		color:#ff7f2b;
		border-radius:20px!important;
		width:100%;
		padding:8px 8px 8px 20px;
		border:1px solid#ff7f2b;
		background-color:#1e1e27;
	}
	.lw-input:focus{
		background-color:#1e1e27;
	}
	/* Style of input's */

	/* Input password */
	.lw-input-pass{
		color:#ff7f2b;
		border-radius:20px 0px 0px 20px;
		width:80%;
		padding:8px 8px 8px 20px;
		border:1px solid#ff7f2b;
		background-color:#1e1e27;
	}/* Input password */

	/* Input code */
	.lw-input-code{
		color:#ff7f2b;
		border-radius:20px 0px 0px 20px;
		width:40%;
		padding:8px 8px 8px 20px;
		border:1px solid#ff7f2b;
		background-color:#1e1e27;
	}/* Input code */

	/* Style of button's */
	.lw-button{
		color:#fff;
		width:100%!important;
		border-radius:20px!important;
		background-color:#ff7f2b;
		box-shadow:0px!important;
		border:none;
		padding:8px;
		border:1px solid#1e1e27;
		transition:0.5s!important;
	}
	.lw-button:hover{
		transition:0.5s!important;
		color:#ff7f2b;
		background-color:#1e1e27;
		border:1px solid#ff7f2b;
	}
	/* Style of button's */

	/* Style of icons */
	.i{
		color:#fff;
		width:20%!important;
		border-radius:0px 20px 20px 0px;
		transition:0.5s !important;
		box-shadow:0px!important;
		border:1px solid#ff7f2b;
		padding:8px;
		background-color:#ff7f2b;
	}
	/* Style of icons */

	/* Style of icons */
	.i0{
		transition:0.5s;
		color:#fff;
		width:60%!important;
		border-radius:0px 20px 20px 0px;
		transition:0.5s !important;
		box-shadow:0px!important;
		border:1px solid#ff7f2b;
		padding:8px;
		background-color:#ff7f2b;
	}
	/* Style of icons */