/*
 * Globals
 */


/* Custom default button */
.btn-light,
.btn-light:hover,
.btn-light:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */
@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&family=Ubuntu&display=swap');
body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container {
  max-width: 80%;
}


/*
 * Header
 */

.nav-masthead .nav-link {
  color: rgba(255, 255, 255, .5);
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}


.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

a{
  text-decoration: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }

}

.px-3 .reg {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}

.px-3 .log {
  display: flex;
  align-items: center;
  justify-content: center;
}


.px-3 .reg img{
 border-radius: 30px;
 height: 80%;
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.backsplash {
    background: linear-gradient(180deg,#000 , #723ed3 50%, #11756b  85%) no-repeat;

}

.backsplash2 {
    background: linear-gradient(180deg,#000 , #723ed3 45%, #6d1d9b );
}

.backsplash3 {
    background: linear-gradient(180deg, #000, #3ed3c4 45%, #1d9b8e);
}

.box{
  width: 30%;
  height:300px;
  padding: 5px;
  border-radius: 50px;
  display: flex;
  align-content: center;
  align-items: center;
  text-align: center;
  justify-content: center;
  position: relative;;
}

.box-a{
  background: linear-gradient(220deg,#000, #A444D5);
  margin-right: -20px;z-index: 9;
  padding-right: 20px;
}

.box-b{
background: linear-gradient(220deg, #000, #33B3A6);
  margin-right: -20px;z-index: 10;
}

.box-c{
  background: linear-gradient(220deg, #000, #FFA000);
  margin-right: -20px;z-index: 9;
  padding-left: 20px;
}
.login_form {
  margin: 0 30px 20px 30px;
  background-color: #33b3a62f;
  border-radius: 35px;
  text-align: center;
  padding: 20px 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.reg .login_form{
  background-color: #5ad8f752;
}
.home_logo{
  width: 100px;
}

.login_form a{
  color:#c7fff9;
}

.form-control-sm{
  border-radius: 30px;
  outline: none;
  border-style: none;
  text-align: center;
  display: block;
  display: inline-block;
    margin: 5px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.form-control-sm:focus{
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.btn-default{
  background-color: #0c4e48;
  color:white;
  border-radius: 30px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.btn-default:hover{
  background-color: #10756b;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

@media (max-width: 768px) {
body{
  max-width: 100%;
}
.img-responsive{

}
  .cover-container {
    max-width: 42em;
  }

  .box{
      width: 35%;
  }

  .box_cover{
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;align-items: center;
    margin: 30px 0;
  }

  .px-3{
    margin-top: 30px;;
  }
    .px-3 .reg img {
      border-radius: 30px;
      height: auto;
      width: 100%;
      margin-bottom: 40px;
    }

}

.text-yellow{
  color: yellow
}