body {

	text-align: center;
	background-color: #FD7B26 !important;
    user-select: none;
	
}

body::-webkit-scrollbar {
    
    width: 10px;

}
  
body::-webkit-scrollbar-track {
    
    background-color: none;

}
  
body::-webkit-scrollbar-thumb {
    
    background: rgb(255, 151, 82);
    border-radius: 80px;

}
  
body::-webkit-scrollbar-thumb:hover {

    background: rgb(255, 140, 63);

}
  
body::-webkit-scrollbar-thumb:hover {

    background: rgb(60, 60, 60);

}

.formularioRecuperarSenha {
    
    width: 35%;
    margin: auto;
    display: block;

}

/* .img-white {

    background-image: url(/images/xerife-white.png);
    height: 100vh;
    width: 350px;
    background-size: 85%;
    position: fixed;
    right: -10%;
    top: 10vh;
    background-repeat: no-repeat;

} */

.logo {

    width: 110px;
	margin-top: 50px;
	margin-bottom: 30px;

}

.esqueci-senha {

    width: auto;
	text-align: center;
	font-size: 14px;
	color:#FFFFFF;
    display: block;
    margin: 25px 0px 30px 0px;

}

.esqueci-senha:hover {
    
    color: #FFFFFF;
    text-decoration: underline;

}

.botaoRecuperar {
	
    border: 0px;
	background-color: #000000;
	width: 300px;
    height: 50px;
	padding: 5px;
	border-radius: 5px !important;
	color: #FFFFFF;
	font-size: 14px;
    font-weight: bolder;
    outline: none;

}

.botaoRecuperar:hover {

    background-color: rgb(30, 30, 30);

}

.botaoRecuperar:active {

    background-color: rgb(40, 40, 40);

}

.glyphicon-cadeado, .glyphicon-usuario {

    background: url('/images/password.svg') !important;
	background-size: 15px !important;
	background-repeat: no-repeat !important;
	right: 0 !important;
	left: 20px !important;
    top: 18px !important;

}

.glyphicon-usuario{

    background: url('/images/user.svg') !important;
	background-size: 17px !important;
    background-repeat: no-repeat !important;

}

.inner-addon { 

    position: relative; 

}

.alinhamento-alphacode {

    display: block;
    margin-top: 100px;
    margin-bottom: 20px;
    font-size: 10px;
    color: black;

}

.logo-alinhamento-alphacode {

    width: 100px;
    margin-left: 4px;

}

.inner-addon .glyphicon {
  position: absolute;
  padding: 18px;
  padding-left: 30px;
  pointer-events: none;
}

.left-addon .glyphicon  {

    left:  0px;

}

.right-addon .glyphicon { 

    right: 0px;

}

.left-addon input  { 

    padding-left: 60px; 
    outline: none; 

}

.right-addon input { 
    
    padding-right: 30px; 

}

.container_inputs { 

    margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
    width: 300px;
	display: flex;
	flex-direction: column;

}

.input_email {

    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-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;
    height: 58px;
	background-color:#fff;
	border: 0px;

}

.texto_descritivo {

    background-color: white;
    padding: 20px 20px;
    text-align: left;
    margin: 0px;
    font-size: 14px;

}

.texto_descritivo {

    border-radius: 5px 5px 0px 0px;	

}

.input_email {

    border-radius: 0px 0px 5px 5px;

}
