

*{box-sizing:border-box}

/* Slideshow container */
.form-row .form-group {
  margin-right: -15px;
  margin-left: -15px;
  background-color: transparent;
}

input[type=text] {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color:rgba(0,0,0,0) !important;
  outline: none;
}

input[type=text]:focus {
  border: 2px solid #fff;
}

input[type=date] {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #fff;
  -webkit-transition: 0.5s;
  background-color:rgba(0,0,0,0) !important;
  transition: 0.5s;
  outline: none;
}

input[type=date]:focus {
  border: 2px solid #fff;
}
input[type=number] {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color:rgba(0,0,0,0) !important;
  outline: none;
}

input[type=number]:focus {
  border: 2px solid #fff;
}
form.formHom input {color:white !important;}
form.formHom button {
  float: left;
  width: 30%;
  border: 1px solid #fff;
  padding: 5px 18px 14px 10px;
  background: #0df3fc;
  color: white;
  font-size: 17px;
  cursor: pointer;
}
.slideshow-container {
  max-width: 100%;
  height: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0);

}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* Set a style for all buttons */
button {
    color: white;
    padding: 10px 16px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: auto;
    height: auto;
    border-bottom-color: rgba(255,255,255,.5);
    border-right-color: rgba(60,60,60,.35);
    border-top-color: rgba(60,60,60,.35);
    border-left-color: rgba(80,80,80,.45);
    background-color: rgba(0,0,0,.2);
    background-repeat: no-repeat;

    margin-bottom: 10px;

}

#text {display:none;color:red}


button:hover {
    opacity: 0.8;
}

/* Extra styles for the button */
.logsngpbtn {
    width: auto;
    height: auto;
    border-radius: 10%;
    padding: 10px 14px;
    background: transparent;
    background-color: #00E5EE;
}

.cancelbtn {
    width: auto;
    height: auto;
    border-radius: 50%;
    padding:10px 14px;
    background: transparent;
    background-color: #999;
    font: bold .875em/1.25em "Open Sans Condensed", sans-serif;
    letter-spacing: .075em;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
}


/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 2px 0 2px 0;
    position: relative;
}

.btn-container {

    padding:10px 15px 5px 15px;
}


span.psw {

    padding-top: 16px;

}

span.Lgn {

    padding-top: 3px;

}

/* The Modal (background) */
.modal {

    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: auto; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color:rgba(0, 0, 0, 0.4); /* Black w/ opacity */

}


/* Modal Content/Box */
.modal-content {
    background-color:#fefefe;
    margin: 10% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 60%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}



/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)}
    to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
    from {transform: scale(0)}
    to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }

label{
        display: inline-block;
        max-width: 100%;
        padding-top: 10px;
        margin-bottom: 5px;
        font-size: 15px;
        color: #71748d;
    }

.form-group {

              align-items: center;
              -moz-align-items: center;
              -webkit-align-items: center;
              -o-align-items: center;
              -ms-align-items: center;
              justify-content: space-between;
              -moz-justify-content: space-between;
              -webkit-justify-content: space-between;
              -o-justify-content: space-between;
              -ms-justify-content: space-between;

            }
/*....................................*/
/* Custom-Chekbox------------------- */

.custom-control {
    position: relative;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-input:checked~input[type="checkbox"] {
    background: #3d404e;
    border: #7f83a2 1px solid;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-label {
    margin-bottom: 0;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #5969ff;
    border-color: #5969ff;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #5969ff;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {background-color: blue;}

.custom-control-label::after {
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-control-label::before {
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ffffff;
    border: 2px solid #d2d2e4;
}
/*................................*/
/*............dropdown...........*/
.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}
