
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  display: table;
  float: left;
  text-align: center;
  background-color: #5398c2;
  background-image: linear-gradient(30deg, #5398c2 0%, #9ee0c2 100%);
  background-image: -webkit-linear-gradient(30deg, #5398c2 0%, #9ee0c2 100%);
  background-image: -moz-linear-gradient(30deg, #5398c2 0%, #9ee0c2 100%);
  font-family: 'Arial', sans-serif;
}

.container {
  margin: 0 auto;
  max-width: 978px;
  width: 100%;
}

.logo {
  width:160px;
  margin-left: 0;
  margin-right: 0;
}

.logo_two {
  height:40px;
  margin:0 auto 0 auto;
  text-align:center
}

.auth_container {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  display: table-cell;
  vertical-align: middle;
}

.auth_card {
  width: 520px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  padding: 0;
  border-radius: 10px;
  border:1px solid #dcdcdc;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  	-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0, .1);
  -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0, .1);
  box-shadow: 0px 0px 15px 5px rgba(0,0,0, .1);
  transition: box-shadow 0.2s ease-in-out;
}


.auth_card:hover {
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0, .2);
  -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0, .2);
  box-shadow: 0px 0px 15px 5px rgba(0,0,0, .2);
  transition: box-shadow 0.2s ease-in-out;
}

.auth_title {
  width: 100%;
  padding: 0;
  margin: 20px auto 40px auto;
  text-align: center;
  font-size: 18px;
  color: #505050;
}

.auth_footer {
  width: 100%;
  height: 50px;
  float: left;
  padding: 16px 0 16px 0;
  text-align: center;
  border-top: 1px solid #dcdcdc;
}

.psw_button {
  width:30px;
  height:30px;
  position:absolute;
  border-radius: 15px;
  background-color: #cecece;
  text-align: center;
  font-size: 18px;
  padding-top: 2px;
  top: 7px;
  right: 10px;
  color:#fff !important;
  transition: 0.2s ease-in-out;
}

.psw_button:hover {
  background-color: #969696;
  transition: 0.2s ease-in-out;
}

.form_button {
  text-align: center;
  width:100%;
  height: 45px;
  margin-top: 0px;
  background-color: #49505b;
  color:#fff;
  font-size: 16px;
  font-weight:bold;
  border-radius: .25rem;
  transition: 0.2s ease-in-out;
}

.form_button:hover {
  background-color: #606875;
  transition: 0.2s ease-in-out;
}

.error {
  font-size: 14px;
  color: red;
  float: left;
}

.cover_right_form {
  width: 400px;
}

.btn_social {
  width: 300px;
  height: 50px;
  font-size: 16px;
  border: 2px solid #e9ecef;
  padding-top: 12px;
}

.cover_right_language {
  position:absolute !important;
  right:30px !important;
}

.cover_right_footer {
  position:absolute;
  bottom:0;
}

.cover_right_logo img {
  display: none
}


/* -- MEDIA QUERIES ----------------------------------------------------------*/


/* Very Very Small devices */
@media (max-width: 413px) {

  .cover {
    height:100%
  }

  .cover_left {
    display:none
  }

  .cover_right {
    height:100%
  }

  .btn_social {
    width: 280px;
    height: 50px;
    font-size: 16px;
    border: 2px solid;
    padding-top: 12px;
  }

  .cover_right_form {
    width:280px
  }

  .cover_right_language {
    display:none
  }

  .cover_right_footer {
    position:relative !important;
  }

  .cover_right_logo img {
    display: block;
    width:150px
  }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media (min-width: 321px) and (max-width: 991.98px) {

  .cover {
    height:100vh !important
  }

  .cover_left {
    display:none
  }

  .cover_right {
    height:100vh !important
  }

  .btn_social {
    width: 300px;
    height: 50px;
    font-size: 16px;
    border: 2px solid;
    padding-top: 12px;
  }

  .cover_right_form {
    width:300px
  }

  .cover_right_language {
    display:none
  }

  .cover_right_footer {
    position:absolute;
    bottom:0
  }

  .cover_right_logo img {
    display: block;
    width:200px
  }

}


/* -- MEDIA QUERIES ----------------------------------------------------------*/
