/*************** CSS for Desktop ***************/
.j-register {
    position: relative;
    z-index: 99;
}
.mfp-container {
	background-color: rgb(0, 0, 0, 0.68);
}
.j-register-form {
    background-image: url(img/form.webp);
    background-size: 100% 100%;
    width: 100%;
    padding-top: 69.5%;
    position: relative;
}
.j-register-formInner {
    position: absolute;
    top: 48%;
    transform: translateY(-38%);
    right: 15%;
    width: 70%;
    color: #aaa;
    /* padding-bottom: 6%; /**/
}
.j-register-form .j-register-title {
    width: 38.8%;
    position: absolute;
    left: 30.6%;
    top: 12%;
}
.j-register-form .form-group {
    background-image: url(img/input.webp);
    background-size: 100% 65px;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 10px;
}
.j-register-form .form-group .form-control {
    background-color: transparent !important;
    border: none;
    box-shadow: none;
    height: 65px;
    padding-left: 50px;
    color: #000;
    font-size: 0.9em;
    margin-bottom: 0px;
}
.j-register-form .form-group span.fa {
    position: absolute;
    top: 22.5px;
    left: 18px;
    font-size: 1.3em;
    opacity: 0.5;
}
.j-register-form .form-group span.fa-eye,
.j-register-form .form-group span.fa-eye-slash  {
    left: auto;
    right: 15px;
    cursor: pointer;
    display: block;
}
.j-register-form .form-group .errors {
    bottom: 0px;
    color: #fff;
    text-align: center;
    /* text-shadow: .5px .5px 0 #de2c03, .5px -.5px 0 #de2c03, -.5px .5px 0 #de2c03, -.5px -.5px 0 #de2c03, .5px 0 0 #de2c03, 0 .5px 0 #de2c03, -.5px 0 0 #de2c03, 0 -.5px 0 #de2c03; /**/
    text-align: center;
    width: 100%;
    font-size: .8em;
    line-height: 1;
    min-height: 100%;
    margin-bottom: -8px;
    margin-top: 2px;
}
.j-register-form .btn_form {
    width: 55%;
    position: absolute;
    left: 22.5%;
    bottom: -5%;
}
.j-register-form .btn_form button {
    background-color: transparent;
    padding: 0;
    margin: 0;
}
.j-register-form .btn_form button,
.j-register-form .btn_form button img {
    width: 100%;
}
#alert-modal .btn-close {
    border: none;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 0;
}

#alert-modal h4 {
    color: #ffe400;
    text-transform: uppercase;
    text-align: center;
}

#alert-modal p {
    margin-bottom: 0;
    color: #f20000;
    font-weight: bold;
    text-align: center;
}

#alert-modal {
    padding: 20px 15px;
    background: linear-gradient(
        to right,
        #343434 0,
        #000 25%,
        #000 50%,
        #000 75%,
        #343434 100%
    );
    border: 2px solid #c3ad61;
    border-radius: 10px;
}
input::placeholder{
    font-weight: 100;
    color: #bbb !important;
}
input::-ms-input-placeholder{
    font-weight: 100;
    color: #bbb !important;
}
.j-register-form .form-group .form-control::placeholder{
    font-weight: 100;
    color: #bbb !important;
}
.j-register-form .form-group .form-control::-ms-input-placeholder {
    font-weight: 100;
    color: #bbb !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out" !important;
    -webkit-transition-delay: 9999s !important;
}
.mfp-ready .mfp-close {
    opacity: 0 !important;
}
.mfp-ready #alert-modal .mfp-close {
    opacity: 1 !important;
    top: -30px !important;
    right: -30px;
    border-radius: 10px;
}
/*************** CSS for 16inch ***************/
@media only screen and (max-width: 1650px) {
    .j-register-form .form-group {
        background-size: 100% 40px;
    }
    .j-register-form .form-group .form-control {
        height: 40px;
    }
    .j-register-form .form-group span.fa {
        top: 10px;
    }
}
/*************** CSS for Tablet ***************/
@media only screen and (max-width: 991px) {
    .j-register-form .form-group {
        background-size: 100% 26px;
    }
    .j-register-form .form-group .form-control {
        height: 26px;
        padding-left: 40px;
        font-size: 0.7em;
    }
    .j-register-form .form-group span.fa {
        top: 5.5px;
        font-size: 1em;
        left: 10px;
    }
    .j-register-form .form-group span.fa-eye,
    .j-register-form .form-group span.fa-eye-slash  {
        left: auto;
        right: 8px;
    }
    .j-register-form .form-group .errors {
        font-size: 0.5em;
    }
    .j-register-form .j-register-title {
        width: 30%;
        left: 35%;
        top: 8%;
    }
    .j-register-form .btn_form {
        width: 35%;
        left: 32.5%;
        bottom: -5%;
    }
}

/*************** CSS for mobile ***************/
@media only screen and (max-width: 480px) {
    .j-register-form {
        padding-top: 66.5%;
    }
    .j-register-formInner {
        transform: translateY(-40%);
    }
    .j-register-form .form-group {
        background-size: 100% 34px;
    }
    .j-register-form .form-group .form-control {
        height: 34px;
        font-size: 1em;
    }
    .j-register-form .form-group span.fa {
        top: 9.5px;
    }
    .j-register-form .j-register-title {
        width: 38.8%;
        left: 30.6%;
        top: 12%;
    }
    .j-register-form .btn_form {
        width: 55%;
        left: 22.5%;
        bottom: -5%;
    }
}