/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* CSS DA TELA DE LOGIN */

body{

  background-color: #3643f7;
  margin: 0;
  min-height: 100%;

}

fieldset{

  border: 0;

}

p{

  margin: 0;

}

.form-login{
    margin: auto;
    padding: 50px;
    padding-bottom: 7px;
    padding-top: 20px;
    background-color: #e8e8e8;
    width: 310px;
    border-radius: 12px;
    margin-top: 3%;
    margin-bottom: 20px;
    display: flex;
    position: relative;
    flex-direction: column;
}

.form-login:focus{

  box-shadow: 1px 1px;

}

.inputContainer{

  width: 100%;

}

.loginInputQualiGo{

 width: 100%;
 box-sizing: border-box;
 padding: 4%;
 padding-top: 12px;
 padding-bottom: 12px;
 font-family: Arial, serif;
 font-size: 13px;
 border: 0;
 
}

.input-div{
  width: 83%;
    border: 1px solid #cdcfd4;
    border-left: 0;
}

.icone-div{
  width: 17%;
    background-color: white;
    border: 1px solid #cdcfd4;
    border-right: 0;
}

.user-input{
  display: flex;
  flex-direction: row;
}

.user-input:focus-within {
  border: 1px solid #3643f7;
}

.loginInputQualiGo:focus{

  border: 1px solid blue;

}

#usuarioEmail{

  width: 100%;
  margin-bottom: 5px;

}

#usuarioSenha{

  width: 100%;
  margin-bottom: 5px;
  
}

.btnLogin{

  width: 100%;
  margin-bottom: 27px;

}

#loginBtnQualiGo{

  background-color: #3643f7;
  color: white;
    width: 100%;
  font-size: 14px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0;
  -o-transition:color .2s ease-out, background .2s ease-in;
    -ms-transition:color .2s ease-out, background .2s ease-in;
    -moz-transition:color .2s ease-out, background .2s ease-in;
    -webkit-transition:color .2s ease-out, background 2s ease-in;
    transition:color .2s ease-out, background .2s ease-in;
  font-family: Arial, serif
}

#loginBtnQualiGo:hover{

  background-color: #0d29b8;
  cursor: pointer;

}

.recovery-rememberme{

  font-family: Arial;
  font-style: italic;
  font-size: 13px;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}

#recovery-password{
  
  margin-right: 58px;
  color: #3643f7;
  
}

#recovery-password:visited{
  
  color: #3643f7;
  
}

#recovery-password:hover{
  
  color: #3643f7;
  text-decoration: underline #3643f7 !important;
}

#remember-me{
  width: 13px;
  height: 13px;
  padding: 0;
  margin:0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  overflow: hidden;
  margin-right: 3px;  
}

.checkbox-label{
  padding-left: 15px;
  text-indent: -15px;
  color: #3643f7;
}



::placeholder{

  font-style: italic;

}

.form-costumer{

  background-color: #ff0f0f;
  display: flex;
  margin: 20px auto;
  position: relative;
  width: 370px;
  padding: 20px;
  border-radius: 11px;
  bottom: 5px;
  padding-bottom: 30px;
  padding-top: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}

.costumer-label{  
  display: flex;
  flex-direction: column;
  margin-left: 16px;
  overflow: hidden;
}

.costumer-text{
  font-weight: 900;
  transform: scale(1, 1.1);
  margin-bottom: 3px;
}

.form-costumer-text{
  color: white;
  text-align: center;
  font-family: Arial, seriff;
}

.costumer-text-2{
  margin-top: 5px;
}

.costumer-link{
  text-decoration: none;
}

.costumer-text-3{
  background-color: #e8e8e8;
  border-radius: 10px;
  padding: 6px 12px 6px 12px;
  border: 1px solid #e8e8e8;
  transition: box-shadow 0.2s ease-in-out;
  box-sizing: border-box;
  text-decoration: none;
  font-family: Arial;
  font-size: 14px;
  margin-top: 7px;
  text-align: center;
}

.costumer-text-3:hover{
  
  color: #1b1ede;
  outline: none;
    border-color: #ededed;
    box-shadow: 0 0 5px #ededed;
}

.costumer-text-3:visited{
  color: #1b1ede;
  text-decoration: none;
}

.imagem-pessoa{

    width: 100px;
    height: 100px;

}

#img-logo{
   margin: auto;
    margin-bottom: auto;
  margin-bottom: 15px;
  width: 170px;
}

.login-icon-email{
    width: 23px;
    height: 18px;
    margin-top: 9px;
    margin-left: 19px;
}

.login-icon-senha{

   width: 20px;
   height: 25px;
   margin-top: 6px;
   margin-left: 20px;;
}

.user-input:focus-within {
  border: 1px solid om dblue;
}

input:focus{
  outline: none !important;
  border: none !important;
}

@media (max-width: 700px){

  .form-login{
    width: 73%;
      padding: 30px;
      padding-top: 10px;
  }
  
  .form-costumer {
    width: 78%;
  }

  .costumer-text-3{
    white-space: normal;
      width: 100%;
      font-size: 11px;
  }

  .form-costumer-text{
      font-size: 13px;
      right: 93px;
      bottom: 15px;
      white-space: normal;
  }
  
  .costumer-label{
    margin: auto;
    margin-left: 10px;
  }

  .costumer-link{
    width: 160px;
      left: 22px;
      font-size: 12px;
    }

    #img-logo{
      width: 250px;
      height: 240px;
    }
  
    .btnLogin{
      margin-bottom: 15px;
    }
  
    .loginInputQualiGo{
      width: 100%;
      box-sizing: border-box;
    }
  
    #passwordForgot{
      font-size: 12px;
    }
  
    .login-icon-email{
      bottom: 135px;
      right: 215px;
    }
  
    .login-icon-senha{
        bottom: 70px;
      right: 205px;
    }
  
    .imagem-pessoa{
      margin: auto;
      margin-right: 10px;
    }
    
    #recovery-password{
      font-size: 11px;
    }
    
    .checkbox-label{
      font-size: 11px;
    }
}

