.wrap-login100{
	        padding-top: 0%;
	    }
	    
body {
			content: '';
			position: fixed;
			width: 100vw;
			height: 100vh;
			background-position: center center;
			background-repeat: no-repeat;
			background-attachment: fixed;
			background-size: cover;
			background-image: url('../img/osasco_capa.jpg');
          background-repeat: no-repeat;
          width: 100%;
          height: 100%;
     
		}

.singin {
			color: #fff;
		}


.form-signin {
	width: 100%;
    max-width: 340px;
    padding: 15px;
    margin: 0 auto;
    box-shadow: 0px 0px 20px 1px black;
    background-color: #FFF;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 15px;
    border-color: #ffffff;
    border-width: 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
		}

.filter-black {
			position: fixed;
			/* Stay in place */
			z-index: 0;
			/* Sit on top */
			left: 0;
			top: 0;
			width: 100%;
			/* Full width */
			height: 100%;
			/* Full height */
			overflow: auto;
			/* Enable scroll if needed */
			background-color: rgba(0, 0, 0, 0.4);
			/* Black w/ opacity */
		}


.form-signin .checkbox {
			font-weight: 400;
		}

.form-signin .form-control {
		position: relative;
			box-sizing: border-box;
			height: auto;
			padding: 10px;
			font-size: 16px;
		}

.form-signin .form-control:focus {
			z-index: 2;
		}

.form-signin input[type="email"] {
			margin-bottom: -1px;
			border-bottom-right-radius: 0;
			border-bottom-left-radius: 0;
		}

.form-signin input[type="password"] {
			margin-bottom: 10px;
			border-top-left-radius: 0;
			border-top-right-radius: 0;
		}

.copy {
			color: #fff;
		}

#dropdown_auth1 {
			position: relative;
			box-sizing: border-box;
			height: auto;
			padding: 10px;
			font-size: 14px;
			display: block;
			width: 100%;
			line-height: 1.5;
			color: #495057;
			background-color: #fff;
			background-clip: padding-box;
			border: 1px solid #ced4da;
			border-radius: 0.25rem;
			transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
		}
@media (max-width: 500px) {

			.form-signin {
				box-shadow: none;
				max-width: none;
				max-height: none;
				height: 100%;
				border-radius: 0px;
			}
		}
#submit{
    border: 1px solid #036f5a;
    background-color:#036f5a;
    font-weight: normal;
}