/*
    Document   : login.jsp
    Created on : Jan 14, 2013, 10:08:40 PM
    Author     : maxjerin
    Description: Styling for login.jsp

*/

body {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.form-signin {
    max-width: 300px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.form-signin .form-signin-heading,.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin input[type="text"],.form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    /*	margin-bottom: 15px;*/
    padding: 7px 9px;
}

.help-block{
    margin-top: 10px;
}

.logo {
    width: 50px;
    height: 50px;
    padding: 5px;
}

#loginHeader {
	background: linear-gradient(45deg, rgb(2, 0, 49) 0%, rgb(109, 51, 83) 100%) repeat scroll 0% 0% transparent !important;
}

.jumbotron > div.container > h1 {
	color: rgb(255, 255, 255);
}

.navbar-inner {
	border: none;
}

.wrap {
    min-height: 100%;
    height: auto !important;
    margin: 60px auto 0px;
    padding-bottom: 40px;
}


@media (max-width: 979px) {
    #feature-list {
        width: 330px;
        margin: 0px auto 0px auto;
    }
    
    #registerButton {
        margin-right: 35px;
    }
    
    #headerText {
        width: 80%;
    }
    
    #feature-list {
        display: none;
    }        
    
    .jumbotron {
        height: 110px;
    }
    
    #headerText > h1 {
        font-size: 33pt;
    }
    
    p.lead {
        font-size: 15px;
    }
}