﻿body {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
}


html {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
}


/* INICIO DA FORMATAÇÃO DA NOVA TELA DE LOGIN */


.caixa_login {
  width: 100%;
  height: 100%;
  background-image: url('../../Images/background.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  position: relative;
  float: left;
}


.centro_empresas {
  /*width:352px;*/
  min-height: 290px;
  position: relative;
  /*top:50%;
	left:50%;
	margin: -145px 0px 0px -175px;*/
  border: 0px solid white;
}


.logo_empresas {
  width: 350px;
  height: 100px;
  background-image: url('../../Images/logo.png');
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center top;
  position: relative;
  margin: 0px auto;
  margin-bottom: 0px;
}


.background_empresa {
  background-image: url('../../Images/3100_grey_abstract.jpg');
}


.caixa_new_company {
  width: 150px;
  height: 150px;
  background: url(../imagens/img_layout/logo_aco_mais.png) no-repeat;
  background-size: 90%;
  background-position: center center;
  position: relative;
  margin: 0px auto;
  display: inline-table;
  transition-duration: 0.3s;
  cursor: pointer;
}


.centro_login {
  width: 352px;
  min-height: 290px;
  background:;
  position: relative;
  display: table;
  top: 50%;
  left: 50%;
  margin: -145px 0px 0px -175px;
  border: 0px solid white;
}

.centro_empresa {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50%;
  width: 50%;
  margin: 0px auto;
}


.logo {
  width: 100%;
  height: 200px;
  background: url('../../Images/newlogo.png');
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center center;
  position: relative;
  float: left;
  margin-bottom: 0px;
}


.centro_login input[type='text'] {
  width: 100%;
  height: 40px;
  margin-top: 20px;
  border: none;
  background: none;
  padding-left: 10px;
  border-bottom: 1px solid white;
  color: white;
  font-family: calibri light;
  font-size: 18px;
}


.centro_login input:focus {
  -webkit-box-shadow: 0px 0px 0px 0px white;
  outline: none;
  border-bottom: 3px solid white;
}


.centro_login input[type='password'] {
  width: 100%;
  height: 40px;
  margin-top: 20px;
  border: none;
  background: none;
  padding-left: 10px;
  border-bottom: 1px solid white;
  color: white;
  font-family: calibri light;
  font-size: 18px;
}


.centro_login input:focus {
  -webkit-box-shadow: 0px 0px 0px 0px white;
  outline: none;
  border-bottom: 3px solid white;
}


.centro_login ::-webkit-input-placeholder {
  font-style: italic;
  font-family: Calibri light;
  color: white;
  opacity: 1;
}

.centro_login :-moz-placeholder { /* Firefox 18- */
  font-style: italic;
  font-family: Calibri light;
  color: white;
  opacity: 1;
}

.centro_login ::-moz-placeholder { /* Firefox 19+ */
  font-style: italic;
  font-family: Calibri light;
  color: white;
  opacity: 1;
}

.centro_login :-ms-input-placeholder {
  font-style: italic;
  font-family: Calibri light;
  color: white;
  opacity: 1;
}



.centro_login input[type='submit'] {
  width: 100%;
  height: 40px;
  margin-top: 10px;
  border: none;
  background: royalblue;
  color: white;
  margin-top: 30px;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  border-radius: 5px;
}


.centro_login input[type='button']:hover {
  background: darkblue;
}


.centro_login input[type='button'] {
  width: 100%;
  height: 40px;
  margin-top: 10px;
  border: none;
  background: royalblue;
  color: white;
  margin-top: 0px;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
}


.centro_login input[type='submit']:hover {
  background: darkblue;
}


.gerenciar_senha {
  width: 350px;
  height: 25px;
  background:;
  position: relative;
  float: left;
  margin-top: 20px;
  font-family: arial;
  color: white;
  text-align: left;
}


.lembrar_senha {
  width: 175px;
  height: 25px;
  background:;
  position: relative;
  float: left;
  line-height: 25px;
}


.check_box {
  width: 25px;
  height: 25px;
  background:;
  position: relative;
  float: left;
  margin-right: 3px;
}


.lembrar_senha .check_box input[type='checkbox'] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: none;
  margin: 0px;
  padding: 0px;
  margin-top: 2.5px;
}


.lembrar_senha .check_box :-moz-input[type='checkbox'] { /* Firefox 18- */
  width: 30px;
  height: 20px;
  margin-right: 10px;
  border: none;
  margin: 0px;
  padding: 0px;
  margin-top: 2.5px;
}


.alerta {
  width: 100%;
  height: 40px;
  background: darkred;
  position: relative;
  float: left;
  margin-top: 20px;
  margin-bottom: -10px;
  border: none;
  color: white;
  font-family: calibri light;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  transition-duration: 0.3s;
  display: none;
}


.alert alert-danger {
  background: darkred;
}


#dangerAlert {
  background: darkred;
}


#dangerAlert {
  display: none;
  border: none;
  margin-top: 20px;
  margin-bottom: -10px;
  padding: 5px;
  text-align: center;
}


.rodape {
  width: 100%;
  text-align: center;
  color: white;
  position: absolute;
  bottom: 0;
  font-size: 16px;
}




/* FIM DA FORMATAÇÃO DA NOVA TELA DE LOGIN ***/
