﻿.pinkslipwrap {
    background: url("/assets/images/pinkslip/JLGBG.png");
    padding-bottom: 7rem;
}
.pagetitle {
padding-top:4%;
}
.jobstay p {
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
}
.jobstay h1 {
    font-size: 72px;
    font-weight: 700;
    padding: 5px 0;
}
.jobstay h1 span {
    font-size: 60px;
    font-weight: 500;
    color: #F200FF
}
.jobstay h6 {
    font-size: 20px;
}
.jobstay {
    margin-top: 6%;
    padding-left: 8%;
}
.pagepblock {
    background-color: #fff;
    border-radius: 30px;
    width: 90%;
    margin: 0 auto;
    padding:5% 0
}
.jobloss_block .apply_now a {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #F200FF;
}
.jobloss_block .apply_now h6 {
    font-size: 20px;
    font-weight: 500;
}
.jobloss_heading h2, .read_tc h2, .message h2 {
    font-size: 40px;
    font-weight: 600;
    color: #47004B;
    margin: 15px 0;
    line-height:100% !important;
}
.jobloss_heading p, .read_tc p, .message p {
    font-size: 24px;
    font-weight: 500;
    color: #47004B;
    margin-bottom: 40px;
    line-height:100%;
}
.jobloss_form,.applied_form{
    display:flex;
    justify-content:center;
}
.jobloss_form .form-group .form-control, .otp_form .form-group .form-control,
.applied_form .form-group .form-control{
    border-color: #FFD0EE;
    background-color: #FFD0EE;
    text-align: center;
    /*color: black;*/
    border-radius: 40px !important;
    font-size: 18px;
    width: 100% !important;
    margin:auto;
    height: 45px;
}
.jobloss_form .form-group, .applied_form .form-group {
    margin-bottom: 1.4rem;
    width: 80%;
    position:relative
}
.form-group select {
    color: #94798F;
    cursor:pointer
}
.jobloss_form .form-control::placeholder, .applied_form .form-control::placeholder, .otp_form .form-control::placeholder{
    color: #94798F;
    font-weight: 500;
    opacity: 1;
    font-size: 18px;
}
.jobloss_form .living_in option, .applied_form .living_in option{
    background-color:#ffffff!important;
}
/*.jobloss_form .living_in i, .applied_form .living_in i{
    right: 15%;
    float: right;
    font-size: 20px;
    position: absolute;
    top: 6px;
    color: #F200FF;
    font-size: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid;
    padding: 4px 0;
    background-color:#ffffff
}*/
.jobloss_form button, .otp_form button, .applied_form button, .otp_form input.otp-valid {
    border-radius: 30px;
    width: 250px;
    border-color: #F200FF;
    background-color: #F200FF;
    color: #ffffff;
    padding: 6px;
    font-size: 22px;
    font-weight: 500;
    margin-top: 5% !important;
    line-height: inherit;
}
.jobloss_form button:hover, .gurukul_form button:focus, .applied_form button :focus{
    color: #ffffff;
    background-color: #F200FF;
    border-color:#F200FF;
}
label.error {
    position: absolute !important;
    height: 0px !important;
    top: 40px !important;
    right:0;
    font-size: 14px !important;
    font-weight: 500;
    color: red !important;
    background-color: transparent !important;
}
label.error:before {
    content: none !important;
}
.read_TC h2 {
    font-size: 20px;
    font-weight: 500;
}
.otp_form .form-group .form-control {
    width: 100% !important;
    margin-top: 60px
}
.otp_form {
    width: 60%;
    margin: auto;
}
.otp_info p {
    font-size: 20px;
    font-weight: 500;
    color: #94798F;
    margin-top: 45px;
    line-height: 120%;
}
.thank_you, .app_received{
    padding:0 5% 0 3%
}
.circle_grey, .circle_pink{
    display:flex;
    flex-direction:column;
    align-items:center;
}
.circle_grey p, .circle_pink p {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    line-height: 120%;
    background-color: #47004B;
    border-radius: 50%;
    text-align: center;
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem !important;
}
.circle_pink p {
    background-color: #F200FF;
}
.thank_you .message{
    padding-bottom:20px;
}
input[type=file] {
    color: transparent !important;
}

    input[type=file]::before {
        content: "Relieving Letter* ";
        color: #94798F;
        text-align:center;
        padding-top:4px;
    }
::file-selector-button {
    display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.app_received .circle_grey p {
    background-color: #47004bd1 !important
}
.app_received .circle_pink p {
    background-color: #ff00f98c
}
.app_received .message p {
    font-size: 20px;
    font-weight: 500;
    color: #47004B;
    margin-bottom: 40px !important;
    line-height: 120%;
    width: 38rem;
    margin: auto;
}
.drop_arrow, .upload {
    -webkit-appearance: none;
    -moz-appearance: window;
    border: none;
    background-image: url("/assets/images/pinkslip/arrow.png");
    background-repeat: no-repeat;
    background-size: 40px 30px;
    background-position: 97%;
}
.upload {
    background-image: url("/assets/images/pinkslip/upload.png");
}
.jobloss_heading span {
    color: #F200FF
}
.custom-file-upload {
    position: absolute;
    color: #94798F;
    font-weight: 500;
    font-size: 16px;
    top: 96%;
}
#txtOTP-error {
position:relative!important;
top:0!important;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.7rem + 2px)!important;
}
@media(max-width:992px) {
    .circle_grey p, .circle_pink p {
        font-size: 13px;
        width: 90px;
        height: 90px;
    }
}
@media(max-width:768px) {
    .jobstay h1 {
        font-size: 60px;
    }
    .jobstay h1 span {
        font-size: 55px;
    }
    .jobstay h1 {
        padding: 0;
    }
    .pagetitle {
        padding-top: 15%;
    }
    .pagepblock {
        width:100%;
    }
    .coming-soon img {
        margin-top: -15%;
    }
    .jobloss_heading h2, .read_tc h2, .message h2 {
        font-size: 30px;
    }
    .jobloss_heading p, .read_tc p, .message p {
        font-size: 20px;
        padding:0 2%;
    }
    .jobloss_form button, .otp_form button, .applied_form button {
        width: 200px;
        font-size: 20px;
    }
    .jobloss_form .form-control::placeholder, .applied_form .form-control::placeholder, .otp_form .form-control::placeholder {
        font-size: 16px;
    }
    .jobloss_form .form-group .form-control, .otp_form .form-group .form-control,
    .applied_form .form-group .form-control {
        font-size: 16px;
 
    }
    .otp_form {
        width: 92%;
    }
    .app_received .message p, .otp_info p {
        font-size: 18px;
        width: 100%;
    }
    .thank_you, .app_received{
        padding: 0% 3% 0 3%
    }
    .genius {
        margin-top: 2rem;
    }
}
@media(max-width:576px){
    .otp_form .form-control::placeholder {
        font-size: 14px;
    }
    .jobstay h1 {
        font-size: 40px;
    }
    .jobstay h6 {
        font-size: 18px;
    }
    .jobstay h1 span {
        font-size: 35px;
    }
    .jobloss_block .apply_now a, .jobloss_block .apply_now h6 {
        font-size: 18px;
    }
    .jobloss_heading h2, .read_tc h2, .message h2 {
        font-size: 25px;
    }
    .jobloss_heading p, .read_tc p, .message p {
        font-size: 18px;
    }
    .jobloss_form button, .otp_form button, .applied_form button {
        width: 170px;
        font-size: 19px;
    }
    .app_received .message p, .otp_info p {
        font-size: 16px;
    }
}