
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  padding-top: 20px;
  padding-bottom: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;



}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  z-index:1;
}
.container-box {
  width: auto;
  height: auto;
  margin-top: 10%;

  margin-left: 5%;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: left;
  z-index:1000;
  position: relative;
  }

  .box {
  
  width: 100%;
  max-width: 400px;
  height: auto;
  background-color:rgba(255, 255, 255, 0.9);
  border-radius: 20px;


  }

  .box::after {
    opacity: .5;
}
  body {
  margin: 0px;
  background-image: url('https://srcond.com.br/image/bg.webp');
  background-size: auto!important;
  }

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
  margin-top: auto;
  
  
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
  text-align: center;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom:20px;
  margin-top: 20px;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;  
  margin-bottom:20px;
  margin-top: 20px;
}

.form-signin p{
  margin-top: 20px;
}


.btn-orange {
  color: #000;
  background-color: #F8C50D;
  border-color: #0000;
}
.btn-orange:focus,
.btn-orange.focus {
  color:#F8C50D;
  background-color:#000;
  border-color: #0000;
}
.btn-orange:hover {
  color:#F8C50D;
  background-color:#000;
  border-color: #0000;
}
.btn-orange:active,
.btn-orange.active,
.open > .dropdown-toggle.btn-orange {
  color: #fff;
  background-color: #0000;
  border-color: #0000;
}
.btn-orange:active:hover,
.btn-orange.active:hover,
.open > .dropdown-toggle.btn-orange:hover,
.btn-orange:active:focus,
.btn-orange.active:focus,
.open > .dropdown-toggle.btn-orange:focus,
.btn-orange:active.focus,
.btn-orange.active.focus,
.open > .dropdown-toggle.btn-orange.focus {
  color: #fff;
  background-color: #0000;
  border-color: #0000;
}
.btn-orange:active,
.btn-orange.active,
.open > .dropdown-toggle.btn-orange {
  background-image: none;
}

a:link{

  color: #fff;

}

a.hover{

  color: #0000;
}


