.modal-dialog.login-register-model {
    width: 715px;
    max-width: 715px;
	    margin-top: 90px;
}
.loginlink a:hover {
    color: #ffd227;
    text-decoration: none;
}
  
.alert-danger {
    
    font-size: 13px;
    line-height: normal;
    border-radius: 0px !important;
    text-transform: capitalize;
} 
.login-form-content {
    width: 50%;
    padding: 0px;
}
.tab-content.tab-login-wrapper {
    padding: 0px;
}
.login-title.d-flex.justify-space-between {
    border-bottom: 1px solid #000000;
    padding: 0px 20px 10px;
    margin-bottom: 30px;
}

.login-form-inner {
    padding: 0px 20px;
}
.login-title {
     border-bottom: 1px solid #000;
	 padding-left: 20px;
}
form#forgot_password {
    padding: 20px;
}
.forgot-info-text {
    padding: 0px 20px;
}
.login-banner {
    width: 50%;
}
button:focus {
    outline: 0px !important;
}
.close span:focus {
    outline: none;
    box-shadow: none;
    border: 0px;
}
.login-form-content {
   
    border: 2px solid #ffd227;
    border-left: 0px;
}
.login-title.d-flex.justify-space-between a:hover {
    color: #ffd227;
}
.form-wrapper-login-register-forget-tab {
    padding-top:20px;
}
.modal-content.poupcontent {
    border-radius: 0px;
}
.form-group.pdtop-30 {
    margin-top: 30px;
}
input.btn.btn-userlogin:focus {
    outline: none;
    box-shadow: unset;
}
input.btn.btn-userlogin:hover {
    background-color: #000000;
    color: #ffd227;
}
input.btn.btn-userlogin{transition:all .5s ease-in-out;}
.forgot-info-text p {
    font-size: 12px;
    color: #808080;
    text-align: left;
    line-height: 20px;
    margin-bottom: 0px;
}
img.login-img-left {
    width: 100%;
}
.modal-body.border-bottom-popup {
    padding: 0px;
 }
 .form-group.text-center.pdtb-20 {
    padding-top: 10px;
}
input.btn.btn-userlogin {
    background-color: #FFD227;
    width: 100%;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    padding: 10px;
}
 .form-control.userlohin-filed {
    height: 35px;
    border-radius: 0px;
    color: #000000;
    font-size: 14px;
    line-height: normal;
}
span.fogetlink.text-left {
    DISPLAY: block;
} 
.login-title {
    padding-bottom: 15px;
}
span.fogetlink a {
    color: #808080;
    font-size: 13px;
    text-decoration: underline;
}
span.forgettext {
    font-size: 14px;
    color: #000000;
    padding-right: 10px;
    font-weight: 500;
}
 .close-buuton {
    float: left;
    width: 100%;
}
.form-wrapper-login-register {
    clear: both;
    padding-top: 15px;
}
.login-title h2 {
    font-size: 21px;
    font-weight: 400;
    color: #000000;
}

.no-padding {
    padding: 0px;
}

.nav-links.padding10 {
    color: #000000;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.busineloginclose {
    position: absolute;
    right: -14px;
    top: -25px;
}
button.crossbutton {
    border: 0px;
    padding: 0px;
	    cursor: pointer;
    background: transparent;
    color: white;
    font-size: 25px;
    font-weight: normal;
}
.notifytext{    font-size: 12px;
    line-height: normal;
    margin-bottom: 0px;
    color: #000000;
}}
span.fogetlink.text-left {
    display: block;
}
p.text-left.loginagain {
    margin: 0px;
}
p.text-left.loginagain a {
    text-decoration: underline;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    padding-top: 10px;
    display: block;
    text-align: center;
}
span.fogetlink.text-left a {
    color: black;
    font-weight: 600;
}
.displayblock{display:block;}
.nav-links.padding10{text-decoration:none; position:relative;}
 .padding10{padding:12px;}
.border3{border:2px solid #ffd227; border-left:0px;}
.nav.nav-pills.borderbottom.padding15{border-bottom:1px solid #a2a2a2}
.nav-links.padding10.displayblock.active{
font-weight:bold;
	color:#000000;
}
.paddingtopbotttom20{padding-top:20px; padding-bottom:20px; }
.nav-links.padding10.displayblock.active:before {
    content: "";
    position: absolute;
    height: 3px;
	
    width: 100%;
    background: #ffd227;
    bottom: -2px;
    left: 0px;
    z-index: 9999;
    /* border: 3px solid red; */
}


.field-inputwidth17 {
    width: 17%;
}

/* Custom Radio Button Start*/

.radiotextsty {
    color: #000000;
    font-size: 13px;
}
.form-check-inline {
    margin-right: 0px !important;
}
.customradio {
	white-space: nowrap;
display: flex;
    position: relative;
    padding-left: 20px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: center;
}

/* Hide the browser's default radio button */
.customradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
    top: 3;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #BEBEBE;
}

/* On mouse-over, add a grey background color */
.customradio:hover input ~ .checkmark {
  background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.customradio input:checked ~ .checkmark {
  background-color: white;
  border:1px solid #BEBEBE;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.customradio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.customradio .checkmark:after {
       top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffdd5d;
}

/* Custom Radio Button End*/



@media only screen and (max-width: 767px) { 
   .border3 {
    border: 2px solid #ffd227;
    border-left: 2px solid #ff227 !important;
}    
.busineloginclose {
    position: absolute;
    right: 0px;
    top: -26px;
}
.login-form-content {
    width: 100%;
    padding: 0px;   
}
.modal-dialog.login-register-model {
    width: 100%;
    max-width: 95%;
    margin-top: 125px;
}
}