.innerpagebg {
    background: linear-gradient(110deg, #fff 60%, #d3af37 60%);
}
.signinlogo {
    max-width: 100%;
}
.rightboxs {
    text-align: center;
}
@font-face{
    font-family: league_spartanregular;
    src: url('../fonts/DMSans-Bold.eot.ttf') format('truetype'),
    	 url('../fonts/DMSans-MediumItalic.ttf') format('truetype'),
         url('../fonts/DMSans-Medium.ttf') format('truetype'),
          url('../fonts/DMSans-BoldItalic.ttf') format('truetype'),
           url('../fonts/DMSans-Bold.ttf') format('truetype'),
         url('../fonts/DMSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
	font-family: 'DM Sans', sans-serif !important;
}
.custom-boxs .form-control {
    padding: 9px 9px;
    border-color: #777676;
}
.small-infos {
    font-size: 12px;
}
.small-infos .fa{
    margin-right: 5px;
}
.login-boxs {
    max-width: 350px;
    margin: 0px auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
    position: relative;
}
.form-outline .form-control {
    background: transparent;
    color: #000;
}
.btnsnfg h5 {
    color: #000;
}
.btn.btn-warning.ripple-surface {
    box-shadow: none;
    background: #d3af37;
    padding: 8px 30px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}
.btnsnfg h5 a {
    color: #d3af37;
}
.text-center.pos-abs {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.text-center.pos-abs .btn.switch-btn, .text-center.pos-abs .btn.switch-btn.ripple-surface {
    color: #d3af37;
    background: #000;
    text-transform: none;
    font-size: 14px;
}
/*#theform .form-label {
    display: none;
}*/

#theform .form-outline .form-control.disabled, #theform .form-outline .form-control:disabled, #theform .form-outline .form-control[readonly] {
    background-color: #e9ecef;
}
.form-group.mb-4 {
    position: relative;
}
.fa.fa-info-circle {
    position: absolute;
    top: 15px;
    left: -15px;
}
.fa.fa-fw.fa-eye {
  margin-top: -26px !important;
  margin-right: 10px !important;
}
.get-item:hover .old-images {
  display: none;
}
.new-images{
    display: none;
}
.get-item:hover .new-images{
    display: block;
}

form.siteformbg .form-group.mb-0.text-center {
    margin: 20px 0 !important;
}
@media(max-width: 767px){
    .row.formbox-new .my-auto {
        margin-top: 15px !important;
    }
}
.login-boxs .fa {
  display: inline-block;
  float: none !important;
  position: absolute;
  right: 0;
  padding-right: 0;
  margin-right: 10px !important;
  margin-top: -26px !important;
}
#pswd_info {
    position:absolute;
    top: 60px;
    right:55px;
    width:250px;
    padding:15px;
    background:#fefefe; 
    font-size:.875em;
    border-radius:5px;
    box-shadow:0 1px 3px #ccc;
    border:1px solid #ddd;
    display:none;
    z-index: 999;
}
#pswd_info::before {
    content: "\25B2";
    position:absolute;
    top:-12px;
    left:45%;
    font-size:14px;
    line-height:14px;
    color:#ddd;
    text-shadow:none;
    display:block;
}
#pswd_info h4 {
    margin:0 0 10px 0; 
    padding:0;
    font-weight:normal;
}

.invalid {
    background:url(images/invalid.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#ec3f41;
}
.valid {
    background:url(images/valid.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#3a7d34;
}
#pswd_info ul {
  padding: 0;
}
#pswd_info ul li{
    list-style: none;
    padding-left: 0;
}
#pswd_info ul li .fa {
  position: relative;
}
#pswd_info ul li.invalid .fa.fa-check-circle {
  display: none;
}
#pswd_info ul li.valid .fa.fa-times-circle {
  display: none !important;
  visibility: hidden;
}

#result {
  margin-left: 0 !important;
}
.btn:hover{
  background: linear-gradient(180deg, #FFE251 0%, #EDC423 100%) !important;
  color: #000;
}
.form-control {
  background: transparent;
  color: #000;
}
.form-control:focus, .form-control:hover {
  border-color: #eab300;
  -webkit-box-shadow: inset 0 0 0 1px #eab300;
  box-shadow: inset 0 0 0 1px #eab300;
}
.btnsnfg h5 a:hover{
  color: #eab300;
  text-decoration: underline;
}
.form-group.mb-4 {
    margin-bottom: 15px !important;
}
.form-group.mb-4 label.form-label {
    margin-bottom: 0px !important;
    font-size: 14px;
}
.homedaymode-bg label.form-label.cus-txt-white {
    color: #fff;
}
.is-invalid span.fa.fa-fw.field-icon.toggle-password.fa{
        margin-top: -39px !important;
}