:root{
    --th-color-orange: #f8a861;
    --th-color-link: #0f62fe;
    --th-color-red: #c30101;
    --th-color-yellow: #fff100;  /* vàng sáng rực */
    --th-color-blue: #1041a0;  /* xanh hoàng gia */
    --th-color-sky-blue: #08c2ff;  /* xanh da trời sáng */
    --th-color-pale-cyan: #bcf2f6;  /* xanh ngọc nhạt */
    --th-color-ghost-white: #f7faff;  /* trắng hơi xanh rất nhạt */
}
body.login{
	position: relative;
	background-color: var(--th-color-blue);
}
body.login:after{
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #fff url(../images/bg/bg-main-blue.png) center center;
    background-size:600px;
    opacity: .2;
}
#login{
	position: relative;
	z-index: 10;
}
.login form{
	border: none;
	box-shadow: none;
	border-radius: 10px;
}
.login #nav{
	color: #fff;
}
.login #backtoblog a, .login #nav a{
	color: #fff;
	outline: none;
}
.login #nav a{
	font-weight: 700;
	padding: 0 10px;
}
.login #backtoblog a:hover, .login #nav a:hover,
.login #backtoblog a:focus, .login #nav a:focus{
	color: var(--th-color-yellow);
}
.language-switcher{
	direction: none !important;
	opacity: 0;
	visibility: hidden;
}
.login .notice-info a{
	font-weight: 700;
}