@charset "utf-8";
body {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#63b6db+0,309dcf+100;Blue+3D+%234 */
background: #63b6db; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #63b6db 0%, #309dcf 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #63b6db 0%,#309dcf 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #63b6db 0%,#309dcf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63b6db', endColorstr='#309dcf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.form-login {
	max-width: 380px;
	padding: 19px 29px 29px;
	margin: 100px auto;
    font-family:Tahoma, Geneva, sans-serif;
	color:yellow;
	font-weight:lighter;
    border: 7px solid white;
    border-radius:30px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
background: #45484d; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #45484d 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.form-login .form-login-heading {
    color:#fff;
    text-align: center;
    font-size: 16px;
}

#btn-submit{
	height:45px;
}
.input {
    border:0;
    outline:0;
    background:transparent;
    border-bottom:1px solid blue;
    width:100%;
}

.navbar-fixed-top {

}
