@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700";

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: 'Poppins', sans-serif;
}


body{
  /* Add image */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.content {
  background: url("../img/fundo.jpg") no-repeat center center fixed;
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.content::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0.7);
}

/*---------------------------------------------*/

.input {
  outline: 0;
  border-width: 0 0 2px;
  border-color: gray;
  font-size: 1.4rem;
  margin: 25px 0px;
}

.input:focus {
    border-color: green
}

.navy-title {
    width: 100%;
    text-align: center;
    background-color: #2e4d68;
    border: 1px solid #173A58;
    border-radius: 3px;
}

.navy-title > h5 {
    color: white;
    vertical-align: middle;
}
.intl-tel-input {
    display: table-cell;
}
.intl-tel-input .selected-flag {
    z-index: 4;
}
.intl-tel-input .country-list {
    z-index: 5;
}
.input-group .intl-tel-input .form-control {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
}

button {
   margin: 25px 0px;
   font-size: 1.4rem;
   width: 60%;
   line-height: 1.4em;
   text-transform: uppercase;
}

button:hover {
	cursor: pointer;
}

/** icon */
.box-login .material-icons {position: absolute; top: 10px; right: 10px; color: #26D074; }

.content {
  width: 100%;
  margin: 0 auto;
}

.container-box-login {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;  
}

.details-back {
  overflow: hidden;
}

.form {
   margin-top: 2vh;
}

.box-login {
  width: 580px;
  overflow: hidden;
  padding: 35px;
  position: absolute;
  right: 16%;
  background-color: white;
  height: 100vh;
  z-index: 1;
}

.wrap-box-input {
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
}

.box-input {
  font-size: 16px;
  line-height: 1.2;

  display: block;
  width: 100%;
  height: 45px;
  background: transparent;
}

/*---------------------------------------------*/ 
.focus-box-input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-box-input::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: #fff;
}


.box-input:focus + .focus-box-input::after {
  top: -22px;
  font-size: 18px;
}

.box-input:focus + .focus-box-input::before {
  width: 100%;
}

.details-left {
   position: absolute;
   bottom: 30%;
   left: 10%;
}

.title {
   font-size: 5vh;
   color: #1D405A;
   font-weight: bold;
   text-transform: uppercase;
   font-family: 'Gotham Black';
   line-height: 1.4em;
   letter-spacing: 0.4em;
}

.title hr {
  border-style: none;
  border-bottom: 5px solid #F7CE00;
  width: 30%;
  opacity: .8;
  margin-left:0px;
  margin-top:30px;
}

.title span {
   color:rgba(255,213,0,1);
}

.logo_white {
  margin-top: 20px;
  max-width: 200px;
}

.logo_atto {
  margin-top:10vh;
  max-width: 150px;
}

.logo {
  text-align: center;
  margin: 0 auto;
}

.circulos {
  position:absolute;
  top:0vh;
  right: 5%;
  z-index: 0;
  max-height: 100%;
}

.quadrados {
  position:absolute;
  top:10vh;
  right: 0px;
  z-index: 0;
}

.container-box-login-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.logo_mentor {
  margin-top:30%;
  max-width: 250px;
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 1280px) {
  .box-login {
    width: 400px;
  }

  .details-back {
    display: none;
  }
}

@media (max-width: 920px) {
  .box-login {
    padding: 55px 15px 37px 15px;
    margin: 0 auto;
    position: inherit;
    right: 0px;
    width: 400px;
  }

  .details-back {
    display: none;
  }

  .details-left {
    display: none;
  }


}

@media (max-height: 960px) {
  .logo_mentor {
    margin-top: 0px;
    max-width: 150px;
  }

  .box-login {
    width: 400px;
  }

  .title {
    font-size: 8vh;
  }
}

@media (max-height: 440px) {
  .logo_mentor {
    display: none;
  }

  form {
     margin-top: 20px;
  } 

  .box-login {
    padding-top: 0px;
  }

  .logo_atto {
    margin-top:10px;
    max-width: 80px;
  }
}
