@import url('https://fonts.googleapis.com/css?family=Poppins');

/* BASIC */

html {
  background-color: rgb(255, 255, 255);
}

body {
  font-family: "Poppins", sans-serif;
  height: 100vh;
  min-width: 200px;
}

a {
  color: #fdfdfd;
  text-decoration: none;
  font-size:17px;
}

h1 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  display:inline-block;
  margin: 40px 8px 10px 8px; 
  color: #cccccc;
}

h1.wellcome_title{
  font-size: 25px;
  color: #fff;
}


.error-login{
  color: red;
}

h1.active.title-reset-code{

  width:100%;
}

.pattern_password{
  color: red;
  width: 600px;
  position: relative;
  top: 130px;
  right: 68px;
}

.fadeIn.fourth{
  cursor: pointer;
}

/* STRUCTURE */

.wrapper {
  display: flex;
  align-items: center;
  flex-direction: column; 
  justify-content: center;
  width: 100%;
  margin-top: 25px;
}

#formContent {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #00000070;
  padding: 30px;
  width: 100%;
  max-width: 450px;
  position: relative;
  padding: 0px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  text-align: center;
  border-radius: 40px;
  border-color: #01426a;
  border-style: solid;
}

.index_height {
  height: 360px;
}


.login_height {
  height: 500px;
}

#formFooter {
  background-color: #0c0b0b;
  border-top: 1px solid #dce8f1;
  padding: 25px;
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  width: 100%;
  
}


@media screen and (max-width: 900px){
  .formContent{
      width: 50vw;
  }

}
@media screen and (max-width: 600px){
  .formContent{
      width: 70vw;
  }

  #formContent .pattern_password {
    color: red;
    width: 100%;
    position: relative;
    top: 105px;
    left: 0px;
    font-size: 14px;
}
}
@media screen and (max-width: 400px){
  .formContent{
      width: 90vw;
  }

  #formContent .pattern_password {
    color: red;
    width: 100%;
    position: relative;
    top: 105px;
    left: 0px;
    font-size: 14px;
}
}

hr.style1{
    border: 0; 
    height: 2px; 
    width:70%;
    background-image: -webkit-linear-gradient(left, #01426a, #ccbfbf, #01426a);
    background-image: -moz-linear-gradient(left, #312f2f, #b1adad, #252525);
    background-image: -ms-linear-gradient(left, rgb(37, 36, 36), #fffdfd, #352f2f);
    background-image: -o-linear-gradient(left, #000000, #beadad, #000000); 
}

/* TABS */

h1.inactive {
  color: white;
}

h1.active {
  color:white;
 
  width:100px
}

.img_logo{
  width:250px;
}

/* FORM TYPOGRAPHY*/

input[type=button], input[type=submit], input[type=reset],input[type=email],input[type=text],.my_btn {
  background-color:#01426aab;
  border: none;
  color: white;
  padding: 15px 80px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  /* text-transform: uppercase; */
  font-size: 13px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 5px 20px 40px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover,input[type=text],.my_btn:hover  {
  background-color:#01426a;
  cursor: pointer;
}

.fadeInDown .container .bg_red{
  background: #e91e1e;
}

.fadeInDown .container .bg_red:hover{
  background:#e91e1ec9
}

input[type=button]:active, input[type=submit]:active, input[type=reset]:active,input[type=email]:active,input[type=text]:active {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

input[type=password]
 {
  background-color: #e8f0fe;
  border: none;
  color: #000000;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 85%;
  border-radius: 40px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}



input[type=email]
 {
  background-color: #e8f0fe;
  border: none;
  color: #000000;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 85%;
  border-radius: 40px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

input[type=email]:focus {
  
  border-bottom: 2px solid rgb(255, 255, 255);
}

input[type=password]:focus {
  
    border-bottom: 2px solid rgb(255, 255, 255);
  }

input[type=email]:placeholder {
  color: #cccccc;
}



/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fadeIn {
  opacity:0;
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.fadeIn.first {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.fadeIn.second {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.fadeIn.third {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.formContent a{
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: width 0.2s;
}

.underlineHover:hover {
  color: #ffffff;
}

.underlineHover:hover:after{
  width: 100%;
}



/* OTHERS */

*:focus {
    outline: none;
} 

#icon {
  width:60%;
}

* {
  box-sizing: border-box;
}