html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    box-shadow:  none !important;
    -moz-box-shadow:  none !important;
	background: #ddd;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 100%);
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
body {
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 1px 1px 100px #333;
    background-color: #4c4c4c;
	height: 100%;
	scroll: hidden;

}
.login_box {
    position: absolute;
    width: 400px;
    min-height: 300px;
    left: 50%;
    margin-top: -160px;
    margin-left: -200px;
    padding: 25px 5px 5px 5px;
    border-radius: 15px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
   
}
.bg-esqueci-color{
	background: #dddddd;
	background: linear-gradient(180deg, rgba(233,233,233,1) 0%, rgba(219,219,219,1) 100%);
    top: 27%;
}

.bg-login-color{
	background: rgb(19,19,19);
    background: linear-gradient(180deg, rgba(19,19,19,1) 0%, rgba(60,60,59,1) 100%);
	    top: 40%;

}
.login_box .logo_cdm {
	width: 100%;
	text-align: center;
}
.login_box .pib_login {
    display: block;
    margin: 0 auto 20px;
}
.login_box form {
    margin: 0 25px 0;
}
.login_box form label {
    color: #fff;
}
.login_box .alerta_recupera {
    color: #ff8c01;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}
.login_box .has-warning label {
    color: #333 !important;
	padding: 6px 0 2px 0;
}
.login_box .has-warning span {
    color: #ff8c01 !important;
}

.label-input-div{
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
}

.label-align{
	text-align: left !important;
}
.button-acesso{
	color: #131313;
	margin: 26px auto;
    border-radius: 20px;
    width: 50%;
    background: rgb(251,187,14);
    background: linear-gradient(90deg, rgba(251,187,14,1) 0%, rgba(241,137,22,1) 100%);
    font-weight: bold;
    text-transform: uppercase;
}
.button-enviar{
	color: #131313;
    margin: 10px auto;
    border-radius: 20px;
    width: 50%;
    background: rgb(251,187,14);
    background: linear-gradient(90deg, rgba(251,187,14,1) 0%, rgba(241,137,22,1) 100%);
    font-weight: bold;
    text-transform: uppercase;
}
.input-login-black{
	background-color: #3c3c3b !important;
    border: 1px solid #575756 !important;
    color: #fff !important;
    border-radius: 50px !important;
	    text-align: center;

}

.esqueci-input{
	border: 1px solid #adadad;
    border-radius: 50px;
	text-align: center;
    font-size: 13px;
}
.label-esqueci{
	margin-bottom:0;
	text-align: center !important;
	padding-bottom:2px;
	}
	
.link-recadastro{
	display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #a94442;
    font-weight: 600;
}
.link-recadastro:hover{
	color: #6c008c;
}	
	
@media (max-width: 767px) {
    .login_box {
        position: relative;
        width: 90%;
        min-height: 300px;
        top: 27%;
        left: 0;
        margin: 0 auto 0;
        margin-top: -160px;
        padding: 25px 5px 5px 5px;
		border-radius: 15px;
		box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    }

	.label-esqueci{
		text-align: center !important;
	}
	.link-recadastro {
		margin-top: 0px; 
		margin-bottom: 0px;
		color: #a94442;
		font-weight: 600;
		font-size: 14px;
		line-height: 16px;
	}
}


