@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline-color: #f9ab23;
}

body {
  min-height: 100vh;
  place-items: center;
  background-color: #e2e8f0;
}

p {
  font-size: 14px;
}

.signup-form {
  max-width: 580px;
  display: block;
  padding: 32px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 2px 4px 8px #6b728040;
  text-align: center;
  margin: 10.5rem auto;
}

.header {
  margin-bottom: 0px;
}

.header h1 {
  font-weight: bolder;
  font-size: 28px;
  color: #F9AB23;
}

.input {
  position: relative;
  margin-bottom: 24px;
}

    .input input {
        width: 100%;
        border: none;
        padding: 8px 40px;
        border-radius: 4px;
        background-color: #ededed;
        color: #1f2937;
        font-size: 16px;
    }

.input input::placeholder {
  color: #6b7280;
}

.input i {
  top: 50%;
  width: 36px;
  position: absolute;
  transform: translateY(-50%);
  color: #6b7280;
  font-size: 16px;
}

.signup-btn {
  width: 100%;
  border: none;
  padding: 8px 0;
  margin: 24px 0;
  border-radius: 4px;
  background-color: #F9AB23;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
}

.signup-btn:active {
  background-color: #000;
  transition: all 0.3s ease;
}

.social-icons i {
  height: 36px;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  margin: 24px 8px 48px 8px;
  background-color: gray;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
}

i.fa-facebook-f {
  background-color: #3b5998;
}


i.fa-google {
  background-color: #dd4b39;
}

