.text {
  top: 147px;
  left: 845px;
  width: 239px;
  height: 43px;
}

.login-form {
  width: auto;
}

/*.login-form .yellow_btn{
    background-color: #F7ED36 !important;
    box-shadow: inset 0px 3px 6px #00000029 !important; 
    -moz-box-shadow: inset 0 3px 12px rgba(0,0,0,0.2); -webkit-box-shadow: inset 0 3px 12px rgba(0,0,0,0.2);
    border:0;border-radius: 30px !important;
      color:#003267 !important;
     font-weight: 500;
}*/
.login-form .link {
  background-color: transparent !important;
  color: #003267;
  font-size: 16px;
  font-family: "Poppins-Medium";
  border: none;
}

.quick_link .link {
  margin-top: 15px;
  display: inline-block;
}

.login-form .link:hover {
  color: #003267;
}

.login-form .link:focus {
  box-shadow: none !important;
  border: none !important;
}

.bg-img {
  background-image: url("../img/ccilform.png");
  min-height: 100vh;
  width: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.login-box {
  width: 100%;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 15px;
}

.mt--1 {
  margin-top: -1rem;
}

.login-header {
  width: 100%;
  padding: 20px 20px 0px;
}

.login-footer {
  width: 100%;
  padding: 15px 0px;
}

.login-footer p {
  margin-bottom: 0px;
}

.login-footer p {
  text-align: center;
  color: #ffffff;
  font-family: "Poppins-Regular";
  font-size: 16px;
}

.portlet {
  margin-bottom: 0px !important;
}

.yellow_btn_sm {
  font-size: 14px;
  border-radius: 50px;
  background: #F7ED36;
  color: #003267;
  font-weight: 600;
  padding: 7px 20px;
  border: 1px solid #F7ED36;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
}

.yellow_btn_sm:hover {
  color: #ffffff;
  border: 1px solid #00ADEF;
  background: #00abef;
  background: -moz-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #00abef), color-stop(100%, #003267));
  background: -webkit-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -o-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -ms-linear-gradient(top, #00abef 0%, #003267 100%);
  background: linear-gradient(to bottom, #00abef 0%, #003267 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00abef", endColorstr="#003267", GradientType=0 );
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  transition: 0.5s ease;
}

.grey_btn {
  border-radius: 50px;
  background: #DBDBDB;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 30px;
  border: 1px solid #DBDBDB;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
}

.grey_btn:hover {
  transition: 0.5s ease;
  color: #ffffff;
  border: 1px solid #00ADEF;
  background: #00abef;
  background: -moz-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #00abef), color-stop(100%, #003267));
  background: -webkit-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -o-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -ms-linear-gradient(top, #00abef 0%, #003267 100%);
  background: linear-gradient(to bottom, #00abef 0%, #003267 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00abef", endColorstr="#003267", GradientType=0 );
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  transition: 0.5s ease;
}

.yellow_btn {
  border-radius: 50px;
  background: #F7ED36;
  color: #003267;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 30px;
  border: 1px solid #F7ED36;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
}

.yellow_btn:hover {
  transition: 0.5s ease;
  color: #ffffff;
  border: 1px solid #00ADEF;
  background: #00abef;
  background: -moz-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #00abef), color-stop(100%, #003267));
  background: -webkit-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -o-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -ms-linear-gradient(top, #00abef 0%, #003267 100%);
  background: linear-gradient(to bottom, #00abef 0%, #003267 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00abef", endColorstr="#003267", GradientType=0 );
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  transition: 0.5s ease;
}

.form-group label .required {
  color: red;
  margin-left: 2px;
}

ul.inline-list {
  padding-left: 0px;
}

ul.inline-list li {
  list-style: none;
  display: inline-block;
}

.float_right {
  float: right;
}

a:hover {
  text-decoration: none;
  transition: 0.5s ease;
}

.create_account_form h2.title {
  margin-top: 0px;
  margin-bottom: 15px;
}

.create_account_form .yellow_btn_sm.pdf-btn {
  display: inline-flex;
}

.create_account_form .yellow_btn_sm svg {
  height: 20px;
  width: 20px;
  margin-right: 7px;
  fill: #003267;
}

.create_account_form .yellow_btn_sm:hover svg {
  fill: #fff;
  transition: 0.5s ease;
}

/************* TITLE ***************/
.sub_title_format {
  color: #003267;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5 !important;
  text-align: left;
}

.sub_title_format::after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #F7ED36;
  display: block;
}

.title {
  color: #00ADEF;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5 !important;
  text-align: left;
}

.title::after {
  content: "";
  width: 60px !important;
  height: 3px;
  background-color: #F7ED36;
  display: block;
}

h2 {
  color: #00ADEF;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5 !important;
  text-align: left;
}

h2::after {
  content: "";
  width: 60px !important;
  height: 3px;
  background-color: #F7ED36;
  display: block;
}

/************* TITLE ***************/
/*************************** new popup sweet *************************/
.sweet-alert h2 {
  position: relative;
  margin-top: 15px !important;
  color: #003267 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 22px;
  font-weight: 600;
}

.sweet-alert h2:after {
  left: 0px;
  right: 0px;
  margin: 0 auto;
}

.sweet-alert p {
  margin-top: 14px;
  font-size: 18px !important;
  color: #333 !important;
  font-weight: 500 !important;
  font-family: "Poppins", sans-serif !important;
}

.sweet-alert button {
  border-radius: 50px !important;
  background: #F7ED36 !important;
  color: #003267 !important;
  border: 1px solid #F7ED36 !important;
  font-weight: 500 !important;
  padding: 10px 30px;
  border: 1px solid #F7ED36;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2) !important;
}

.sweet-alert button:hover {
  transition: 0.5s ease;
  color: #ffffff !important;
  border: 1px solid #00ADEF !important;
  background: #00abef !important;
  background: -moz-linear-gradient(top, #00abef 0%, #003267 100%) !important;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #00abef), color-stop(100%, #003267)) !important;
  background: -webkit-linear-gradient(top, #00abef 0%, #003267 100%) !important;
  background: -o-linear-gradient(top, #00abef 0%, #003267 100%) !important;
  background: -ms-linear-gradient(top, #00abef 0%, #003267 100%) !important;
  background: linear-gradient(to bottom, #00abef 0%, #003267 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00abef", endColorstr="#003267", GradientType=0 ) !important;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25) !important;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25) !important;
  transition: 0.5s ease !important;
}

.sweet-alert .sa-icon.sa-success {
  display: block;
}

.swal2-popup{    align-items: center;}
.swal2-popup .swal2-title{margin-borttom:0px;}
.swal2-popup h2.swal2-title{ color: #003267;
    font-size: 25px !important;
    font-weight: 600;
    line-height: 1.5 !important;
    text-align: center;
    margin-bottom: 0px !important;}
.swal2-popup h2.swal2-title::after{content:''; width: 60px; height: 3px; background-color: #F7ED36; display: block;margin: 5px auto 15px !important;}
.swal2-popup #swal2-content {
    text-align: center !important;
    color: #333 !important;
    font-weight: 400 !important;
}
 
.swal2-popup .swal2-styled.swal2-confirm{ border-radius: 50px !important; background: #F7ED36 !important; border:1px solid #F7ED36 !important; color:#003267 !important; font-weight: 600;     padding: 10px 30px; border:1px solid #F7ED36;    box-shadow: inset 0 3px 12px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 3px 12px rgba(0,0,0,0.2) !important;
    -webkit-box-shadow: inset 0 3px 12px rgba(0,0,0,0.2) !important;}
.swal2-popup .swal2-styled.swal2-confirm:hover{ transition: 0.5s ease;color:#ffffff !important; border:1px solid #00ADEF !important;
background: rgba(0,171,239,1) !important;
background: -moz-linear-gradient(top, rgba(0,171,239,1) 0%, rgba(0,50,103,1) 100%) !important;
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,171,239,1)), color-stop(100%, rgba(0,50,103,1))) !important;
background: -webkit-linear-gradient(top, rgba(0,171,239,1) 0%, rgba(0,50,103,1) 100%) !important;
background: -o-linear-gradient(top, rgba(0,171,239,1) 0%, rgba(0,50,103,1) 100%) !important;
background: -ms-linear-gradient(top, rgba(0,171,239,1) 0%, rgba(0,50,103,1) 100%) !important;
background: linear-gradient(to bottom, rgba(0,171,239,1) 0%, rgba(0,50,103,1) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00abef', endColorstr='#003267', GradientType=0 ) !important;
box-shadow: 0 3px 12px rgba(0,0,0,0.25) !important;
    -moz-box-shadow: 0 3px 12px rgba(0,0,0,0.25) !important;
    -webkit-box-shadow: 0 3px 12px rgba(0,0,0,0.25); transition: 0.5s ease !important;
 
}
 
.swal2-popup .swal2-styled.swal2-cancel{ border-radius: 50px !important; background: #DBDBDB !important; color:#000000 !important; font-weight: 600 !important;     padding: 10px 30px; border:1px solid #DBDBDB;    box-shadow: inset 0 3px 12px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 3px 12px rgba(0,0,0,0.2) !important;
    -webkit-box-shadow: inset 0 3px 12px rgba(0,0,0,0.2) !important;}
.swal2-popup .swal2-styled.swal2-cancel:hover{ transition: 0.5s ease !important;color:#ffffff !important; border:1px solid #00ADEF !important;
background: rgba(0,171,239,1) !important;
background: -moz-linear-gradient(top, rgba(0,171,239,1) 0%, rgba(0,50,103,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,171,239,1)), color-stop(100%, rgba(0,50,103,1))) !important;
background: -webkit-linear-gradient(top, rgba(0,171,239,1) 0%, rgba(0,50,103,1) 100%) !important;
background: -o-linear-gradient(top, rgba(0,171,239,1) 0%, rgba(0,50,103,1) 100%) !important;
background: -ms-linear-gradient(top, rgba(0,171,239,1) 0%, rgba(0,50,103,1) 100%) !important;
background: linear-gradient(to bottom, rgba(0,171,239,1) 0%, rgba(0,50,103,1) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00abef', endColorstr='#003267', GradientType=0 ) !important;
box-shadow: 0 3px 12px rgba(0,0,0,0.25) !important;
    -moz-box-shadow: 0 3px 12px rgba(0,0,0,0.25) !important;
    -webkit-box-shadow: 0 3px 12px rgba(0,0,0,0.25); transition: 0.5s ease !important;
 
}
 
.swal2-popup .swal2-actions{margin:10px 0px 0px !important;}

/*************************** new popup sweet *************************/
.required {
  color: red;
  margin-left: 2px;
}

.form-group {
  margin-bottom: 10px;
}

.reference-mark.text-warning {
  font-size: 6px !important;
  color: #ff0000 !important;
}

.button-holder {
  padding-top: 15px !important;
}

.login-form .link {
  padding: 0px;
}

.login-form .link:hover {
  color: #00ADEF;
}

.login-header .logo {
  height: auto !important;
}

.portlet-decorate .portlet-content {
  border: 0px !important;
}

.logo {
  height: auto !important;
}

.loginsvg {
  width: 460px;
  height: auto;
}

.reference-mark .lexicon-icon {
  height: 0.4rem;
  width: 0.4rem;
}

@media (min-width: 320px) and (max-width: 767px) {
  .login-box {
    padding: 20px;
  }

  .logo_img {
    width: 100%;
  }

  .logo img {
    padding-bottom: 15px;
  }

  .login-footer {
    padding: 20px 0px;
  }

  .loginsvg {
    width: 100%;
    height: auto;
  }

  .yellow_btn, .grey_btn {
    padding: 10px 25px !important;
  }
}
@media (min-width: 320px) and (max-width: 413.98px) {
  .title {
    font-size: 25px !important;
  }

  .sub_title_format {
    font-size: 17px !important;
  }
}
@media (min-width: 320px) and (max-width: 359.98px) {
  .quick_link .link {
    font-size: 14px;
  }

  .quick_link .link.float-right {
    padding-top: 3px;
  }

  .login-footer p {
    font-size: 13px;
  }
}
@media (min-width: 360px) and (max-width: 374.98px) {
  .login-footer p {
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1023.98px) {
  .title {
    font-size: 25px !important;
  }

  .sub_title_format {
    font-size: 17px !important;
  }

  .yellow_btn_sm {
    padding: 4px 12px !important;
    font-size: 13px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1079.98px) {
  .title {
    font-size: 25px !important;
  }

  .sub_title_format {
    font-size: 17px !important;
  }

  .yellow_btn_sm {
    padding: 4px 12px !important;
    font-size: 13px !important;
  }
}
@media (min-width: 1080px) and (max-width: 1199.98px) {
  .title {
    font-size: 25px !important;
  }

  .sub_title_format {
    font-size: 17px !important;
  }
}