@charset "utf-8";

/* fonts */
@font-face {
    font-family: 'VWTextWeb-Bold';
    src: url('../fonts/VWTextWeb-Bold.eot');
    src: url('../fonts/VWTextWeb-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/VWTextWeb-Bold.woff') format('woff'),
         url('../fonts/VWTextWeb-Bold.ttf') format('truetype'),
         url('../fonts/VWTextWeb-Bold.svg#VWTextWeb-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VWTextWeb-Regular';
    src: url('../fonts/VWTextWeb-Regular.eot');
    src: url('../fonts/VWTextWeb-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/VWTextWeb-Regular.woff') format('woff'),
         url('../fonts/VWTextWeb-Regular.ttf') format('truetype'),
         url('../fonts/VWTextWeb-Regular.svg#VWTextWeb-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "VWTextWeb-Regular",Arial,Helvetica,sans-serif;
    height: 100%;
    margin: 0;
    overflow: hidden;
    width: 100%;
}
h1 { font-family: 'VWTextWeb-Bold'; text-transform:uppercase; font-weight:normal; }

.left {
    background: rgba(0, 0, 0, 0) url("../images/background.jpg") no-repeat scroll 0 0 / 100% auto;
    display: block;
    float: left;
    height: 1000px;
    width: 65%;
}
.right { float:left; width:35%; padding-top: 3%; }
.right img { display:block; margin: 50px auto; }
.right form { margin:0 auto; width:70%; }
.right form input {
    border: 1px solid #ccc;
    border-radius: 30px;
    line-height: 46px;
    margin: 0 0 20px;
    padding: 0 6%;
    width: 88%;
	color:#444;
	background:url("../images/icn-user.jpg") 95% 48% no-repeat; 
}
.right form input:nth-of-type(2n) { background:url("../images/icn-pw.jpg") 95% 48% no-repeat;  }
.right form input[type=submit] { width:100%; background:#3b7ab2; color:#fff; border-radius:6px; border:0; cursor:pointer; font-size:16px; }
.right .forgot { clear:both; float:right; color:#000; text-decoration:none; font-size:14px; margin-top:20px; }

/*remove default ipad styles*/
input[type=submit] {   
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;  
 -webkit-border-radius:0; 
    border-radius:0;
}
