﻿input {
	margin:0;
	padding:0;
	border: 0;
	outline: none;
	resize: none;
	-webkit-appearance: none;
	appearance: none;
	background: none;
}
input {
	width: calc(94% - 2px);
	padding: 15px 3%;
	border: #d5dce3 1px solid;
	margin: 5px 0 10px 0;
	border-radius: 4px;
	color: #546e7a;
	font-size: 15px;
 transition: box-shadow .1s;
}
input:hover, select:hover {
 box-shadow:0 0 0 .25rem rgba(13, 110, 253, .06);
}
input:focus, select:focus {
	border-color:#86b7fe;
 box-shadow:0 0 0 .25rem rgba(13, 110, 253, .1);
}
.input-err {
	border-color:#fda39d;
 box-shadow:0 0 0 .25rem rgba(244, 67, 54, .1);
}
input::-webkit-input-placeholder {
 color: #90a4ae;
 font-size: 16px;
}
.left {
	width:30%;
	height: 100%;
	float:left;
	background-image:url(../images/bg-1.jpg);
	background-size:cover;
	background-position:center;
	box-shadow:0 0 60px 20px rgb(0, 129, 255, .08);
}
.right {
	position:relative;
	width:70%;
	height: 100%;
	float:left;
}
.logbox {
	position:absolute;
	box-shadow:none;
	border:none;
	margin:0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.logt {
	font-weight: bold;
	text-align: center;
	font-size: 26px;
}
.logtxt {
	text-align: center;
	padding-top:0;
}
.ipt {
	border-radius: 2px;
	border: 1px solid #d8d7dc;
	font-size: 18px;
	padding: 22px 18px 20px;
	width: 332px;
	margin:5px 0;
}
.dragbox {
	width: 40%;
}
.drag-l {
	width: 40px;
	height: 40px;
	border-radius: 20px;
}
.drag-r {
	width: 100px;
	height: 38px;
	border-radius: 20px;
	background: #f0f6ff;
}