html,body,.vue-carousel{
	height: 100%;
}
html{
	background-color: #e5eaef;
}
.couriemateInput:focus {
 	border: 1px solid grey; border-top: 0px; 
}
.signin {
    height: auto;
    background: url(../../../resources/images/login/login-background9.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow:hidden;
    color: rgba(255,255,255,.95)
}
#login{
	height: 100%;
	min-height: 300px;
}
.signinpanel {
	width: 750px;
	margin: 10% auto 0
}
.signinpanel .logopanel {
	float: none;
	width: auto;
	padding: 0;
	background: 0 0
}
.signinpanel .signin-info ul {
	list-style: none;
	padding: 0;
	margin: 20px 0
}
.signinpanel form {
	padding: 0px 20px;
}
.vue-card {
	background: rgba(255,255,255,.2);
}
.signup-footer {
	border-top: solid 1px rgba(255,255,255,.3);
	margin: 20px 0;
	padding-top: 15px
}
@media screen and (max-width: 768px) {
	.signinpanel form {
		margin-top: 20px
	}
	.signinpanel .signin-info ul {
		display: none
	}
}

@media (min-width: 1024px) and (max-width: 1199px){
	.couriemate-logo{
	padding:23% 10% !important;
	}
}
.param-error {
	color: #ff4949;
}
.larger {
	color:#fff;
	font-size:40px;
	font-family: 'dosisregular', sans-serif;
}
.smaller {
	font-size:100%;
	font-family: 'dosisregular', sans-serif;
}
.spacer {
	margin-left:10px;
	font-family: 'dosisregular', sans-serif;
}
.blue {
	color:#6ff;
	font-size:40px;
	font-family: 'dosisregular', sans-serif;
}
.red {
	color:#f66;
	font-size:40px;
	font-family: 'dosisregular', sans-serif;
}
.remark {
	color:#fff;
	font-size:15px;
	font-family: 'dosisregular', sans-serif;
}
.logo {
	height: 100%;
	width: 100%;
	color: #ff4949;
}
.logo img {
	height: 0px;
	margin-top: 0px;
}
.well {
	min-height:20px;
	padding:19px;
	margin-bottom:20px;
	background-color:#f5f5f5;
	border:1px solid #e3e3e3;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.05)
}
.btn-block{display:block;width:100%}
.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}
.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}

.couriemateInput:focus{
	outline: none;
	border-bottom: 1px solid black;
}

.couriemateInput{
	font-family: Proxima !important;
	font-size: 16px !important;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid grey;
}

::placeholder { 
  font-size: 16px;
  color: #AAAAAA;	
  font-weight: bold;
}
.couriemateInput:-ms-input-placeholder {
  font-size: 16px;
  color: #AAAAAA;	
  font-weight: bold;
  line-height:16px;
}
section{
	padding-top: calc(15% - 100px);
	height: 100%;
	background-color: #e5eaef;
}

.couriemate-logo{
	padding: 20%;
}

/* Disable the autofill background change in inputs on chrome */
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;
}
@font-face {
   font-family: 'Proxima';
   src: url(/resources/fonts/proximanovafont.ttf) format('embedded-opentype'),
        url(/resources/fonts/proximanovafont.ttf)  format('truetype');
}
@font-face {
     	font-family: "Proxima";
     	src: url(/resources/fonts/proximanovafont.ttf) format('truetype');
} 

.vue-form-item__content{
	line-height:inherit;
}
body{
background-color: #e5eaef !important;
}
a{
	color: #5f6368!important;
}