.email-password-error{
  color: red;
  text-align: center;
  margin-bottom: 25px;
  font-family: Arial, seriff;
  font-size: 14px;  
}

.sucesso-recup{
  color: green;
  text-align: center;
  margin-bottom: 25px;
  font-family: Arial, seriff;
  font-size: 14px;  
}

.close-button-recup{
  
}

/* CSS PAGINAS DE RECUPERA��O */


.form-recup{
  
  padding: 50px;
  padding-bottom: 7px;
  padding-top: 20px;
  background-color: #e8e8e8;
  width: 310px;
  border-radius: 12px;
  margin: 145px auto;
  display: flex;
  position: relative;
  flex-direction: column;
}

#recupBtnQualiGo{

  background-color: #3643f7;
  color: white;
    width: 100%;
  font-size: 14px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0;
  -o-transition:color .2s ease-out, background .2s ease-in;
    -ms-transition:color .2s ease-out, background .2s ease-in;
    -moz-transition:color .2s ease-out, background .2s ease-in;
    -webkit-transition:color .2s ease-out, background 2s ease-in;
    transition:color .2s ease-out, background .2s ease-in;
  font-family: Arial, serif
}

#recupBtnQualiGo:hover{

  background-color: #0d29b8;
  cursor: pointer;

}

.btns-recup{
  display: flex;
    flex-direction: row;
    margin-bottom: 25px;
}

.btn-enviar-email{
  width: 30%;
}

.btn-voltar{
    width: 30%;
    margin-right: 122px;
}

#btnVoltarLogin{
  float: left;
  background-color: #3643f7;
  color: white;
    width: 100%;
  font-size: 14px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0;
  -o-transition:color .2s ease-out, background .2s ease-in;
    -ms-transition:color .2s ease-out, background .2s ease-in;
    -moz-transition:color .2s ease-out, background .2s ease-in;
    -webkit-transition:color .2s ease-out, background 2s ease-in;
    transition:color .2s ease-out, background .2s ease-in;
  font-family: Arial, serif;
  text-align: center;
  text-decoration: none;
}

.btn-voltar:hover{
  background-color: #0d29b8;
  cursor: pointer;
}

#btnVoltarLogin:hover{
  background-color: #0d29b8;
  cursor: pointer;
}

#usuarioEmailRecup{
  width: 100%;
    margin-bottom: 20px;
    margin-top: 15px;
}

/*TELA DE TROCAR SENHA*/


.recup-icon-senha{
    width: 20px;
    height: 25px;
    margin-top: 6px;
    margin-left: 20px;
}

.btns-trocar{
  display: flex;
    flex-direction: row;
    margin-bottom: 25px;
}

.btn-trocar-senha{
  width: 100%;
}

#usuarioTrocarSenha{
  width: 100%;
  margin-bottom: 20px;
  margin-top: 15px;
}

#usuarioTrocarSenhaConfirma{
  width: 100%;
  margin-bottom: 8px;
  margin-top: 15px;
}

.form-trocar-senha{
  padding: 50px;
  padding-bottom: 7px;
  padding-top: 20px;
  background-color: #e8e8e8;
  width: 310px;
  border-radius: 12px;
  margin: 105px auto;
  display: flex;
  position: relative;
  flex-direction: column;
}

#trocarSenhaBtnQualiGo{
  background-color: #3643f7;
  color: white;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0;
  -o-transition: color .2s ease-out, background .2s ease-in;
  -ms-transition: color .2s ease-out, background .2s ease-in;
  -moz-transition: color .2s ease-out, background .2s ease-in;
  -webkit-transition: color .2s ease-out, background 2s ease-in;
  transition: color .2s ease-out, background .2s ease-in;
  font-family: Arial, serif;
}

#trocarSenhaBtnQualiGo:hover{

  background-color: #0d29b8;
  cursor: pointer;

}

.erro-trocar-senha{
	color: red;
    text-align: center;
    margin-bottom: 20px;
    font-family: Arial, seriff;
    font-size: 14px;
}

@media(max-width: 700px){
	
	.form-recup{
	   width: 73%;
	   padding: 30px;
	   padding-top: 10px;
	   margin: 60px auto;
	}
	
	.btn-voltar{
	    margin-right: auto;
	}
	
	.btn-enviar-email{
		margin-left: auto;
	}
	
	.form-trocar-senha{
		width: 62%;
	}
	
	.recovery-rememberme{
		justify-content: space-between;
	}
}
	
	.trocar-senha-alert{
	    text-align: center;
	    margin-bottom: 12px;
	    color: red;
	    font-family: Arial, serif;
	    font-size: 14px;
	}
	
	.error{
		color: red;
	    text-align: center;
	    margin-bottom: 8px;
	    font-family: Arial, seriff;
	    font-size: 14px;
	}
	
}

.cadastra-empresa-class{
	padding 70px;
}



