body {
  background: #202039 !important;
  color: #dcdcf0 !important;
  height: 100%; }

input[type="submit"] {
  background-color: #39395c;
  color: #dcdcf0; }
  input[type="submit"]:hover {
    background-color: #6e7b9f; }

input[type="button"] {
  background-color: #39395c;
  color: #dcdcf0; }
  input[type="button"]:hover {
    background-color: #6e7b9f; }
    
           
    
.recover_pass{
  background-color: #39395c;
  color: #dcdcf0; }
  .recover_pass:hover {
    background-color: #6e7b9f; }

.recover_pass_btn{background-color: #202039;
  color: #dcdcf0;
  width:70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-weight: bold;
  margin-top: 5px;
}

  .recover_pass_btn:hover {
    background-color: #6e7b9f; 
    font-weight: bold;}    

.submitBtn {
      background-color: #39395c;
      color: #dcdcf0; }
  .submitBtn:hover {
        background-color: #6e7b9f; }

.panel {
  background-color: #202039; }

.upper-bar {
  background-color: #202039; }

.powered-by {
  max-width: 200px;
  padding-top: 10px; }

.video-link {
  background-color: #39395c;
  border-radius: 6px;
  color: #dcdcf0;
  font-size: 2em;
  padding: 10px;
  margin: auto;
  max-width: 100%;
  overflow-wrap: break-word;
  text-align: center;
  word-wrap: break-word; }
  .video-link:hover {
    background-color: #6e7b9f;
    color: #dcdcf0;
    text-decoration: none; }

.video-link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  max-width: 50%; }

  
#modalRecover .modal-content {
  background-color: #202039;
  color: #dcdcf0; }
 
#modalRecover .help-block {  
  color: #dcdcf0; }

.modal-content {
  background-color: #202039;
  color: #dcdcf0; }
  
.help-block {  
  color: #dcdcf0; }

 
.container{
  padding-top:50px;
  margin: auto;
}
.userinfo:hover{
  background-color: #202039; 
}
.divCaptcha{
  display: flex;
  justify-content: unset;
}

.inputCaptcha{
  background-color: white;
  border-radius: 10px;
  -webkit-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  border-radius: 10px;
  outline: none;
  width: -webkit-fill-available;
  height: 45px;
  padding: 10px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  margin-top: 10px;
  font-size: 16px;
  margin-top: 5px;
  /* margin-left: 2.5%; */
  margin-right: 0.5%;
}

.captcha{
  background-color: #bbb;
  border-radius: 10px;
  -webkit-appearance: none;
  -webkit-appearance: none;
  /* border: 1px solid #ccc; */
  border-radius: 10px;
  outline: none;
  width: -webkit-fill-available;
  height: 45px;
  padding: 5px 0px 0px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 21px;
  margin-top: 5px;
  margin-left: 0.5%;
  /* margin-right: 2.5%; */
}

.error {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  color: #a94442;
  font-weight: 800;
  display: block;
  }
