@CHARSET "UTF-8";
::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 6px;
}

::-webkit-scrollbar:horizontal {
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    /* border: 2px solid #ffffff; */
}

::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #ffffff; 
}
body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%; 
}
#header{
	position: fixed;
	top:0;
	bottom: 0;
	width: 100%;
	height: 45px;
	background-color: #3C8DBC;
}
#body{
	position: fixed;
	top:65px;
	bottom: 65px;
	width: 100%;
	overflow: auto;
}
#footer{
	position: fixed;
	bottom: 0;
	height: 65px;
	width: 100%;
	background-color: #fcfcfc;
}
/* h3{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 20px;
} */
.price{
	margin-bottom: 10px;
}
.price .pv,
.price .pc{
	color: #5CB85C;
    font-size: 2em;
}
.price .pd{
	color: #5CB85C;
    font-size: 1.5em;
}

.pt{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #777;
}
.prc-w{
	margin: 5px 0;
	padding: 15px 0;
	border-bottom: 1px solid #777;
}
.prc-w .prc-n{
    font-size: 1.2em;
}
.price-w{
	background-color: #eee;
}
.prc-slim .prc-w{
	margin: 2px 0;
	padding: 5px 0;
}

body
{
	/* background-color: #2A94D6; */
	background-color: #1e5078;
}

.vd-login-container
{
	margin: 0 auto;
	float: none;
	min-width: 375px;
}
.login-submit-btn
{
	background-color:#1f58a5;
	color:#fff;
}
.login-submit-btn:hover
{
	color:#fff;
}
.login-right-content, .login-left-content
{
	padding: 15px;
	min-height: 350px;
}
.login-left-content
{
	background-image: url("./images/login_wallpaper.png");
	background-repeat: no-repeat;
}
.login-white-text
{
	color:#ffffff;
	margin-bottom:30px;
}
.login-text{
	color:#8b9195;
	margin-bottom: 30px;
}
.center
{
	text-align: center;
}

.vd-login-box,
.vd-forgot-box
{
	background: #fafafa;
	background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #fafafa 0%, #e5e5e5 100%) repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
    overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
    flex: 1 1 0;
}

.vd-login-box
{
	/* padding: 15px 0; */
    min-height: 350px;
    min-width: 280px;
}

.vd-login-box .logo
{
	width: 140px;
}
.vd-login-box .txt,
.vd-forgot-box .txt
{
	position: relative;
}

.vd-login-box .txt input,
.vd-forgot-box .txt input
{
	background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    outline: medium none;
	/* padding: 12px 12px 12px 45px; */
	padding: 12px 12px 12px 12px;
    text-shadow: 0 1px #fff;
	margin: 2px 0;
    width: 100%;
}
.vd-login-box .txt label,
.vd-forgot-box .txt label
{
	bottom: 2px;
    /* color: #00c0ef; */
    display: inline-block;
    font-size: 1.1em;
    /* left: 0; */
    line-height: 46px;
    position: absolute;
    text-align: center;
    top: 2px;
	width: 50px;
	right:0;
	color:#000;	
}
.vd-login-box .txt .btn,
.vd-forgot-box .txt .btn
{
	margin: 12px 0;
    padding: 10px 12px;
}
.vd-login-box .footer-img
{
	margin-top: 4px;
}
.login-footer
{
	color: #fff;
    font-family: "Helvetica Neue Regular",Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 300;
    margin: 10px 0 0;
}
.login-footer a
{
	color: #fff;
}
.flex 
{
    box-sizing: border-box;
    flex: 1 1 0;
}
.layout 
{
    box-sizing: border-box;
    display: flex;
}
.layout-row 
{
    flex-direction: row;
}
.layout-column 
{
    flex-direction: column;
}
.layout-v-center
{
    justify-content: center;
    align-items: center;
}

.vd-unsubscribe-box
{
	/* background: #fafafa; */
	/* background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #fafafa 0%, #e5e5e5 100%) repeat scroll 0 0; */
    border-radius: 3px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
    overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: flex;
	flex-direction: column;
    flex: 1 1 0;
	padding: 15px;
    min-height: none;
    min-width: 280px;
}

.vd-unsubscribe-box .logo
{
	width: 100px;
	margin-bottom: 20px;
}

.layout-v-center.thumbnail
{
	background-color: transparent;
	margin: 0;
}
.layout-v-center hr
{
	border-color: #bdbdbd;
    border-width: 2px 0 0;
    width: 90%;
}
.layout-v-center p
{
	/* font-size: 16px; */
}

@media (max-width: 767px) {
	.login-left-content
	{
		display:none;
	}
	.login-botton-text
	{
		text-align:center;
	}
  }