body {
  font-family: "Roboto", sans-serif;
  background-color: #f8fafb;
  overflow-x: hidden;
  /* background: #FC466B;  fallback for old browsers */
  background-image: url('./../../../assets/img/generic/blue-abstract-gradient-wave-wallpaper\ 1.png');
  /* background-image: url('./../../../assets/img/illustrations/grad.png'); */
  background-size: cover;
  background-repeat: no-repeat;
  /* background: -webkit-linear-gradient(to right, #3F5EFB, #f84f0c);   Chrome 10-25, Safari 5.1-6 */
  /* background: -webkit-linear-gradient(to right, #3F5EFB, #f84f0c); */
  /* background: linear-gradient(to right, #3F5EFB, #f84f0c); W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background: linear-gradient(to right, #3F5EFB, #f84f0c); */
  /* background: -webkit-linear-gradient(to right, #ffffff, #ffffff);
  background: linear-gradient(to right, #ffffff, #ffffff); */


 }

 .bg-auth-circle-shape {
  opacity: 0.15;
  position: absolute;
  right: 33.75rem;
  top: -5.125rem;
}

.bg-auth-circle-shape, .bg-auth-circle-shape-2 {
  display: none;
}

.container-logo {
  margin-bottom: 0.1em !important;
}
.hana-logo {
  max-width: 200px;
}

@media screen and (min-width: 992px) {
  .bg-auth-circle-shape, .bg-auth-circle-shape-2 {
    display: block;
  }
  .hana-logo {
    max-width: 400px !important;
    display: block;
  }
  .container-logo {
    margin-bottom: 5em;
  }
}

img, svg {
  vertical-align: middle;
}

.bg-auth-circle-shape-2 {
  opacity: 0.3;
  position: absolute;
  left: -3.25rem;
  bottom: -7.4375rem;
}

img, svg {
  vertical-align: middle;
}




p {
  color: #b3b3b3;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", sans-serif; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #4455ec;}
  a:hover {
    text-decoration: none !important;
    color: #4455ec; }


.page{
  width: 100vw;
  min-height: 100vh;
  
}

.container{
  border-radius: 15px;
  max-width: 820px;
  max-height: 1024px;
  margin: 3rem;
  padding: 2rem;
}

.svg-img{
  max-width: 350px;
  height: auto;
}

.main-svg{
  justify-content:end;
}

.main_content{
  justify-content: start;
}

.btn{
  background-color: #2c7be5;
}

.btn:hover{
  background-color: #2c7be5;
}

.social-login a {
  text-decoration: none;
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: inline-block; }
  .social-login a span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .social-login a:hover {
    color: #fff; }
  .social-login a.facebook {
    background: #3b5998; }
    .social-login a.facebook:hover {
      background: #2c4272; }
  .social-login a.twitter {
    background: #1da1f2; }
    .social-login a.twitter:hover {
      background: #0b82cc; }
  .social-login a.google {
    background: #ea4335; }
    .social-login a.google:hover {
      background: #c42719; }

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px; }
  .control .caption {
    position: relative;
    top: .2rem;
    color: #888; }

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border-radius: 4px; }

.control--radio .control__indicator {
  border-radius: 50%; }

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc; }

.control input:checked ~ .control__indicator {
  background: #2c7be5; }

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #2c7be5; }

.control input:disabled ~ .control__indicator {
  background: #2c7be5;
  opacity: 0.9;
  pointer-events: none; }

.control__indicator:after {
  font-family: 'icomoon';
  content: '\e5ca';
  position: absolute;
  display: none;
  font-size: 16px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }

.control input:checked ~ .control__indicator:after {
  display: block;
  color: #fff; }

.control--checkbox .control__indicator:after {
  top: 50%;
  left: 50%;
  margin-top: -1px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b; }

.form-control:focus {
  border-color: #4455ec;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.644), 0 0 8px #c960c2;
}

@media screen and (max-width: 768px) {

  .main-svg{
    justify-content:center;
  }
  
  .main-content{
    justify-content: center;
  }

}

@media screen and (max-width: 400px) {
  
  .row{
    text-align: center;
    justify-content: center;
  }
  .container{
    border-radius: 15px;
    max-width: 100vw;
    margin: 1rem;
    padding: 1rem;
  }

  .main-svg{
    justify-content:center;
  }
  
  .main-content{
    justify-content: center;
  }

  .svg-img{
    max-width: 200px;
    height: auto;
  }
  
  .form-group{
    text-align: left;
  }
}