@import url('https://fonts.googleapis.com/css?family=Kanit:300,300i,400,400i,500,500i');

body.login {
	font-family: 'Kanit';
	overflow: visible;
}

body.login .login-sidebar {
	border-top: 10px solid #1f5e8d;
	margin-bottom: 0 !important;
}



body.login .faded-bg {display: none !important;}



body.login .logo-title-container {
	width: auto;
	display: flex;
	align-items: center;
	left: 60px;
	bottom: 50px;
	margin: 0;
}
body.login .logo {
	min-width: 66px;
	padding: 0;
}
body.login .copy {
	padding: 0;
	margin-left: 22px;
}
body.login .copy.mobile-style {display: none;}
body.login .copy h1 {
	display: block;
	vertical-align: unset;
	margin: 0;
	font-weight: 500;
	font-size: 34px;
	line-height: 1;
	text-shadow: 0 3px 4px rgba(0,0,0,0.6);
	white-space: nowrap;
}
body.login .copy p {
	left: 0;
	top: 0;
	margin: 0;
	font-weight: 300;
	font-size: 22px;
	text-shadow: 0 3px 4px rgba(0,0,0,0.6);
	white-space: nowrap;
}



body.login .group-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 70px;
}
body.login .group-logo img + img {margin-left: 34px;}



body.login .login-container {
	position: relative;
	top: 0;
	padding: 0 26px;
	margin-top: 60px;
}

body.login .form-group-default {
	background: none;
	border: none;
	padding: 0;
}

body.login .form-group-default label {
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 18px;
	color: #000;
}

body.login .form-group-default .form-control {
	width: 100%;
	height: auto;
	background-color: #f8fafd;
	border: 1px solid #c7c9d1;
	border-radius: 2px;
	padding: 12px 24px;
	margin: 0;
	font-size: 18px;
	line-height: 1.4;
	color: #aaa;
	transition: .2s ease;
}



body.login .login-button {
	width: 154px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, #2e82b5 0%, #1f5e8d 4%, #1f5e8d 50%, #1f5e8d 90%, #173953 100%);
	border-radius: 5px;
	box-shadow: 0 3px 4px rgba(0,0,0,0.29);
	padding: 0;
	font-weight: 400;
	font-size: 18px;
	text-transform: none;
	cursor: pointer;
}





.voyager .side-menu .navbar-header,
.voyager .panel.panel-primary .panel-heading,
.svd_container.svd_container.sv_bootstrap_css .btn-primary,
.svd_container .svd_custom_select::before,
.svd_container.svd_container.sv_bootstrap_css .select2-container .select2-selection--single .select2-selection__arrow,
.svd_container.svd_container.sv_bootstrap_css .svd-main-background-color,
.btn.btn-primary,
.btn.btn-info,
.voyager .alert.alert-info {
	background-color: #1f5e8d !important;
}

.voyager .breadcrumb a,
.svd_container.svd_container.sv_bootstrap_css .svd-main-color,
html .svd_container.svd_container.sv_bootstrap_css .nav-tabs > li.active > a {
	color: #1f5e8d !important;
}

.svd_container.svd_container.sv_bootstrap_css .svd-primary-icon .svd-svg-icon,
.svd_container.svd_container.sv_bootstrap_css .svd-secondary-icon .svd-svg-icon  {
  fill: #1f5e8d !important;
}


.voyager .pagination .active span, .voyager .pagination .active>a, .voyager .pagination .active>a:focus, .voyager .pagination .active>a:hover, .voyager .pagination .active>span:focus, .voyager .pagination .active>span:hover {
	background-color: #1f5e8d !important;
	border-color: #1f5e8d !important;
}


#files li .file_link.selected, #files li .file_link:hover {
	background-color: #1f5e8d !important;
	border-color: #1f5e8d !important;
}


.svd_container.svd_container.sv_bootstrap_css .svd-main-border-color {
	border-color: #1f5e8d !important;
}



.svd_container .svd_content .svd_survey_designer .svd_editors .svd_questions_editor {padding-top: 30px;}


/* h3 .panel-desc {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: 600;
	color: #000;
} */

#cpty-embedcss,
#cpty-embedjs {
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin: 10px 0;
}


.btn-copy {
	position: relative;
}
.btn-copy::before {
	content: 'Copied';
	width: 100%;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #1f5e8d;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: -40px;
	color: #fff;
	opacity: 0;
}
.btn-copy:active::before {
	animation: tooltip 0.5s ease;
}


.readmore {
	height: auto !important;
}
.readm-link {
	display: none !important;
}

@keyframes tooltip {
	0%, 100% {
		margin-top: 5px;
		opacity: 0;
	}
	20%, 80% {
		margin-top: 0;
		opacity: 0.8;
	}
}





@media only screen and (max-width:1023px) {
	body.login {background-image: none !important;}

	body.login .logo-title-container {display: none;}

	body.login .copy h1,
	body.login .copy p {
		text-shadow: none;
		color: #1f5e8d;
	}

	body.login .copy.mobile-style {
		display: block;
		margin-top: 40px;
		margin-right: 20px;
	}
	body.login .copy.mobile-style h1,
	body.login .copy.mobile-style p {
		white-space: normal;
	}
	body.login .copy.mobile-style p {
		margin-top: 5px;
		line-height: 1;
	}

	body.login .login-container {margin-top: 20px;}

	body.login .login-sidebar {
		width: 100%;
		float: none;
		padding-bottom: 40px;
	}
}



@media only screen and (max-width:767px) {
	body.login .group-logo {
		margin-top: 40px;
	}

	body.login .login-container {
		margin-top: 10px;
	}
}



@media only screen and (max-width:479px) {
	body.login .copy.mobile-style {margin-top: 30px;}
	body.login .copy h1 {font-size: 32px;}
	body.login .copy p {font-size: 20px;}


	body.login .login-button {
		width: 100%;
		margin-top: 20px;
	}
}