body {
    background-color: #ffd1a0;
    background-image: url('../img/back-logged.jpg');
    background-repeat:no-repeat;
    background-size:contain;
	padding: 0;
	margin: 0;
	text-align: center;
	color: #ffffff;
	}

* {
cursor: url("https://camelbtc.com/img/mouse2.png"), auto;
}
      .a {
cursor: url("https://camelbtc.com/img/mouse1.png"), auto;
      }
      .imglnk {
cursor: url("https://camelbtc.com/img/mouse1.png"), auto;
      }
      .input.submit3 {
cursor: url("https://camelbtc.com/img/mouse1.png"), auto;
      }
      .input.submit2 {
cursor: url("https://camelbtc.com/img/mouse1.png"), auto;
      }
      .input.submit {
cursor: url("https://camelbtc.com/img/mouse1.png"), auto;
      }

@font-face {
    font-family: CodeFont;
    src: url(cour.ttf);
}
input, select, textarea {
	font: 18px/22px Lucida Grande, Lucida, Verdana, sans-serif;
	}
input[type="text"]{
		background-color: #cea478;
		background-image: url('../img/inputbg.jpg');
		border-radius: 3px;
		border: 1px solid #dadada;
		border-width: 1px;
		color: #000;
		font-size: 18px;
		font-family: "modern", sans-serif;
		transition: 0.4s all ease;
		width: 200px;
		height: 50px;
		}
input:hover[type="text"] {
		border-color: #452b10;
		}
input:focus[type="text"] {
		background: #cea478;
		color: #102088;
		border-color: #452b10;
		border-width: 1px;
		border-radius: 7px;
	}
input[type="password"]{
		background-color: #cea478;
		background-image: url('../img/inputbg.jpg');
		border-radius: 3px;
		border: 1px solid #dadada;
		border-width: 1px;
		color: #000;
		font-size: 18px;
		font-family: "modern", sans-serif;
		transition: 0.4s all ease;
		width: 200px;
		height: 50px;
		}
input:hover[type="password"] {
		border-color: #452b10;
		}
input:focus[type="password"] {
		background: #cea478;
		color: #102088;
		border-color: #452b10;
		border-width: 1px;
		border-radius: 7px;
	}
input.submit2 {
	background: #ffd7b6;
	border: 2px solid #bd840e;
	color: #98692e;
	font: bold 18px Lucida Grande, Lucida, Verdana, sans-serif;
	width: 185px;
	height: 40px;
	cursor: url("https://camelbtc.com/img/mouse1.png"), auto;
	transition: 0.2s all ease;
	}
input.submit2:hover {
	background: #d4a785;
	color: #7a511e;
	}
input.submit2:disabled{
	background: #ccc;
	color: #ffffff;
	border: 2px solid #aaa;
	cursor: url("https://camelbtc.com/img/mouse2.png"), auto;
	}
a:hover {
	color: #ff0000;
	cursor: url("https://camelbtc.com/img/mouse1.png"), auto;
	}
a1{
	color: #000;
	}
a1:hover {
	color: #ff0000;
	}