/*
 * Globals
 */


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


/*
 * Base structure
 */

body {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  word-wrap: break-word
}

/*
 * Header
 */

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  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;
}


@media (min-width: 1200px) {
  .mb-auto{    
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      padding-top: 10px;
      padding-bottom: 10px;
      box-shadow: 0 1 3px rgba(0, 0, 0 , 15%);
      z-index: 100;
      opacity: 0.85;
  }

  .header-wrapper {
    max-width: 1920px;
    width:100%;
    padding:15px;
    margin: auto;
    position: relative;
  }

  .content-wrapper{
    max-width: 1920px;
    width:100%;
    margin: 130px auto 0 auto;
    position: relative;
  }
  .index-banner{
    width: 100%;
    position: fixed;
    z-index: 999;
    min-height:100px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
  }

  .bg{
    border-radius: 10px;
  }

  .title{
    color: #E52032; 
    font-size: 40px; 
    font-weight: 700; 
    word-wrap: break-word;
  }

  .personal_title{
    color: #E52032; font-size: 24px; font-weight: 700; word-wrap: break-word
  }

  .space{
    margin-top:20px !important;
  }

  .small_space{
    margin-top:10px !important;
  }

  .row{
    margin-left:0px !important;
    margin-right:0px !important;
    padding:0;
  }

  input[type=email]{
    background: #F5F5F5; 
    border-top-left-radius: 5px; 
    border-top-right-radius: 5px; 
    padding:12px;
    border: none;
    border-bottom: 1px #CCCCCC solid;
    color: #999999;
    font-size: 16px;
    font-weight: 400;
    word-wrap: break-word;
  }

  input[type=text]{
    background: #F5F5F5; 
    border-top-left-radius: 5px; 
    border-top-right-radius: 5px; 
    padding:12px;
    border: none;
    border-bottom: 1px #CCCCCC solid;
    color: #999999;
    font-size: 16px;
    font-weight: 400;
    word-wrap: break-word;
  }

  .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown),select.form-control{
    background: #F5F5F5; 
    border-top-left-radius: 5px; 
    border-top-right-radius: 5px; 
    border: none;
    border-bottom: 1px #CCCCCC solid;
    color: #999999;
    font-size: 16px;
    font-weight: 400;
    word-wrap: break-word
  }
  
  input[type=checkbox]{
    transform: scale(1.5);
  }
  
  .form-register .form-floating:focus-within {
    z-index: 2;
  }
  
  .form-register input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .form-register input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .btn-outline-danger{
    width:100%;
    padding-top:12px;
    padding-bottom:12px;
  }

  .submit_button{
    width: 100%; 
    height: 56px; 
    background: #E52032; 
    border-radius: 5px;
    border:none;
    color:#FFF;
  }

  .container {
    text-align: center;
    color: white;
    padding-left: 0;
    padding-right: 0;
    position:relative;
    min-height: 80vh;
    background-size: cover;
    background-image: url('/assets/images/background.png');
    border-radius: 10px;
  }

  .reg_form{
    overflow-y: scroll;
    height: 80vh;
  }

  .bg_text{
    background: rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    border: none;
    backdrop-filter: blur(10px);
    position: absolute;
    left: 5%;
    bottom: 15px;
    right: 5%;
    height: 50%;
    padding:15px;
    text-align:left;
  }

  .bg-title{
    font-size: 24px;
    line-height: 28.8px;
    margin-bottom:10px;
    word-wrap: break-word
  }

  p{
    font-size: 16px;
    line-height: 28.8px;
    margin-bottom:10px;
    word-wrap: break-word
  }

  .backspace{
    margin-left:-10px !important;
  }

  .reset{
    text-align:center;
  }
  
  
  footer{
    margin:50px auto 0 auto !important;
    padding-top:30px;
    text-align:center;
  }

  .reset{
    text-align:center;
  }

  .reset a{
    color:#E52032;
  }

  .reset a:hover{
    color:#E52032;
  }

  .error{
    color:#FF0000;
  }
}



