@charset "utf-8";
/*Common CSS */
body {
  color: #626262;
  font-size: 14px;
  line-height: 1.42857143;
  text-rendering: auto;
  font-family: 'Poppins';
  font-weight: normal;
  background-color: #f7f7f7;
}

/*------------------------------
# Login Page CSS
-------------------------------*/
.auth-form .logo {
  text-align: center;
  padding-bottom: 50px;
}
.auth-form .logo img {
  width: 250px;
}
.auth-form{
  max-width: 750px;
  width: 100%;
  margin: 0px auto;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.form-box{
  background-color: #fff;
  padding: 50px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 4px;
  border: 1px solid #ddd;

}
.form-title h4{
  font-size: 32px;
  font-weight: 600;
  color: #000;
  padding-bottom: 5px;
  text-align: center;
}
.form-title p{
  font-size: 18px;
  font-weight: 400;
  color: #000;
  text-align: center;
  padding-bottom: 20px;
}
.form-group {
  margin-bottom: 20px;
}
.form-box .form-control {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 14px 16px;
  height: 50px;
  border-radius: 4px;
  border-color: #ddd;
  color: #080036;
  background-color: #FFF;
  box-shadow: none;
  outline: none;
}
.form-box .button {
  color: #fff;
  padding: 0 50px;
  background: #0a95c1;
  position: relative;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font: 700 13px/50px 'Poppins', Arial, Helvetica, sans-serif;
}
.form-box .button:focus {
  outline: none;
}
.form-box .text-end {
  padding-top: 15px;
  text-align: right;
}
.form-box .goto {
  color: #0a95c1;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}
.form-box .form-check-input {
  box-shadow: none;
  outline: none;
  color: #ff5851;
  font-size: 16px;
  font-weight: 400;
}
.form-box .form-check-label {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  padding-top: 2px;
}

.wt-innerbgcolor {
  background: none !important;
}
.wt-innerbgcolor .btn.btn-blue.wt-btn.w-100 {
  background-color: #0A95C1 !important;
}
.wt-innerbgcolor.logo {
  text-align: center !important;
  margin: 0 auto 50px !important;
}
.wt-main {
  padding: 0 0 0px !important;
}
.wt-forgotpassword-holder .card .card-header {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  padding: 30px;
  text-align: center;
}
.wt-forgotpassword-holder{
  margin: 0px auto;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.wt-btn {
  color: #fff;
  padding: 0 50px;
  background: #f75852;
  position: relative;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font: 700 13px/50px 'Poppins', Arial, Helvetica, sans-serif;
}



