*, *:before, *:after {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

body {
  background: #F0F0F0;
  font-family: 'Zemestro', sans-serif;
}

a {
  text-decoration: none;
  color: #fff;
  transition: .5s ease;
}

a:hover {
  color: #000;
}


.form {
  background: #DA301C;
  padding: 40px;
  max-width: 600px;
/*  margin: 40px auto;*/
  border-radius: 4px;
  box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}

.tab-group {
  list-style: none;
  padding: 0;
  margin: 45px 10px 0px 10px;
}
.tab-group:after {
  content: "";
  display: table;
  clear: both;
}
.tab-group li a {
  display: block;
  text-decoration: none;
  padding: 15px;
  background: rgba(160, 179, 176, 0.25);
  color: #a0b3b0;
  font-size: 16px;
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  transition: .5s ease;
}
.tab-group li a:hover {
  background: #CD5C5C;
  color: #ffffff;
}
.tab-group .active a {
  background: #DA301C;
  color: #ffffff;
}

.tab-content > div:last-child {
  display: none;
}

.main-div{
  padding-right: 20px; 
  padding-left: 20px; 
  margin-left: 50px; 
  margin-right: 50px;
}

 .main-heading h1{
    font-family: 'Zemestro', sans-serif;
    color: #000;
    /*text-shadow: 1px 1px #fff;*/
 }

h1 {
  text-align: center;
  color: #ffffff;
  font-weight: 250;
  margin: 0 0 40px;
}

label {
  position: absolute;
  transform: translateY(6px);
  left: 13px;
  color: #000;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
  font-size: 18px;
  font-weight: unset !important;
}
label .req {
  margin: 2px;
  color: #DA301C;
}

label.active {
  transform: translateY(-19px);
  left: 2px;
  font-size: 12px;
  color: #fff;
}
label.active .req {
  opacity: 0;
}

label.highlight {
  color: #ffffff;
}

input, textarea, select {
  font-size: 18px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  /*background: none;
  background-image: none;*/
  border: 1px solid #fff;
  color: #000;
  border-radius: 0;
  transition: border-color .25s ease, box-shadow .25s ease;
}

input:focus, textarea:focus, select:focus {
  outline: 0;
  border-color: #800;
}

textarea {
  border: 2px solid #a0b3b0;
  resize: vertical;
}

.otac {
  margin-top: 20px;
  width: 320px;
  margin-left: auto;
  margin-right: auto; 
  font-size: medium;
}

.modal {
  border-radius: 7px;
  overflow: hidden;
  background-color: transparent; }
  .modal a {
    color: #fff; }
  .modal .logo a img {
    width: 30px; }
  .modal .modal-content {
    background-color: transparent;
    border: none;
    border-radius: 7px; }
    .modal .modal-content .modal-body {
      border-radius: 7px;
      overflow: hidden;
      color: #fff;
      padding-left: 0px;
      padding-right: 0px;
      -webkit-box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9);
      box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9); }
      .modal .modal-content .modal-body.overlay {
        position: relative; }
        .modal .modal-content .modal-body.overlay:before {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          width: 100%;
          background-color: rgba(0, 0, 0, 0.5); }
        .modal .modal-content .modal-body.overlay .to-front {
          z-index: 2;
          position: relative; }
      .modal .modal-content .modal-body h2 {
        font-size: 18px; }
      .modal .modal-content .modal-body p {
        color: #777; }
      .modal .modal-content .modal-body h3 {
        color: #000;
        font-size: 22px; }
      .modal .modal-content .modal-body .close-btn {
        color: #000; }
      .modal .modal-content .modal-body .line {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-bottom: 10px; }
  .modal .cancel a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    font-weight: bold; }
    .modal .cancel a:hover {
      color: #fff; }
.logo img {
  width: 100px; }

.bg-3 {
  background: #e9f5ff;
}

.form-control {
  border: transparent;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1); }
  .form-control:active, .form-control:focus, .form-control:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.btn {
  border-radius: 4px;
  border: none; }
  .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.box-style{
  border:2px solid gray; 
  border-radius: 5px; 
  width: 500px;
  margin: 5px;
  margin-right: auto;
  margin-left: auto; 
  height: 50vh;
  padding:20px;
}

.box-style:hover{
  box-shadow: 2px 3px #ff6666;
  border-radius: 15px;
  color: #d72a1c;
  text-decoration: underline;
  cursor: pointer;
}

.box-style{
  padding-top: 10px;
}

.field-wrap {
  position: relative;
  margin-bottom: 30px;
}

.top-row:after {
  content: "";
  display: table;
  clear: both;
}
.top-row > div {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.top-row > div:last-child {
  margin: 0;
}

.button {
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 15px 0;
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: #1E75AA;
  color: #ffffff;
  transition: all 0.5s ease;
  -webkit-appearance: none;
}
.button:hover, .button:focus {
  background: #800000;
}

.button-block {
  display: block;
  width: 100%;
}

.btn-google {
    color: #545454;
    background-color: #ffffff;
    box-shadow: 0 1px 2px 1px #ddd;
    border-radius: 1px;
}

.btn-google:hover, .btn-facebook:hover {
  color: #fff;
}

.btn-facebook {
    color: #545454;
    background-color: #ffffff;
    box-shadow: 0 1px 2px 1px #ddd;
    border-radius: 1px;
}

.forgot {
  margin-top: -25px;
  text-align: right;
}

.separator {
  margin-top: 12px;
  margin-bottom: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
}

.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #fff;
}

.separator:not(:empty)::before {
  margin-right: .25em;
}

.separator:not(:empty)::after {
  margin-left: .25em;
}

 @media (max-width: 768px) {
  
  #myCarousel{
    display: none;
  }

  .main-div{
    margin-left: 0px;
    margin-right: 0px;
  }

  .main-heading{
    margin-top: 60px;
  }
 }