* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #001328;
  overflow: scroll;
  /*padding-bottom: 150px;*/
}

.grey-background {
  background-color: #f2f2f2;
}

/* dei css*/

.dei-header2 {
  margin: 0 auto;
  width: 85%;
  max-width: 1242px;
  height: 82px;
  overflow: hidden;
}

.dei-header #logo {
  max-width: 50px;
  max-height: 50px;
}

#logo {
  margin-left: 15px;
  /* float: left; */
  /* position: relative; */
  /* padding-top: 10px; */
}

/* dei css end */
body h4 {
  font-size: 1rem;
}

body ul li {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
}

body .bullets {
  max-width: 800px;
  margin: 0 auto;
}

body .white-text {
  color: #ffffff;
}

body .grey-text {
  color: #f2f2f2;
}

body .grey-row {
  background-color: #f2f2f2;
}

p.white-text.mt-2.thanku {
    margin-top: 40px!important;
} 

.blue-border {
  max-width: 500px;
  border-bottom: 2px solid #00b3e6;
  margin: 0 auto;
}

.blue-border p {
  font-size: 25px;
}

.btn-primary {
    color: #000;
    background-color: #007bff;
    border-color: #007bff;
    font-weight: bold;
    padding: 6px;
    font-size: 20px;
    line-height: 1.2em;
}

body .blue-text {
  color: #00b3e6;
}

body .blue-row {
  background-color: #00b3e6;
}

body ::-webkit-input-placeholder {
  color: #ffffff !important;
  opacity: 1;
}

body :-ms-input-placeholder {
  color: #ffffff !important;
  opacity: 1;
}

body ::-ms-input-placeholder {
  color: #ffffff !important;
  opacity: 1;
}

body ::placeholder {
  color: #000 !important;
  opacity: 1;
}

body .button {
  width: 250px;
  /*height: 59px;*/
  background: #00b3e6;
  border-radius: 29px;
}

body .row .form-group input {
  background-color: #00b3e6;
  color: #ffffff;
  max-width: 454px;
  max-height: 56px;
  border-radius: 28px;
  opacity: 1;
  border: 0;
}

body .footer {
  /*position: fixed;
  left: 0;
  bottom: 0;*/
  width: 100%;
  background-color: #00b3e6;
  color: white;
  text-align: center;
}

.innerFooter {
  width: 85%;
  max-width: 1242px;
  margin: 0 auto;
}

.form-control.error {
	background-color: red!important;
}

label.error {
	color: red;
}

a, a:hover {
    color: #00b3e6;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .blue-border {
    max-width: 80%;
  }
}

@media (max-width: 900px) {
  .dei-header2 {
    width: 99%;
    height: 55px;
  }

  .dei-header2 #logo {
    max-width: 50px;
    max-height: 50px;
  }

  .innerFooter {
    width: 99%;
    margin: 0 auto;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}
