.bttn-dark{
  color: #ffffff;
  background-color: transparent;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s ease all;
}
.bttn-dark:hover {
  color: #FFF;
}
.bttn-dark:focus {
  color: #FFF;
}
.bttn-dark {
  margin-top: 10px;
  display: inline-block;
  text-align: center;
  width: 100%;
  font-weight: bold;
  padding: 14px 0px;
  border: 3px solid rgba(0,0,0,0.5);
  border-radius: 5px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.bttn-dark:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-color: rgba(0,0,0,0.3);
  z-index: -1;
}
.bttn-dark:hover:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}
.bttn-dark:focus:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.btn-block {
  width: 100%;
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  width: 100%;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  background: #080B40;
}

@media screen and (min-width: 300px) {

  .login {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -230px 0 0 -150px;
    width: 300px;
    height: 300px;
  }

  .new-account {
    margin: -300px 0 0 -150px;
  }

  .recover-password {
    margin: -90px 0 0 -150px;
  }

}

@media screen and (min-width: 750px) {

  .login {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -150px;
    width: 300px;
    height: 300px;
  }

  .new-account {
    margin: -250px 0 0 -350px;
    width: 700px;
  }

  .recover-password {
    margin: -100px 0 0 -350px;
    width: 700px;
  }

}

.g-recaptcha {
        display: inline-block;
}

.login h1 {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
  text-align: center;
}

.logo {
  overflow-y: hidden ! important;
  overflow-x: hidden ! important;
  background-image: url('../images/logo_gecreativa_blanco.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100px;
}

.logo-ca {
  height: 100%
}

.separator {
  border-right: 1px solid white;
}

.login .logo img {
  margin-bottom: 20px;
  max-width:250px;
}

.login .logo-ca img {
  max-width:150px;
}

h3 {
  color: white;
  font-weight: bolder;
}

.login a {
  color: white;
  text-decoration: none;
}

.login a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.login a:active {
  color: black;
}

.login a:visited {
  color: white;
}

input {
  width: 100%;
  margin-bottom: 10px;
  border: none;
  outline: none;
  padding: 10px;
  font-size: 13px;
  border-radius: 4px;
  box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.2), 0 1px 1px rgba(255, 255, 255, 0.2);
  -webkit-transition: box-shadow .5s ease;
  -moz-transition: box-shadow .5s ease;
  -o-transition: box-shadow .5s ease;
  -ms-transition: box-shadow .5s ease;
  transition: box-shadow .5s ease;
}

input:focus {
  box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.4), 0 1px 1px rgba(255, 255, 255, 0.2);
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
}

.last-digits {
  text-align: center;
  color: white;
  margin: 10px auto 10px auto;
}

.swal2-radio input{
  width: auto;
  box-shadow: none;
}
