body {
    background-image: linear-gradient(to top, rgb(0 0 0 / 34%), #000000c9), url(../img/fundo6.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

img {
    width: 170px;
    margin-bottom: 32px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #2f3237;
    vertical-align: middle;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 30px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.panel-body {
    background-color: #fafafa;
    border-radius: 0 45px 20px 20px;
    padding: 24px;
    margin-top: -32px;
    margin-bottom: 0;
}

a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
    font-size: 12px;
    font-weight: 500;
    transition: 0.3s ease-in-out;
}

a:hover {
    color: #677cf0;
    border-bottom: 1px solid #677cf0;
    text-decoration: none;
}

.btn-primary {
    background-image: -webkit-linear-gradient(top, #000 0, #000 100%) !important;
    background-image: -o-linear-gradient(top, #000 0, #000 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) !important;
    background-image: linear-gradient(to bottom, #000 0, #000 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
    background-repeat: repeat-x !important;
    border-color: #000 !important;
}

.btn-primary:hover {
    border-color: #000 !important;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
    height: auto;
    background-color: #000000;
    border-radius: 30px;
}

.btn-primary {
    background-image: -webkit-linear-gradient(top, #000 0, #000 100%);
    background-image: -o-linear-gradient(top, #000 0, #000 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background-image: linear-gradient(to bottom, #000 0, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#000', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #000;
}

body {
    background-image: linear-gradient(to top, rgb(0 0 0 / 34%), #000000c9), url(../img/fundo6.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

 @media only screen and (max-width: 700px) {
     
body {
    background-image: linear-gradient(to top, rgb(0 0 0 / 34%), #000000c9), url(../img/fundo6.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

img {
    width: 170px;
    margin-bottom: 32px;
}

	.form-login {
		padding-bottom: 50px;
	}
	
	.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 30px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-login {
        padding-bottom: 0px;
    }
	
.panel-body {
    background-color: #d8d8d8;
    border-radius: 0 45px 20px 20px;
    padding: 24px;
    margin-top: -32px;
    margin-bottom: 0;
}

a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
    font-size: 12px;
    font-weight: 500;
    transition: 0.3s ease-in-out;
}

a:hover {
    color: #677cf0;
    border-bottom: 1px solid #677cf0;
    text-decoration: none;
}

.btn-primary {
    background-image: -webkit-linear-gradient(top, #000 0, #000 100%) !important;
    background-image: -o-linear-gradient(top, #000 0, #000 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) !important;
    background-image: linear-gradient(to bottom, #000 0, #000 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
    background-repeat: repeat-x !important;
    border-color: #000 !important;
}

.btn-primary:hover {
    border-color: #000 !important;
}

.btn-primary:focus, .btn-primary:hover {
    background-color: #000000 !important;
    background-position: 0 -15px;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
    height: auto;
    background-color: #000000;
    border-radius: 30px;
}

 }

.vertical-offset-100 {
    padding-top:150px;
}


.recuperar{
	margin-top:25px;
	font-size:12px;
	font-family: arial, sans-serif;
	text-align:center;
}