@font-face {
  font-family: "Headers";
  src: url("../../fnt/main/headers.ttf");
}



input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #1a1a1a;
}


body {
    top: 0;
    left: 0;
    padding: 0;
    margin: 0 auto;
    background-size: cover;
    background-color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#main-background {
    width: 100%;
    height: 100vh;
    position: absolute;
    background-attachment: fixed;
    background-image: url(../../img/index/background-slider/016.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
}
#main-background-fade {
    width: 100%;
    height: 100vh;
    position: absolute;
    background-attachment: fixed;
    background-image: url(../../img/index/background-slider/016.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
}



#outer-login-box {
    top: 50%;
    left:50%;
    width: 480px;
    height: 630px;
    margin-top: -315px;
    margin-left: -240px;
    position: absolute;
    -webkit-box-shadow: 0px 0px 150px black;
    -moz-box-shadow: 0px 0px 150px black;
    -ms-box-shadow: 0px 0px 150px black;
    -o-box-shadow: 0px 0px 150px black;
    box-shadow: 0px 0px 150px black;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#login-box {
    top: 15px;
    left: 15px;
    width: 450px;
    height: 600px;
    position: relative;
    background-color: #222;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#login-box-logo {
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../../img/index/icons-logos/userLogin.webp);
    -webkit-background-size: 250px 250px;
    -moz-background-size: 250px 250px;
    -ms-background-size: 250px 250px;
    -o-background-size: 250px 250px;
    background-size: 250px 250px;
}
#login-box-title {
    left: 0px;
    top: 200px;
    height: 50px;
    font-size: 30px;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    font-family: Headers;
}
.input-outer-box {
    width: 80%;
    height: 50px;
    position: absolute;
    background-color: #1a1a1a;
    border-bottom: 1px solid #6200EE;
}
#iob1 {
    top: 275px;
    left: 10%;
}
#iob2 {
    top: 350px;
    left: 10%;
}
.iob-icon-box {
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#user-login-account {
    background-image: url(../../img/index/icons-logos/user-icon.webp);
}
#user-login-password {
    background-image: url(../../img/index/icons-logos/password-icon.webp);
}
.input-field {
    top: 0;
    right: 0;
    height: 47px;
    border: none;
    outline: none;
    color: #fff;
    padding-left: 10%;
    position: absolute;
    width: calc(90% - 50px);
    background-color: transparent;
}
#login-remember-me {
    left: 10%;
    top: 420px;
    width: 80%;
    height: 35px;
    color: #fff;
    line-height: 35px;
    position: absolute;
    font-family: Headers;
}
#remember-me-checkbox {
    top: 2.5px;
    float: left;
    left: -10px;
    width: 35px;
    height: 25px;
    outline: none;
    position: relative;
    border: 0px solid transparent;
}
#sub-button-bar {
    top: 545px;
    left: 10%;
    width: 80%;
    height: 25px;
    position: absolute;
}
.sbb-button {
    width: auto;
    height: 25px;
    float: right;
    font-size: 14px;
    cursor: pointer;
    color: #cccccc;
    line-height: 25px;
    padding-left: 20px;
    font-family: Headers;
}
.sbb-button:hover {
    color: #fff;
}
#sbb-forgot-pw {
    border-left: 1px solid #777;
}
#sbb-register {
    padding-right: 20px;
}
#login-btn {
    top: 475px;
    left: 10%;
    width: 80%;
    height: 50px;
    color: #fff;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    position: absolute;
    font-family: Headers;
    background: #03DAC6;
}
#login-btn:hover {
    background: #018786;
}
.checkbox-container {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.checkbox-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-custom {
  position: relative;
  height: 20px;
  width: 20px;
  background-color: #222222;
  border: 2px solid #6200ee;
  border-radius: 5px;
  margin-right: 10px;
  transition: all 0.3s;
}

.checkbox-input:checked ~ .checkbox-custom {
  background-color: #000333;
  border-color: #000333;
}

.checkbox-custom:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.checkbox-input:checked ~ .checkbox-custom:after {
  display: block;
}

.checkbox-input:focus ~ .checkbox-custom {
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5);
}
#login-failed-message {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.8);
    display: none;
}
#login-failed-notofication {
    top: 50%;
    right: 10%;
    width: 60%;
    height: auto;
    color: #e00029;
    padding-top: 25px;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    position: absolute;
    padding-bottom: 25px;
    font-family: Headers;
}
#login-failed-btn {
    left: 10%;
    top: 475px;
    width: 80%;
    height: 50px;
    color: #fff;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    position: absolute;
    font-family: Headers;
    background: #03DAC6;
}
#login-failed-btn:hover {
    background: #018786;
}



