h1,
h2,
h3,
h4,
h5,
h6 {
}
section {
  padding: 60px 0;
  min-height: 100vh;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bg-gradient {
  background: #0f0c29;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #24243e, #302b63, #0f0c29); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  
}
.bg-gradient1 {
  background: black;  /* fallback for old browsers */
  
  
}

.bg-overlay-gradient {
  background: #393e9e;
  background: -webkit-linear-gradient(to right, #797cd2, #393e9e);
  background: linear-gradient(to right, #797cd2, #393e9e);
  opacity: 0.9;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.home-table-center {
  display: table-cell;
  vertical-align: middle;
}

.home-table {
  display: table;
  width: 100%;
  min-height: 100vh;
  height: 100%;
}

.header_title {
  font-size: 44px;
  line-height: 1.2;
  max-width: 850px;
  text-transform: capitalize;
}

.small_title p {
  font-size: 16px;
  border-radius: 30px;
  padding: 4px 18px;
  background-color: rgba(255, 255, 255, 0.1);
  display: inline-block;
}

.header_subtitle {
  line-height: 1.8;
  max-width: 450px;
  color: rgba(255, 255, 255, 0.6) !important;
}

.home-desk {
  position: relative;
  top: 60px;
  z-index: 100;
}

.btn-custom {
  background-color: #0ebdca;
  border: 2px solid #0ebdca;
  color: #fff;
  font-size: 14px;
  transition: all 0.5s;
  border-radius: 5px;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.btn-custom:hover {
  opacity: 0.8;
}
.account_box {
  border-radius: 12px;
  
  padding: 50px 40px;
}

.account_box h5 {
  font-size: 16px;
  max-width: 100%;
  line-height: 1.4;
}
.account_box .form-control {
  box-shadow: none !important;
  color: #fff;
  height: 46px;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.1);
}

.account_box .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.account_box .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.account_box .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.account_box .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
