
html {
  background-color: rgba;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .input-group {
    padding-left: 20px;
    padding-right: 20px;
    }

    .link-footer {
    margin-bottom: 10px;
    }
}

.form_label {

}

.pagination{
    margin-top: 16px;
}

.pagination > li > a
{
    color: #003e7e33;
}

.pagination > li.active > a {
  background-color: #003e7e33 !important;
  border-color: #003e7e33 !important;
  color: white;
}

.pagination li:hover:not(.active) a {
  color: #003e7e33;
}

body {
  font-family: "Poppins", sans-serif;
  height: 100vh;
  background-color: #003e7e26;
}

a {
  color: #92badd;
  display:inline-block;
  text-decoration: none;
  font-weight: 400;
}

h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display:inline-block;
}

.hint_text {
    font-style: italic;
    margin-right: 20px;
    margin-left: 20px;
}

/* STRUCTURE */

.wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 20px;
}

#formWrapper {
    margin-left: 16px;
    margin-right: 16px;
}

#formContent {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 450px;
  position: relative;
  padding: 0px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  text-align: center;
}

.form-field {
    background-color: rgba(240,240,240, 0.2);
}

.custom-control-lg .custom-control-label::before,
.custom-control-lg .custom-control-label::after {
    top: 0.1rem !important;
    left: -2rem !important;
    width: 1.25rem !important;
    height: 1.25rem !important;
}

.custom-control-lg .custom-control-label {
    margin-left: 0.5rem !important;
    font-size: 1rem !important;
}

#formFooter {
  background-color: #f6f6f6;
  border-top: 1px solid #dce8f1;
  padding: 25px;
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.form-control:focus {
  border-color: #003e7e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(15,208,48,0.6);
}

.form_container {

    margin-top: 10px;
    padding-top: 30px;
    border-top-width: 1px;
    border-top-style: solid;
    border-color: rgb(230,230,230);
}

/* TABS */

h2.inactive {
  color: rgba(15,208,48,0.5);
}

h2.active {
  color: rgba(15,208,48,0.5);
}

.error-text {
    margin-left: 20px;
    margin-right: 20px;
    font-style: italic;
    padding-top: 0px;
    font-size: 12px;
    color: red;
}

.form-error {
    margin-top: 0px;
}

.error-text.general {
    margin-top: -20px;
    margin-left: 40px;
    margin-right: 40px;
}

.capture_preview {
    margin-bottom: 8px;
    width: 300px;
    height: auto;
    border-radius: 8px 8px 8px8px;
}

/* FORM TYPOGRAPHY*/
.interactable {
    color:rgba(15,208,48,1);
}
a {
    color:#569ad4;
}

.pinned-row{
    background-color: #ffc107;
}

input[type=button], input[type=submit], input[type=reset]  {
  background-color:     #003e7e;
  border: none;
  color: white;
  padding: 15px 80px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 5px 20px 40px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover  {
  background-color: #569ad4;
}

.file_input_button {
   background-color: #003e7e;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 0px;
   color: white;
   -webkit-box-shadow: 0 5px 15px 0 rgba(95,186,233,0.4);
  box-shadow: 0 5px 15px 0 rgba(95,186,233,0.4);
}

.file_input_button:hover {
   background-color: #569ad4;
   color: white;
   -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}

.link_button {
  -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  background-color: #003e7e33;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-width: 0px;
  border-radius: 5px 5px 5px 5px;
  margin-bottom: 40px;
}

.link_button:hover {
    background-color: #003e7e33;
}

input[type=button]:active, input[type=submit]:active, input[type=reset]:active  {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fadeIn {
  opacity:0;
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.fadeIn.first {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.fadeIn.second {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.fadeIn.third {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.fadeIn.fourth {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
  display: block;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #003e7e33;
  content: "";
  transition: width 0.2s;
}
.custom-nav-link {
    color: #003e7e33;
}

.underlineHover:hover {
  color: #0d0d0d;
}

.underlineHover:hover:after{
  width: 100%;
}



/* OTHERS */

*:focus {
    outline: none;
}
#icon {
  width:60%;
}

.logo {
    margin-left: 40px;
    margin-bottom:10px;
    margin-top: 15px;
}
.input-group-text {
			background: #003e7e !important;
			color: white !important;
			border: 0 !important;
			border-radius: 0.25rem 0 0 0.25rem !important;
		}
		.input_user,
		.input_pass:focus {
			box-shadow: none !important;
			outline: 0px !important;
		}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
			background-color: #003e7e33 !important;
		}
.login_btn {
			background-color: #003e7e; !important;
			color: white !important;
		}

.tab-pane
{
    margin-top: 40px;
}

.next_input {
    width: 50px;
    max-width: 100px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  /*set the size of the lens:*/
  width: 40px;
  height: 40px;
}