.closemodal{
	position: absolute;
    right: 18px;
    top: 20px;
    z-index: 1;
    border-radius: 50% !important;
    display: inline-block;
    padding: 6px 8px !important;
    background: #fff;
    box-shadow: 0px 0px 3px #ccc;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #1EB858;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.modal-checkbox span {
    display: inline-block;
}
.modal-checkbox > span::after{
    top: 12px;
}
.login-register-toggle-buttons {
    margin: auto;
}
.login-register-toggle-buttons button{
    background-color: #fff;
    color: #6c757d;
    box-shadow: none;
}
.login-register-toggle-buttons button.active{
    background-color: #1EB858;
    border-color: #1EB858;
}
.login-register-toggle-buttons button {
    /* width: 110px; */
    padding: 5px 31px;
    position: relative;
}
.login-register-toggle-buttons button.active:before {
    content: "";
    display: inline-block;
    top: 10px;
    left: 13px;
    position: absolute;
    z-index: 1;
    transform: rotate(35deg);
    height: 14px;
    width: 8px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.add-register .modal-checkbox > span::before{
    background-color: transparent;
    border: 2px solid #09c009;
}
.add-register .modal-checkbox > input:checked + span::after {
    border-color: #09c009 !important;
}
.add-register .modal-checkbox > span::after {
    top: 12px !important;
    left: 2px !important;
    width: 12px !important;
}
.remove-login .checkbox-me {
    position: relative;
    width: 20px;
    height: 20px;
    top: 0;
    margin: 0;
    margin-right: 5px;
    margin-top: 5px;
    overflow: hidden;
}
.remove-login .checkbox-me > span::after{
    content: "";
    display: none;
    position: absolute;
    top: 2px;
    left: 1px;
    width: 12px;
    height: 6px;
    border: solid 2px #09c009;
    border-right: none;
    border-top: none;
    transform: translate(3px, 4px) rotate(-45deg);
}
.remove-login .checkbox-me > input:checked + span::after{
    display: block;
}
.remove-login .checkbox-me .remeber-check:before{
    border: 2px solid #09c009;
    height: 20px;
    width: 20px;
}
.log-reg-buttons {
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
}
.eula_link{
    color: inherit;
    text-decoration: underline;
}
.disableclick {
    pointer-events: none;
}
.forgot-success {
    color: green;
    font-size: 14px;
}