html {
    height:100%;
}
body {
    margin: 0px;
    background: #3a4758 url(../img/cp-back2.jpg) no-repeat center center fixed;
    font-family: arial,helvetica,sans-serif;
    font-size: 13px;
    background-color: #3d3d3d;
     -webkit-background-size: cover;
	 -moz-background-size: cover;
	 -o-background-size: cover;
	 background-size: cover;  
     height:100%;
}
.center {
    width: 1024px;
    margin: 0 auto;
}
.overlay {
  background-image: url(../img/patern1.png);
  background-repeat: repeat;
  height: 120%; 
}
.warningbox {
    background:  url(../img/warning-blue.png) no-repeat; 
    background-position: left;
    background-size: 40px 40px;  
    width: 100%;
    height: 70px;
    
}
.warningbox p {
    padding: 16px;
    padding-left: 50px;
    color: #78a3bd !important;
    font-size: 12px;
}

@media screen and (max-width: 600px) {
  .warningbox {
    visibility: hidden;
    clear: both;
    display: none;
  }
}

#header {
    margin: 0;
    height:70px;
    max-height: 200px;
    background-color: #3d3d3d;
    background-image:url(../img/bgloginheader.png);
    overflow: hidden;
}
.error-txt {
	font-size: 12px;
	color: #c84444 !important;
}
#content {
    width: 100%;
    padding-top: 124px;
    overflow:auto;
    color: #414141;
    line-height: 12px;
}
#content p {
	line-height: 15px;
	margin-bottom: 0px;
	color: #676767;
}
.login-box {
	width: 40%;
	max-width: 340px;
	height: auto;
	background-image:url(../img/back4.png);
	margin-left: auto;
	margin-right: auto;
	padding: 20px 30px 30px 30px;
	-webkit-box-shadow: 0px 0px 29px -6px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 29px -6px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 29px -6px rgba(0,0,0,0.6);
}
.login-title {
	background-image:url(../img/vrlogo-sm.png);
	background-repeat: no-repeat;
	background-size: 24px 24px;
	padding-left: 32px;
	height: 18px;
	padding-top: 6px;
	font-size: 14px;
	font-weight: bold;
}
#content p a {
    text-decoration: none;
    color: lightGrey;
}
.bluelink {
    text-decoration: none;
    color: #5c9ab7 !important;
    font-size: 12px;
	text-align: center;
}
.bluelink:hover {
    text-decoration: none;
    color: #056d9c !important;
    text-shadow: none;     
}
#logo {
    width: 160px;
    height: 50px;
    float: left;
    margin: 14px 0 0 14px;
    background-image:url(../img/vrlogo3.png);
    background-size: 60% auto;
    background-repeat: no-repeat;
}
#rplogo {
    width: 160px;
    height: 68px;
    background-image:url(../img/reisprik_logo.png);
}
input[type=text], input[type=password] {
    width: 80%;
    behavior: url(css/PIE.htc);
}
input[type=text]:focus,
input[type=password]:focus {
    
    behavior: url(css/PIE.htc);
}
input[type=submit] {
    height: 32px;
    width: 100%;
    padding: 0 20px 0 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: white;
    line-height: 28px;
    font-size: 12px;
    text-align: center;
    background: #3696c2;
    border: 0px solid black;
    cursor:hand;
    cursor:pointer;
    behavior: url(css/PIE.htc);
}
input[type=submit]:hover,
input[type=submit]:active {
    background: #25789e;
    behavior: url(css/PIE.htc);
}
input[type=text], 
input[type=password] {
    font-size: 12px;
    outline:none;
    background-color: white;
    color: #979797;
    height: 32px;
    padding: 0 10px 0 10px;
    margin-top: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ccc;
    background: white;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ie8 input[type=text], 
.ie8 input[type=password] {
    padding: 8px 10px 0 10px;   
}
input[type=text]:focus,
input[type=password]:focus {
    outline:none;
    color: black;
    border: 1px solid rgb(94, 158, 214);
}
input[type=text].error,
input[type=password].error {
    outline:none;
    border: 1px solid #d8371c;
}

