body{
	margin: 0;
	background: #fff;
}

h1{
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

h2, h3, p, li, ul, a, input, textarea, label, button, h5, h4, h6{
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input, textarea{
	outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/*Auth form*/

.auth-form{
	width: 100%;
	min-height: 100vh;
}

.left-auth-form{
	width: 50%;
	min-height: 100vh;
	float: left;
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: center; 
	background-image: url('../images/auth-back.jpg');
}

.text-auth-form{
	color: #fff;
	width: 100%;
	text-align: center;
}

.dark-auth-back{
	width: 100%;
	height: 60vh;
	padding-top: 40vh;
	background: rgba(0,0,0,0.5);
}

.text-auth-form h1{
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.text-auth-form p{
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
}

.right-auth-form{
	width: 50%;
	min-height: 100vh;
	float: left;
	-webkit-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.9);
	-moz-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.9);
	box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.9);
}

.top-form-auth{
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
  	display: table;
  	padding-top: 25px;
}

.logo-top-form-auth{
	height: 60px;
	display: block;
	float: left;
}

.logo-top-form-auth img{
	height: 100%;
}

.link-top-form-auth{
	display: block;
	height: 40px;
	padding: 0 15px;
	border: 2px solid #3e82ff;
	border-radius: 4px;
	float: right;
	text-transform: uppercase;
	color: #3e82ff;
	font-size: 11px;
	line-height: 40px;
	font-weight: 700;
	-webkit-transition: background 0.3s, color 0.3s;
	-moz-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
}

.link-top-form-auth:hover{
	background: #3e82ff;
	color: #fff;
	-webkit-transition: background 0.3s, color 0.3s;
	-moz-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
}

.some-form-auth{
	width: 250px;
	margin: 0 auto;
	box-sizing: border-box;
  	display: table;
  	padding-top: 200px;
}

.top-some-form-auth{
	width: 100%;
	box-sizing: border-box;
  	display: table;
  	margin-bottom: 25px;
}

.top-some-form-auth h2{
	color: #191919;
	font-weight: 600;
	font-size: 20px;
}

.solo-input{
	width: 100%;
	margin-bottom: 15px;
	box-sizing: border-box;
  	display: table;
}

.solo-input label{
	font-size: 10px;
	color: #bcbcbc;
	text-transform: uppercase;
	display: block;
	width: 100%;
	height: 15px;
}

.solo-input input{
	width: 100%;
	height: 20px;
	border: none;
	background: #fff;
	font-size: 11px;
	font-weight: 600;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.bottom-some-auth-form{
	width: 100%;
	box-sizing: border-box;
  	display: table;
  	margin-top: 20px;
}

.left-bottom-some-auth-form{
	float: left;
	box-sizing: border-box;
  	display: table;
}

.left-bottom-some-auth-form a{
	font-size: 12px;
	line-height: 40px;
	color: #3e82ff;
	font-weight: 600;
}

.right-bottom-some-auth-form{
	float: right;
	box-sizing: border-box;
  	display: table;
}

.right-bottom-some-auth-form input{
	display: block;
	height: 40px;
	padding: 0 15px;
	border: 2px solid #3e82ff;
	border-radius: 4px;
	float: right;
	text-transform: uppercase;
	color: #3e82ff;
	font-size: 11px;
	background: #fff;
	font-weight: 700;
	cursor: pointer;
	-webkit-transition: background 0.3s, color 0.3s;
	-moz-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
}

.right-bottom-some-auth-form input:hover{
	background: #3e82ff;
	color: #fff;
	-webkit-transition: background 0.3s, color 0.3s;
	-moz-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
}

.auth-form-success-mode-div{
	position: fixed;
	height: 30px;
	padding: 0 15px;
	display: block;
	left: 100px;
	opacity: 1;
	bottom: 100px;
	border-radius: 4px;
	background: #3e82ff;
	-webkit-transition: left 0.6s, opacity 0.6s;
	-moz-transition: left 0.6s, opacity 0.6s;
	transition: left 0.6s, opacity 0.6s;
}

.auth-form-success-mode-div-hide{
	left: -300px;
	opacity: 0;
	-webkit-transition: left 0.6s, opacity 0.6s;
	-moz-transition: left 0.6s, opacity 0.6s;
	transition: left 0.6s, opacity 0.6s;
}

.auth-form-success-mode-div-show{
	left: 100px;
	opacity: 0;
	-webkit-transition: left 0.6s, opacity 0.6s;
	-moz-transition: left 0.6s, opacity 0.6s;
	transition: left 0.6s, opacity 0.6s;
}

.auth-form-success-mode-div p{
	font-size: 13px;
	color: #fff;
	line-height: 30px;
	font-weight: 600;
}

@media(max-width: 760px){
	.left-auth-form{
		display: none;
	}
	.right-auth-form{
		width: 100%;
		min-height: auto;
		padding-bottom: 200px;
	}
}