#register {
    width: 100%;
    height: 100%;
    display: none;
}
#register-left {
    top: 0;
    left: 0;
    width: 400px;
    height: 600px;
    background: -webkit-linear-gradient(top,#6200EE,#3700B3);
}
#register-box-logo {
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../../img/index/icons-logos/register.webp);
    -webkit-background-size: 350px 350px;
    -moz-background-size: 350px 350px;
    -ms-background-size: 350px 350px;
    -o-background-size: 350px 350px;
    background-size: 350px 350px;
}
#register-box-title {
    top: 25px;
    right: 50px;
    height: 50px;
    width: 400px;
    font-size: 30px;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    position: absolute;
    font-family: Headers;
}
#register-btn {
    top: 485px;
    right: 50px;
    width: 400px;
    height: 50px;
    color: #fff;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    position: absolute;
    font-family: Headers;
    background: #03DAC6;
}
#register-btn:hover {
    background: #018786;
}
#sub-button-reg-bar {
    top: 555px;
    right: 50px;
    width: 400px;
    height: 25px;
    position: absolute;
}
.sbrb-button {
    width: auto;
    height: 25px;
    float: right;
    font-size: 14px;
    cursor: pointer;
    color: #cccccc;
    line-height: 25px;
    padding-left: 20px;
    font-family: Headers;
}
.sbrb-button:hover {
    color: #fff;
}
#sbrb-forgot-pw {
    border-left: 1px solid #777;
}
#sbrb-login {
    padding-right: 20px;
}
.register-input-field {
    right: 50px;
    float: right;
    width: 350px;
    height: 50px;
    border: none;
    color: #fff;
    outline: none;
    line-height: 50px;
    position: absolute;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #1a1a1a;
    border-bottom: 1px solid #6200EE;
}
#rif-name {
    top: 90px;
    right: 265px;
    width: 135px;
}
#rif-surename {
    top: 90px;
    right: 50px;
    width: 135px;
}
#rif-email {
    top: 165px;
}
#rif-dob {
    top: 240px;
    right: 316px;
    width: 133px;
    padding: 0px;
    cursor: pointer;
    text-align: center;
    background-position: 100px 0px;
    background-repeat: no-repeat;
    background-image: url(../../img/index/icons-logos/dropdown-arrow.webp);
}
#rif-mob {
    top: 240px;
    right: 183px;
    width: 133px;
    padding: 0px;
    cursor: pointer;
    text-align: center;
    border-left: 1px solid #222;
    background-position: 100px 0px;
    background-repeat: no-repeat;
    background-image: url(../../img/index/icons-logos/dropdown-arrow.webp);
}
#rif-yob {
    top: 240px;
    right: 50px;
    width: 133px;
    padding: 0px;
    cursor: pointer;
    text-align: center;
    border-left: 1px solid #222;
    background-position: 100px 0px;
    background-repeat: no-repeat;
    background-image: url(../../img/index/icons-logos/dropdown-arrow.webp);
}

.register-input-field:hover::-webkit-outer-spin-button,
.register-input-field:hover::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 6.5px;
}
.register-input-field:hover {
  -moz-appearance: textfield;
  appearance: textfield;
  cursor: ns-resize !important;
}
.register-input-field:hover {
  border-bottom: 1px solid #fff;
}

#rif-pw {
    top: 315px;
}
#rif-rpw {
    top: 390px;
}
#register-successful {
    top: 0;
    right: 0;
    z-index: 999;
    width: 500px;
    height: 600px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}
#register-successful-message {
    top: calc(50% - 50px);
    right: 10%;
    width: 60%;
    height: auto;
    color: #41C300;
    padding-top: 25px;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    position: absolute;
    padding-bottom: 25px;
    font-family: Headers;
}
#register-successful-btn {
    top: 485px;
    right: 50px;
    width: 400px;
    height: 50px;
    color: #fff;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    position: absolute;
    font-family: Headers;
    background: #03DAC6;
}
#register-successful-btn:hover {
    background: #018786;
}
#register-failed {
    top: 0;
    right: 0;
    z-index: 999;
    width: 500px;
    height: 600px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}