@media (min-width: 768px) and (max-width: 1200px) {
  .mb-auto{    
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      padding-top: 10px;
      padding-bottom: 10px;
      box-shadow: 0 1 3px rgba(0, 0, 0 , 15%);
      z-index: 100;
      opacity: 0.85;
  }

  .header-wrapper {
    max-width: 1920px;
    width:100%;
    padding:15px;
    margin: auto;
    position: relative;
  }

  .content-wrapper{
    max-width: 1920px;
    width:100%;
    margin: 130px auto 0 auto;
    position: relative;
  }
  .index-banner{
    width: 100%;
    position: fixed;
    z-index: 999;
    min-height:100px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
  }

  .bg{
    border-radius: 10px;
  }

  .title{
    color: #E52032; 
    font-size: 40px; 
    font-weight: 700; 
    word-wrap: break-word;
  }

  .personal_title{
    color: #E52032; font-size: 24px; font-weight: 700; word-wrap: break-word
  }

  .space{
    margin-top:20px !important;
  }

  .small_space{
    margin-top:10px !important;
  }

  .row{
    margin-left:0px !important;
    margin-right:0px !important;
    padding:0;
  }

  input[type=email]{
    background: #F5F5F5; 
    border-top-left-radius: 5px; 
    border-top-right-radius: 5px; 
    padding:12px;
    border: none;
    border-bottom: 1px #CCCCCC solid;
    color: #999999;
    font-size: 16px;
    font-weight: 400;
    word-wrap: break-word;
  }

  input[type=text]{
    background: #F5F5F5; 
    border-top-left-radius: 5px; 
    border-top-right-radius: 5px; 
    padding:12px;
    border: none;
    border-bottom: 1px #CCCCCC solid;
    color: #999999;
    font-size: 16px;
    font-weight: 400;
    word-wrap: break-word;
  }

  .error{
    color:#FF0000;
  }

  .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown),select.form-control{
    background: #F5F5F5; 
    border-top-left-radius: 5px; 
    border-top-right-radius: 5px; 
    border: none;
    border-bottom: 1px #CCCCCC solid;
    color: #999999;
    font-size: 16px;
    font-weight: 400;
    word-wrap: break-word
  }
  
  input[type=checkbox]{
    transform: scale(1.5);
  }
  
  .form-register .form-floating:focus-within {
    z-index: 2;
  }
  
  .form-register input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .form-register input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .btn-outline-danger{
    width:100%;
    padding-top:12px;
    padding-bottom:12px;
  }

  .submit_button{
    width: 100%; 
    height: 56px; 
    background: #E52032; 
    border-radius: 5px;
    border:none;
    color:#FFF;
  }

  .container {
    text-align: center;
    color: white;
    padding-left: 0;
    padding-right: 0;
    position:relative;
    min-height: 80vh;
    background-size: cover;
    background-image: url('/assets/images/background.png');
    border-radius: 10px;
  }

  .reg_form{
    overflow-y: scroll;
    height: 80vh;
  }

  .bg_text{
    background: rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    border: none;
    backdrop-filter: blur(10px);
    position: absolute;
    left: 5%;
    bottom: 15px;
    right: 5%;
    height: 90%;
    padding:15px;
    text-align:left;
  }

  .bg-title{
    font-size: 24px;
    line-height: 28.8px;
    margin-bottom:10px;
    word-wrap: break-word
  }

  p{
    font-size: 16px;
    line-height: 28.8px;
    margin-bottom:10px;
    word-wrap: break-word
  }

  .backspace{
    margin-left:-10px !important;
  }

  .reset{
    text-align:center;
  }
  
  
  footer{
    margin:50px auto 0 auto !important;
    padding-top:30px;
    text-align:center;
  }

  .reset{
    text-align:center;
  }

  .reset a{
    color:#E52032;
  }

  .reset a:hover{
    color:#E52032;
  }
}

@media (max-width: 768px) {
  .mb-auto{    
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      padding-top: 10px;
      padding-bottom: 10px;
      box-shadow: 0 1 3px rgba(0, 0, 0 , 15%);
      z-index: 100;
      opacity: 0.85;
      text-align:center;
  }

  .header-wrapper {
    max-width: 1920px;
    width:100%;
    margin: auto;
    position: relative;
  }


  .header-wrapper img {
    text-align: center;
  }

  .content-wrapper{
    max-width: 1920px;
    width:100%;
    margin: 50px auto;
    position: relative;
  }
  .index-banner{
    width: 100%;
    z-index: 999;
    min-height:50px;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    position: relative;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
  }

  .bg{
    border-radius: 10px;
  }

  .title{
    color: #E52032; 
    font-size: 18px; 
    font-weight: 700; 
    word-wrap: break-word;
  }

  .personal_title{
    color: #E52032; font-size: 24px; font-weight: 700; word-wrap: break-word
  }

  .space{
    margin-top:20px !important;
  }

  .small_space{
    margin-top:10px !important;
  }

  .row{
    margin-left:0px !important;
    margin-right:0px !important;
    padding:0px;
  }

  input[type=text]{
    background: #F5F5F5; 
    border-top-left-radius: 5px; 
    border-top-right-radius: 5px; 
    padding:12px;
    border: none;
    border-bottom: 1px #CCCCCC solid;
    color: #999999;
    font-size: 16px;
    font-weight: 400;
    word-wrap: break-word;
  }

  input[type=email]{
    background: #F5F5F5; 
    border-top-left-radius: 5px; 
    border-top-right-radius: 5px; 
    padding:12px;
    border: none;
    border-bottom: 1px #CCCCCC solid;
    color: #999999;
    font-size: 16px;
    font-weight: 400;
    word-wrap: break-word;
  }

  .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown),select.form-control{
    background: #F5F5F5; 
    border-top-left-radius: 5px; 
    border-top-right-radius: 5px; 
    border: none;
    border-bottom: 1px #CCCCCC solid;
    color: #999999;
    font-size: 16px;
    font-weight: 400;
    word-wrap: break-word
  }
  
  input[type=checkbox]{
    transform: scale(1.5);
  }
  
  .form-register .form-floating:focus-within {
    z-index: 2;
  }
  
  .form-register input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .form-register input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .btn-outline-danger{
    width:103%;
    padding-top:12px;
    padding-bottom:12px;
  }

  .submit_button{
    width: 100%; 
    height: 56px; 
    background: #E52032; 
    border-radius: 5px;
    border:none;
    color:#FFF;
  }

  .container {
    position: relative;
    text-align: center;
    color: white;
    padding-left:0;
    padding-right:0;
  }

  .bg_text{
    position: absolute;
    left: 5px;
    top: 5px;
    right: 5px;
    padding:15px;
    text-align:left;
  }

  .bg-title{
    font-size: 18px;
    font-weight:700;
    line-height: 21.6px;
    margin-bottom:10px;
    word-wrap: break-word
  }

  .event{
    font-size: 15px;
    margin-bottom:10px;
    word-wrap: break-word
  }

  p, td{
    font-size: 13px;
    margin-bottom:10px;
    word-wrap: break-word
  }

  .backspace{
    margin-left:-10px !important;
  }

  .m_check{
    padding-top:10px;
  }

  .m{
    padding-top:20px;
  }

  .reset{
    text-align:center;
  }

  .reset a{
    color:#E52032;
  }

  .reset a:hover{
    color:#E52032;
  }
  
  footer{
    margin:50px auto 30px auto !important;
    text-align: center;
  }
}