i:hover {
  color: #0077B5 !important;
}

a:hover {
  color: #0077B5 !important;
}

.btn-help {
  background-color: #470ca5;
  color: #FFFFFF;
}

.btn-help:hover,
.btn-help:focus,
.btn-help:not(:disabled):not(.disabled):active,
.btn-help:not(:disabled):not(.disabled).active,
.btn-help:not(:disabled):not(.disabled):active:focus,
.btn-help:not(:disabled):not(.disabled).active:focus,
.btn-help:active:hover,
.btn-help.active:hover,
.show>.btn-help.dropdown-toggle,
.show>.btn-help.dropdown-toggle:focus,
.show>.btn-help.dropdown-toggle:hover {
  background-color: #AC6BEC;
  color: #FFFFFF;
  box-shadow: none;
}

.btn-help:hover {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
}

.btn-help.disabled,
.btn-help.disabled:hover,
.btn-help.disabled:focus,
.btn-help.disabled.focus,
.btn-help.disabled:active,
.btn-help.disabled.active,
.btn-help:disabled,
.btn-help:disabled:hover,
.btn-help:disabled:focus,
.btn-help:disabled.focus,
.btn-help:disabled:active,
.btn-help:disabled.active,
.btn-help[disabled],
.btn-help[disabled]:hover,
.btn-help[disabled]:focus,
.btn-help[disabled].focus,
.btn-help[disabled]:active,
.btn-help[disabled].active,
fieldset[disabled] .btn-help,
fieldset[disabled] .btn-help:hover,
fieldset[disabled] .btn-help:focus,
fieldset[disabled] .btn-help.focus,
fieldset[disabled] .btn-help:active,
fieldset[disabled] .btn-help.active {
  background-color: #AC6BEC;
  border-color: #AC6BEC;
}

.btn-help.btn-simple {
  color: #AC6BEC;
  border-color: #AC6BEC;
}

.btn-help.btn-simple:hover,
.btn-help.btn-simple:focus,
.btn-help.btn-simple:not(:disabled):not(.disabled):active,
.btn-help.btn-simple:not(:disabled):not(.disabled).active,
.btn-help.btn-simple:not(:disabled):not(.disabled):active:focus,
.btn-help.btn-simple:not(:disabled):not(.disabled).active:focus,
.btn-help.btn-simple:active:hover,
.btn-help.btn-simple.active:hover,
.show>.btn-help.btn-simple.dropdown-toggle,
.show>.btn-help.btn-simple.dropdown-toggle:focus,
.show>.btn-help.btn-simple.dropdown-toggle:hover {
  background-color: transparent;
  color: #AC6BEC;
  border-color: #AC6BEC;
  box-shadow: none;
}

.btn-help.btn-link {
  color: #AC6BEC;
}

.btn-help.btn-link:hover,
.btn-help.btn-link:focus,
.btn-help.btn-link:not(:disabled):not(.disabled):active,
.btn-help.btn-link:not(:disabled):not(.disabled).active,
.btn-help.btn-link:not(:disabled):not(.disabled):active:focus,
.btn-help.btn-link:not(:disabled):not(.disabled).active:focus,
.btn-help.btn-link:active:hover,
.btn-help.btn-link.active:hover,
.show>.btn-help.btn-link.dropdown-toggle,
.show>.btn-help.btn-link.dropdown-toggle:focus,
.show>.btn-help.btn-link.dropdown-toggle:hover {
  background-color: transparent;
  color: #AC6BEC;
  text-decoration: none;
  box-shadow: none;
}

.text-box-bigger {
    padding: 15px 15px !important;
    font-size: x-large;
}

@media screen and (min-width: 518px) {
  .text-box-bigger {
    font-size: x-large;
  }
}

@media screen and (max-width: 517px) {
  .text-box-bigger {
    font-size: large;
  }
}

.text-box-smaller {
    padding: 5px 15px !important;
    font-size: small;
}

.input-group-append .input-group-text i {
  margin-left: -20px;
}

.input-group-text i {
  width: 30px;
}

.input-group-prepend span {
  min-width: 49px !important;
}

.input-group-append span {
  min-width: 49px !important;
}


/* Input Field Overwrite */

.login-page .card-login.card-plain .form-group.no-border .form-control, .login-page .card-login.card-plain .input-group.no-border .form-control {
    background-color: rgba(255, 255, 255, 0.945);
    color: rgb(0, 0, 0) !important;
}

.login-page .card-login.card-plain .form-group.no-border .form-control, .login-page .card-login.card-plain .input-group.no-border .form-control:disabled {
    background-color: rgb(41, 97, 107);
    color: rgb(208, 222, 225) !important;
}

.login-page .card-login.card-plain .form-group.no-border .form-control:focus,
.login-page .card-login.card-plain .form-group.no-border .form-control:active,
.login-page .card-login.card-plain .form-group.no-border .form-control:active,
.login-page .card-login.card-plain .input-group.no-border .form-control:focus,
.login-page .card-login.card-plain .input-group.no-border .form-control:active,
.login-page .card-login.card-plain .input-group.no-border .form-control:active {
    background-color: rgba(255, 255, 255, 0.774);
    color: rgb(0, 0, 0) !important;
}

#ajax_loader {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255, 255, 255, 0.521);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

#ajax_loader::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:50px;height:50px;
    border-style:solid;
    border-color:rgb(8, 125, 148);
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

/* Page height adjustment & video height */

.page-header>.content {
  margin-top: 0% !important;
  text-align: center;
  margin-bottom: 0px !important;
}

.login-page .card-login .logo-container {
  width: 200px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 0px;
}

#loginVideo {
  width: 100%;
  height: 100%;
}