﻿@font-face {
    font-family: 'Quicksand';
    src: url('fonts/Quicksand-Light.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
.form-bg {
	width: 440px;
	height: 250px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	margin: 5% auto 12px;
	background: url(images/form-bg.png) top left;
	padding: 8px 0 0 8px; 
    z-index: 999;
    position: relative;
	}
	
.form-bg .form {
    margin-top: -10px;
	width: 434px;
	height: 239px;
	background: #fff url(images/bg_form.jpg) repeat-x top left;		
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-moz-box-shadow:0px 1px 3px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 1px 3px 2px rgba(0,0,0,0.1);
	box-shadow:0px 1px 3px 2px rgba(0,0,0,0.1);
}	
.form-bg .form h2 {
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 0 1px 0 #fff;
	filter: dropshadow(color=#fff, offx=0, offy=1);
	line-height: 45px;
	margin-bottom: 24px;
	margin-left:25px;
}
	
input[type="text"], input[type="password"]{
	box-shadow: 0px 0px 0px 4px #f2f5f7;
	width: 290px;
	height: 33px;

	padding: 0 10px 0 10px;
	margin: 0 auto;
	color: #aeaeae;
	border: 1px solid #bec2c4;
}
	
input[type="text"]:focus, input[type="password"]:focus{
	box-shadow: 0px 0px 0px 4px #e0f1fc;
	border:1px solid #7dc6dd;
}
	
input[type="checkbox"] {
	vertical-align: middle;
}
.space{
    position: relative;
    top: 68px;
}	
	
.submitLogin {
	background-color: #ec2329;
    border: 0 none;
    color: #ffffff;
    font-family: tahoma;
    font-size: 18px;
    height: 38px;
    margin: 14px auto;
    position: relative;
    width: 100px;
}
	
.submitLogin:hover {
	box-shadow: 2px 2px 3px 1px #ccc;
}
	
.submitLogin:active {
    padding-top: 1px;
    box-shadow: 2px 2px 3px 1px #595F5A;
}	
	
	
label {
	display: inline;
	margin-left: 11px;
	vertical-align: middle;
}
	
label span {
	color: #777777;
    font-size: 12px;
}
	
p.forgot {
	text-align: center;
	margin-top: 10px;
	margin-left:-55px;
    margin-bottom: 150px;
	color: #6c6c6c;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}
	
p.forgot a {
	color: #ED1D31;
	text-decoration: none;
	transition: color 0.5s linear;
	-moz-transition: color 0.5s linear;
	-webkit-transition: color 0.5s linear;
	-o-transition: color 0.5s linear;
}

p.forgot a:hover {
	color: #F24F5D;
}
.overlay {
    background-color: rgba(90, 120, 90, 0.4);
    background-image: url(../images/pattern.png);
    background-repeat: repeat;
    height: 757px;
    left: 0;
    position: absolute;
    top: 141px;
    width: 100%;
    z-index: 0;
}
.main-content-login {
    background:url("images/web.jpg") no-repeat scroll right center rgba(0, 0, 0, 0);
    color: #000000;
    margin: 60px 0 0;
    box-shadow: 7px 3px 9px #888888;
    font-family: verdana;
    padding: 80px 0 15px;
    text-align: center;
    height: 663px;
}
.alertMsg{
    color: #ec2329;
    font-size: 12px;
    font-weight: bold;
    left: 134px;
    position: absolute;
    top: 25px;
}
.navbar-logo-layout {
    float: left;
    width: 270px;
}
.navbar-header-layout {
    position: absolute;
    right: 20%;
    top: 77px;
}
.navbar-brand-layout {
    color: #58585a;
        font-family: inherit;
    font-size: 30px;
    font-weight: 100;
    margin-top: 59px;
    text-decoration: underline;
}
/* iPhone 5 (portrait & landscape)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {
    .submitLogin {
        background-color: #EC2329;
    }
    .overlay{
        display: none;
    }
    .form-bg {
    margin: -30px auto 12px;
    background: none; 
    }
    .main-content-login {
    height: 333px;
    }
    .navbar-header-layout{
        display: none;
    }
    .form-bg {
    width: 95%;
    }
    .form-bg .form {
    width: 90%;
    }
    input[type="text"], input[type="password"] {
    width: 165px;
    }
}

