body {
  font-size: 15px;

  font-family: "source_sans_proregular";
background:linear-gradient(to bottom, rgb(214, 233, 241), rgba(4, 130, 168, 0.83));
}
ul {
  padding: 0px;
}

li,
button,
a,
p,
label,
input {
  text-transform: capitalize;
}
li {
  list-style: none;
  display: inline-block;
}
a:hover {
  text-decoration: none;
}

.main_outer .btn {
  background: #031235;
  transition: 0.3s ease-in-out;
  color: #fff;
  cursor: pointer;
  text-transform: capitalize;
}
.main_outer .input-group-text i {
  font-size: 16px;
}
.main_outer .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #eeeeee;
  outline: 0;
  box-shadow: 0 0 0 -0.8rem rgb(238, 238, 238);
}
.main_outer .form-control input {
  border: 5px solid #ced4da38;
}
.main_outer .btn:hover {
  background: #ef135b;
}
.main_outer h6 {
  text-transform: capitalize;
}
.minner.login-sec {
padding: 18% 10%;
background: linear-gradient\(to top, #4480ae,#4480ae;
/*border: 2px solid #eee;*/
height: 100vh;
}
.logobx a {
  width: 200px;
  overflow: HIDDEN;
  margin: auto;
  display: BLOCK;
}
a.fpassbtn i {
  margin-right: 5px;
}

span.input-group-text {
  background: transparent;
  border: unset!important;
}

.loginf .form-control {
  border: 0px;
}

.inpgrp {
  border: 1px solid #eee;
  background: #fff;
}
.main_outer h4 {
  text-transform: capitalize;
  font-weight: 700;
  color: #000;
}
.main_outer .input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: center;
  white-space: nowrap;

  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.main_outer {
  width: 100%;
display: flex;
overflow: hidden;
height: 100vh;
background-image: url("../img/lback.png");
background-size: auto;
background-repeat: no-repeat;
background-position-x: 10%;
background-position-y: 30%;
}
.main_outer .custom-control.custom-checkbox {
  vertical-align: middle;
  display: flex;
  cursor: pointer;
  align-items: center;
}
.main_outer .custom-control-label::after {
  cursor: pointer;
}

.main_outer .custom-control-label {
  cursor: pointer;
  padding: 2px;
}
ul.ftdetail {
  text-align: center;
  background: #eee;
  padding: 10px;
}
.ftdetail li a {
  color: #000;
  padding: 10px;
  font-weight: 700;
}
a.fpassbtn {
  padding: 8px;
  display: flex;
  color: #000;
}
.main_outer .inner_wrap {
  display: flex;
  flex-wrap: wrap;
}

.main_outer h2 {
  font-size: 25px;
}
.main_outer .rightpn {
  position: relative;

  padding: 5%;
}

.srvmst img {
  border: 1px solid #eee;
}
.main_outer h5:hover span {
  display: block;
}

.rightpn ul li {
  padding-left: 20px;
  display: block;
  list-style: disc;
  line-height: 28px;
  position: relative;
}
.main_outer .container-fluid {
  padding: 0px;
}

.padding0 {
  padding: 0px;
}

@media only screen and (max-width: 1280px) {
  .mb-3,
  .my-3 {
    margin-bottom: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .main_outer {
    background: #fff;
  }

  .srvmst img {
    margin-bottom: 15px;
  }

  .minner.login-sec {
    padding: 5% 15%;
  }

  .inner_wrap {
    padding: 40px 0px;
    flex-direction: column-reverse;
  }
  .minner.login-sec {
    padding: 10px 15px;
  }

  .minner.login-sec {
    box-shadow: 10px 8px 1px 0px #ffffff59;
    margin-bottom: 5%;
  }
  .main_outer {
    height: 100%;
  }
}
