@charset "utf-8";
/* CSS Document */
html,body{height:100%;}
body{
	/*background:#f1f9f9;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#499bea+0,1277e2+100 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7abcff+0,60abf8+44,0076ed+100 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#91c8ff+0,60abf8+37,0076ed+100 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b5daff+0,79b8f7+38,0076ed+100 */
background: rgb(181,218,255); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(181,218,255,1) 0%, rgba(121,184,247,1) 38%, rgba(0,118,237,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(181,218,255,1) 0%,rgba(121,184,247,1) 38%,rgba(0,118,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(181,218,255,1) 0%,rgba(121,184,247,1) 38%,rgba(0,118,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5daff', endColorstr='#0076ed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}

.form-signin {
    color:#fff;
    position:relative;
    max-width: 350px;
    padding: 50px 29px 29px;
    margin: 35px 25px 0 25px;
	//margin-top:90px;
    /*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);
    */
	font-family:Tahoma, Geneva, sans-serif;

	font-weight:lighter;
}
#obsoft-bg{
    position:absolute;
    top:45%;
    width: 100%;
    
}
hr{
    margin-top:0;
    margin-bottom:15px;
}
#login-bg{
    position:absolute;
    left:-8px;

}
#error {
    position:absolute;
    top:-100px;
    left:50%;
    width:500px;
    margin-left:-50%;
}
#emailSend {
    padding-left:21px;
    bottom:50px;
    margin-top: 55px;
    font-weight: bold;
    right:-7px;
    color:#fff;

}
.version{
    position: absolute;
    bottom:15px;
    right:-7px;
}
.form-signin .form-signin-heading{
    color:#FFF;
    font-size:20px;
    text-align: center
}
.form-signin input[type="text"],
.form-signin input[type="password"],
.form-signin input[type="email"] {
    font-size: 16px;
    height: 40px;
    padding: 5px 7px;
}

.body-container
{
	//border:solid red 1px;
	margin-top:110px;
}
.signin-form{
    position:relative;
    margin:0;
    width:100%;
    height:100%;
}
.container{
    position:fixed;
    top:50%;
    width:500px;
    height:410px;
    margin-top:-205px;
    left:0;right:0;
}
.navbar-brand{
	font-family:"Lucida Handwriting";
}
.pwd-reset{
    color:#fff;
    text-decoration: none;
    /* margin-left:10px; */
}
#btn-submit{
	height:45px;
}
.reset-form{
    padding: 50px 29px 29px;
    margin: 50px 25px 0 25px;
}
footer{
    color:#FFF;
    position: fixed;
    bottom: 0;
    left: 0;
    right:0;
    width:100%;
    padding: 25px
}
.footer-container{
    float:right;
}
.footer-container span{
    margin-right:10px;
}