#login-bg {
    position: fixed;
    top: 110px;
    bottom: 10px;
    left: 0px;
    right: 0px;
    background: url('../images/bg_main.png') center no-repeat;
    background-size: cover;    
    z-index: 0;
}


#mainForm {
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 1;
    background: url('../images/bg_login.png');
    background-size: cover;
    padding: 100px;
    margin: 0px;
}

h1 {
	text-align:center;
}
h4 {
	text-align:center;
	font-weight:normal;
}

#javascriptPanel {
	font-style:italic;
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
	width:360px;
	font-size:14px;
	color:#555;
	text-align:center;
}

a.forgot {
	font-size:12pt;
	color: #3B44B7;
        text-decoration: none;
}

 input[type=text], input[type=password] {
    font-size:16px;
    margin-bottom: 10px;
}

input[type=password] {
}

#controls {
    margin-top: 30px;
}

#other {
    text-align: left;
    
}

/* ==== buttons ==== */

#submit { 
    text-align: right;
}

input[type=submit], input[type=button] {
        border-radius: 10px;
}

input[type=submit].signin {
	background-color:#4C57E4;
}
input[type=submit].signin:active {
	background-color:#3B44B7;
}

body {
	background-color:white;
	font-family:Helvetica, Arial, sans-serif;
}
	

#loginError, #alertMsg, #reminderError {
        display:none;
        text-align:center;
        color:red;
        font-size:0.9em;
        margin-top:10px;
}
#alertMsg {
        color:green;
}

#loginPanel, #forgotPasswordTable, #resetPanel {
    background: white;
    margin: auto;
    position:relative;
    padding:40px;
    text-align: center;
}

#resetPanel {
    padding: 100px 0px;
}

#resetPanel td {
    white-space: nowrap;
    text-align: left;
}

#resetPanel input[type=submit] {
    padding: 0px;
}

#progressSC img {
    max-width: 50px;
    padding: 10px;
    vertical-align: middle;
}


#keep {
    font-size: 1em;
    color: #8B9496;
}


@media only screen and (min-width:780px) {
	
	#logo-panel {
            margin-top: 150px;
            text-align: center;
	}
        
        #logo {
            width: 300px;
        }
	
	h1 {
		font-size:24px;
		color:#555;
		text-align:center;
	}
	
	#loginPanel, #forgotPasswordTable {
            margin-top: 30px;
            width:500px;
            padding-top:20px;
            box-shadow:#EEE 0px 0px 2px 2px;;
	}
        
        #resetPanel {
            width: 500px;
        }
	
	
}