@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,600,700|Roboto+Mono:400');

form, body
	{ margin:0; }
body
	{ background:#f2f3f8; }
body, select, input, textarea, button
	{ font:13px 'Poppins', sans-serif; color:#74788d; }

*:focus
	{ outline:none; }

a
	{ text-decoration:none; color:#595d6e; transition:all .3s ease-in-out; }
a:hover
	{ color:#5d78ff; }
p
	{ margin:0 0 15px 0; padding:0; }
ol, ul
	{ margin:0 0 15px 0; }
button
	{ transition:all .3s ease-in-out; }
h1
	{ margin:0 0 20px 0; font-weight:500; font-size:26px; }
h2
	{ margin:0 0 15px 0; font-weight:500; font-size:22px; }

.cta
	{ text-align:center; }
.rta
	{ text-align:right; }
.mr
	{ margin-right:10px; }

.login_lt
	{ position:fixed; left:0; top:0; width:400px; height:100vh; background:#536dfe url(/img/bg.png); box-sizing:border-box; padding:50px; display:flex; flex-direction:column; justify-content:space-between; color:rgba(255,255,255,.7); font-size:16px; }
.login_lt h1
	{ color:#FFF; }
.login_lt footer
	{ display:flex; justify-content:space-between; font-size:13px; }
.login_lt footer .copy
	{ color:rgba(255,255,255,.4); }
.login_lt footer a
	{ color:rgba(255,255,255,.7); margin-left:10px; }
.login_lt footer a:hover
	{ color:#FFF; }
.login_rt
	{ background:#FFF; flex-grow:1; color:#67666e; display:flex; align-items:center; justify-content:center; padding:40px 40px 40px 440px; min-height:100vh; box-sizing:border-box; }
.login_rt h2
	{ text-align:center; font-size:26px; }
.login_rt a
	{ color:#74788d; font-size:13px; font-weight:300; }
.login_c form
	{ min-width:300px; }
.login_c .txt
	{ background-color:rgba(247,247,249,.7); color:#495057; border:0 none; border-radius:4px; padding:12px 16px; box-sizing:border-box; width:100%; }
.login_c .btn1
	{ padding:10px 24px; }
.login_fixed
	{ position:fixed; top:0; right:0; display:inline-block; padding:8px 12px; background:rgba(255, 255, 255, 0.9); border-radius:0 0 0 3px; border:1px solid rgba(0, 0, 0, 0.1); border-right:0; border-top:0; }

.btn1
	{ border-radius:4px; padding:8px 16px; background:#5867dd; border:1px solid #5867dd; color:#fff; display:inline-block; text-align:center; cursor:pointer; }
.btn1:hover
	{ background:#384ad7; border-color:#384ad7; color:#fff; }
.fc
	{ padding:0 0 15px 0; }
.err
	{ color:#fd397a; font-size:12px; padding:1px 0 0 1px; }
.spl
	{ display:flex; justify-content:space-between; align-items:center; }

@media all and (max-width:800px) {
	.login_lt
		{ position:relative; left:auto; top:auto; width:auto; height:auto; padding:20px; }
	.login_rt
		{ padding:20px; min-height:calc(100vh - 208px); }
}