#register-failed-message {
    top: calc(50% - 50px);
    right: 10%;
    width: 60%;
    height: auto;
    color: #e00029;
    padding-top: 25px;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    position: absolute;
    padding-bottom: 25px;
    font-family: Headers;
}
#register-failed-btn {
    top: 485px;
    right: 50px;
    width: 400px;
    height: 50px;
    color: #fff;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    position: absolute;
    font-family: Headers;
    background: #03DAC6;
}
#register-failed-btn:hover {
    background: #018786;
}
#register-failed-pw {
    top: 0;
    right: 0;
    z-index: 999;
    width: 500px;
    height: 600px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}
#register-failed-pw-message {
    top: calc(50% - 50px);
    right: 10%;
    width: 60%;
    height: auto;
    color: #e00029;
    padding-top: 25px;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    position: absolute;
    padding-bottom: 25px;
    font-family: Headers;
}
#register-failed-pw-btn {
    top: 485px;
    right: 50px;
    width: 400px;
    height: 50px;
    color: #fff;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    position: absolute;
    font-family: Headers;
    background: #03DAC6;
}
#register-failed-pw-btn:hover {
    background: #018786;
}





#reset-password {
    width: 100%;
    height: 100%;
    display: none;
}
#resetpw-box-logo {
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../../img/index/icons-logos/newPassword.webp);
    -webkit-background-size: 250px 250px;
    -moz-background-size: 250px 250px;
    -ms-background-size: 250px 250px;
    -o-background-size: 250px 250px;
    background-size: 250px 250px;
}
#resetpw-box-title {
    left: 0px;
    top: 200px;
    height: 50px;
    font-size: 30px;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    font-family: Headers;
}
#resetpw-notofication {
    top: 275px;
    left: 10%;
    width: 80%;
    height: 100px;
    color: #777;
    text-align: center;
    position: absolute;
    font-family: Headers;
}
.resetpw-input-field {
    top: 0px;
    left: 10%;
    width: calc(80% - 50px);
    height: 47px;
    border: none;
    color: #fff;
    outline: none;
    line-height: 50px;
    position: absolute;
    padding-left: 50px;
    background-color: transparent;
}
#iob3 {
    top: 400px;
    left: 10%;
}
#resetpw-btn {
    left: 10%;
    top: 475px;
    width: 80%;
    height: 50px;
    color: #fff;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    position: absolute;
    font-family: Headers;
    background: #03DAC6;
}
#resetpw-btn:hover {
    background: #018786;
}
#sub-button-resetpw-bar {
    top: 555px;
    right: 50px;
    width: 400px;
    height: 25px;
    position: absolute;
}
.sbfb-button {
    width: auto;
    height: 25px;
    float: right;
    font-size: 14px;
    cursor: pointer;
    color: #cccccc;
    line-height: 25px;
    padding-left: 20px;
    font-family: Headers;
}
.sbfb-button:hover {
    color: #fff;
}
#sbfb-register {
    border-left: 1px solid #777;
}
#sbfb-login {
    padding-right: 20px;
}
#reset-password-successful {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.8);
    display: none;
}
#resetpw-successful-notofication {
    top: 50%;
    right: 10%;
    width: 60%;
    height: auto;
    color: #41C300;
    padding-top: 25px;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    position: absolute;
    padding-bottom: 25px;
    font-family: Headers;
}
#resetpw-successful-btn {
    left: 10%;
    top: 475px;
    width: 80%;
    height: 50px;
    color: #fff;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    position: absolute;
    font-family: Headers;
    background: #03DAC6;
}
#resetpw-successful-btn:hover {
    background: #018786;
}
#reset-password-failed {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.8);
    display: none;
}
#resetpw-failed-notofication {
    top: 50%;
    right: 10%;
    width: 60%;
    height: auto;
    color: #e00029;
    padding-top: 25px;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    position: absolute;
    padding-bottom: 25px;
    font-family: Headers;
}
#resetpw-failed-btn {
    left: 10%;
    top: 475px;
    width: 80%;
    height: 50px;
    color: #fff;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    position: absolute;
    font-family: Headers;
    background: #03DAC6;
}
#resetpw-failed-btn:hover {
    background: #018786;
}