html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-image: url(https://cdn.mt.gov.sa/files/VisaRegistration/wwwroot/img/BG-05.png);
    background-size: cover;
    background-attachment:scroll;
    background-position: 40%;
    background-repeat: no-repeat;
    color: white;
    background-color: #041112;
}


.btn-primary {
    color: #000;
    background-color: #82d9bf !important;
    border-color: #82d9bf !important;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #846edb !important;
        border-color: #846edb !important;
    }


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem #ffffff5e, 0 0 0 0.25rem transparent !important;
}

.form-control:focus {
    color: #ffffff;
    background-color: #e7e6e6;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgb(130 217 191 / 43%);
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgb(2 20 20 / 65%) !important;
}

.rounded-5 {
    border-radius: 24px;
}

.form-control {
    color: white !important;
    background-color: #053333 !important;
    border: 0.5px solid #3c5c5c !important;
}
