/*************** CSS for Desktop ***************/
.j-register {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}
.j-register-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .92;
}
.j-register-x {
	width: 6%;
    position: absolute;
    bottom: 103%;
    left: 94%;
}
.j-register-x::before {
    content: "";
    display: block;
    background-image: url(img/x.webp);
    background-size: 100% 100%;
    width: 100%;
    padding-top: 100%;
}
.mfp-container {
	background-color: rgb(0, 0, 0, 0.88);
}
.j-register-form {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 27.5%;
    transform: translate(-50%, -35%);
}
.j-register-form::before {
    content: "";
    display: block;
    background-image: url(img/form.webp);
    background-size: 100% 100%;
    width: 100%;
    padding-top: 65%;
}
.j-register-formInner {
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 82%;
    color: #bbb;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 80%;
}
.j-register-form .j-register-title {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -20%);
    bottom: 100%;
}
.j-register-form .j-register-slogan {
    width: 90%;
    margin-left: 5%;
    margin-top: 15px;
}
.j-register-form .form-group {
    position: relative;
}
.j-register-form .form-group::before {
    content: "";
    position: absolute;
    background-color: #0e3d1c;
    border: 1px solid #95aa34;
    border-radius: 0;
    width: 100%;
    height: calc(100% + 2px);
    top: -1px;
    left: 0;
}
.j-register-form .form-group .form-control {
    background-color: transparent !important;
    border: none;
    box-shadow: none;
    height: 45px;
    padding-left: 50px;
    padding-right: 50px;
    color: #fff;
    font-size: 1.3em;
    margin-bottom: 0px;
    position: relative;
}
.j-register-form .form-group span.fa {
    position: absolute;
    top: 12px;
    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 .errors {
    bottom: 0px;
    color: #ffe400;
    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: 1em;
    line-height: 1;
    min-height: 10px;
    position: absolute;
    top: 100%;
    margin-top: 6px;
}
.j-register-form .btn_form {
    width: 60%;
    /* position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%); */
    margin: 0 auto;
}
.j-register-form .btn_form button {
    background-color: transparent;
    /* background-image: linear-gradient(to right, #fde93b , #f3a532); */
    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;
    white-space: nowrap;
}

#alert-modal {
    padding: 20px 15px;
    background: linear-gradient(
        to right,
        #011008 0,
        #011008 25%,
        #011008 50%,
        #011008 75%,
        #011008 100%
    );
    border: 2px solid #fec34a;
    border-radius: 10px;
}
input::placeholder,
textarea::placeholder,
select::placeholder,
input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder,
.j-register-form .form-group .form-control::placeholder,
.j-register-form .form-group .form-control::-ms-input-placeholder {
    font-weight: 100;
    color: #bbb !important;
}
input::placeholder {
    font-weight: 100;
    color: #bbb !important;
}
textarea::placeholder {
    font-weight: 100;
    color: #bbb !important;
}
select::placeholder {
    font-weight: 100;
    color: #bbb !important;
}
input::-ms-input-placeholder {
    font-weight: 100;
    color: #bbb !important;
}
textarea::-ms-input-placeholder {
    font-weight: 100;
    color: #bbb !important;
}
select::-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: #392e13 !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;
    color: #fec34a
}
.j-register-form .slider-wrapper {
    position: absolute !important;
    margin-top: 15%;
    width: 80%;
    left: 10%;
}
/*************** CSS for 16inch ***************/
    @media only screen and (max-height: 726px) {
    .j-register-form {
        width: 20%;
    }
}
@media only screen and (max-width: 1550px) {
    .j-register-form {
        width: 27.5%;
    }
    .j-register-form .form-group .form-control {
        height: 40px;
        padding-left: 45px;
        padding-right: 45px;
        font-size: 1em;
    }
    .j-register-form .form-group span.fa {
        top: 10px;
    }
    .j-register-form .errors {
        font-size: 0.7em;
        margin-top: 2px;
    }
}
@media only screen and (max-width: 1440px) {
    .j-register-form .errors {
        margin-top: 1px;
    }
}
/*************** CSS for Tablet ***************/
@media only screen and (max-width: 991px) {
    .j-register-form {
        width: 43%;
        transform: translate(-50%, -50%);
    }
    .j-register-form .j-register-title {
        display: none;
    }
    .j-register-form .form-group .form-control {
        height: 24px;
        padding-left: 30px;
        padding-right: 30px;
        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 .errors {
        font-size: 0.5em;
    }
}
@media (min-width: 750px) and (orientation: portrait) {
    .j-register-form {
        width: 53%;
        transform: translate(-50%, -35%);
    }
    .j-register-form .form-group .form-control {
        height: 50px;
        padding-left: 50px;
        padding-right: 50px;
        font-size: 1em;
    }
    .j-register-form .form-group span.fa {
        font-size: 1.5em;
        top: 12.5px;
        left: 15px;
    }
    .j-register-form .form-group span.fa-eye,
    .j-register-form .form-group span.fa-eye-slash  {
        left: auto;
        right: 15px;
    }
}

/*************** CSS for mobile ***************/
@media only screen and (max-width: 480px) {
    .j-register-form {
        width: 95%;
        transform: translate(-50%, -35%);
    }
    .j-register-formInner {
    	top: 50%;
    }
    .j-register-form .j-register-title {
        display: block;
    }
    .j-register-form .form-group .form-control {
        height: 35px;
        padding-left: 40px;
        padding-right: 40px;
        font-size: 0.9em;
    }
    .j-register-form .form-group span.fa {
        font-size: 1em;
        top: 9px;
        left: 15px;
    }
    .j-register-form .form-group span.fa-eye,
    .j-register-form .form-group span.fa-eye-slash  {
        left: auto;
        right: 15px;
    }
    .j-register-form .errors {
        font-size: 0.7em;
        margin-top: 2px;
    }

    #alert-modal p {
        white-space: break-spaces;
    }
}