a {
  color: #F9AB23;
  text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: none;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

/* Global */

.left {
    float: left;
}

.right {
    float: right;
}

html {
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

a:hover{
    text-decoration: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

.wrapper {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
}

.color-primary-main {
    color: #0D3685;
}

.color-seconday-main {
    color: #262626;
}

b {
    font-weight: 700;
}

a {
    color: #0D3685;
}

h1 {
    font: 48px 'Lato', sans-serif;
    font-weight: 300;
    color: #FFFFFF;
}

h1 b {
    color: #fff;
    font-weight: 700;
}

h1 span {
    color: #F9AB23;
    font-weight: 700;
    /*font-weight: 900;
	font-size: 48px;
	line-height: 58px;*/
}

h3 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font: 40px/56px 'Cabin', sans-serif;
    font-weight: 700;
    color: #f9ab23;
    justify-content: center;
    border-bottom: 3px solid #f9ab23;
}

h3.white-text {
    color: #000;
    border-bottom: none;
}

h3.white-text:before {
    background: #ffffff;
}

.phone-input {
    position: relative;
}

.phone-input input {
    display: block;
    background: transparent;
    width: 100%;
    font: 18px/31px 'Lato', sans-serif;
    font-weight: 400;
    color: #262626;
    padding-left: 65px;
    padding-bottom: 3px;
    border-bottom: 1px solid #C5C5C5;
    transition: all 0.3s;
    height: 35px;
}
.login-page {
    /*background: url(../img/login-bg.jpg);*/
    /*  background: linear-gradient(0deg, rgb(0 0 0 / 50%), rgb(255 255 255 / 8%)), url(../img/login-bg.jpg);*/
    /*height: 100vh;*/
    background: #000;
    background-image: url(/img/Login/bottomright.png), url(/img/Login/topleft.png),url(/img/Login/middleleft.png),url(/img/Login/topmiddle.png),url(/img/Login/Middle.png);
    background-size: 30%, 20%,25%,30%,100%;
    background-position: right bottom, right top,left top,center top,center center;
    background-repeat: no-repeat, no-repeat, no-repeat,no-repeat,no-repeat;
    padding: 15px;
}



@media only screen and (max-width:520px) and (min-width:220px)
{
    .login-page {
        height:auto !important;
        background: #000;
        background-image: url(/img/Login/bottomright.png), url(/img/Login/topleft.png),url(/img/Login/middleleft.png),url(/img/Login/topmiddle.png),url(/img/Login/Middle.png);
        background-size: 50%,20%,50%,50%,150%;
        background-position: right bottom, right top,left top,center top,left center;
        background-repeat: no-repeat, no-repeat, no-repeat,no-repeat,no-repeat;
        padding: 15px;
    }
    .title-summary
    {
        font-size:1.5rem !important;
    }
    .login-page h2 
    {
        font-size: 24px !important;
        margin-top: 25px;
        text-align: center;
        color: #fff !important;
    }
    .signup-form 
    {
        margin: 1.5rem auto !important;
    }

}

.login-page .maraekat-info img{
    max-width: 150px;
    padding-top: 1rem;
}
.login-page .portal-info{
    padding-top: 15rem;
}
.login-page h1{
    padding-bottom: 1rem;
    color: #f9ab23;
    font-weight: bolder;
    text-align:center;
}
.login-page .mail-info{
    display: block;
    align-items: center;
    text-align:center;
}
.login-page .mail-info img{
    padding-right: 0.5rem;
}
.login-page .mail-info a{
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
}
.login-page h2{
    font-size: 1.4rem;
    color: #fff;
    padding-bottom: 1rem;
}
.prompt {
  margin-bottom: 20px;
  font-size: 16px;
  color: #000;
  text-align: center;
}
.data-2 {
  padding-top: 4rem;
}
.data-2 h4 {
/*  font-weight: 700;
  text-align: center;
  padding-bottom: 2rem;
  padding-top: 8rem;
  color: #fff;*/
}
.title-otp {
  margin-bottom: 20px;
  color: #000;
}
.otp-validate input {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
}
.account-signin {
  text-decoration: none;
  color: #000;
  text-align: center;
  display: block;
}

.account-signin a {
    color: #f9ab23;
}

.verify-btn{
  width: 30%;
  border: none;
  padding: 8px 0;
  margin: 24px 0;
  border-radius: 4px;
  background-color: #F9AB23;
  color: #000;
  font-size: 16px;
  cursor: pointer;
}
.otp-password{
  text-align: left;
  padding-left: 0.5rem;
}
.login-user {
    /*  color: #000;*/
    color: #f9ab23;
    padding-bottom: 1rem;
   /* display: block;*/
}


/* responsive */

@media only screen and (min-width:768px) and (max-width:991px){
  .header h1 {
    font-size: 26px;
  }
  .signup-form {
    padding: 22px;
    margin: 6.5rem auto;
  }
}

@media only screen and (min-width:576px) and (max-width:767px){
  .signup-form {
    max-width: 470px;
    padding: 17px;
    border-radius: 8px;
    margin: 1.5rem auto;
  }
  .login-page .portal-info {
    padding-top: 4rem;
  }
  .login-page h1 {
    font-size: 1.6rem;
  }
  .login-page .mail-info a {
    font-size: 1.2rem;
  }
  .input input {
    font-size: 16px;
  }
  .header {
    margin-bottom: 25px;
  }
  .signup-form {
    padding: 24px;
    margin: 6.5rem auto;
  }
}

@media only screen and (max-width:575px){
  .signup-form {
    max-width: 420px;
    padding: 17px;
    border-radius: 8px;
    margin: 1.5rem auto;
  }
  .login-page .portal-info {
    padding-top: 4rem;
  }
  .login-page h1 {
    font-size: 1.4rem;
  }
  .login-page .mail-info a {
    font-size: 1rem;
  }
  .input input {
    font-size: 14px;
  }
  .header {
    margin-bottom: 15px;
  }
}

.title-summary 
{
    font-size: 2rem;
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #000;
    background-color: transparent;
    border-bottom: 1px solid #000;
    border-radius: 0px;
}

.label-input100 {
    float: left;
}

.wrap-input100 {
    margin-bottom: 20px;
}

#radioBtn .notActive {
    color: #000;
    background-color: #fff;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
    background: #f9ab23;
}

.input100:focus + .focus-input100::after {
    color: #f9ab23 !important;
}

@media only screen and (max-width:520px) and (min-width:220px) {
    .d-info {
        display: none !important;
    }
}
