/* body margin zero for extra space*/
body {
    margin: 0px;
    padding: 0px;
}

/* body margin zero for extra space*/
/* form-sign-in */
/* row style */
.row--1.row {
    inset: 0px 0px 0px 0px;
    height: 100%;
    min-width: var(--column5);
    position: absolute;
    width: 100%;
}

/* row style */
/* first col */
.first--col {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 50%;
    background-color: black;
}

.first--col img {
    width: 50%;
}

/* first col */
/* sec col */
.second--col {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 50%;
}

/* sec col */
/* form style */
.style--input {
    width: 70%;
    padding: 20px;
    border: none !important;
    box-shadow: none !important;
}

.style--input {
    outline: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.233) !important;
}

.style--input:hover {
    outline: none;
    border-bottom: 1px solid black !important;
    transition: 0.8s;
}

.style--input:focus {
    outline: none;
    border-bottom: 1px solid #639BFB !important;
    transition: 0.8s;
}

.style--input2 {
    width: 100%;
    padding-top: 8%;
}

input[type="checkbox"] {
    margin-right: 5px;
    margin-top: auto;
    margin-bottom: auto;
}

.text--style {
    font-size: 16px;
}

.anchor--style a {
    text-decoration: none;
}

.anchor--style:after {
    display: block;
    content: '';
    border-bottom: solid 1px #019fb6 !important;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.anchor--style:hover:after {
    transform: scaleX(0.45);
}

.style---cs {
    padding: 20px;
    text-decoration: none;
    border-radius: 100%;
}

/* form style */
/* button style */
.p--tag-b {
    padding-top: 30px;
    padding-left: 60px;
    font-size: 20px;
    margin-right: -80px;
}

input[type="image"] {
    transition: 1s;
}

input[type="image"]:hover {
    margin-left: 20%;
    transition: 1s;
}

/* button style */

.icon--eye {

    width: 30px;
    height: auto;
    position: absolute;
    /* right: 17%;
    margin-top: -28px; */

}

.icon--eye--close {
    width: 30px;
    height: auto;
    position: absolute;
    /* right: 17%;
    margin-top: -28px; */
}

span.open--close {
    margin-left: -4%;
    position: absolute;
    margin-top: 3%;
}

/* form-sign-in end */

/* form-hire start */
/* first col */
.first--col--hire {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 50%;
    background-color: black;
}

.first--col--hire img {
    width: 50%;
}

/* first col */
/* sec col */
.second--col--hire {
    align-items: center;
    display: flex;
    height: 100%;
    width: 50%;
}

/* sec col */
/* input-width style */
.second--col--hire .style--input {
    width: 100%;
    padding: 20px;
    border: none !important;
    box-shadow: none !important;
}

.second--col--hire .style--input {
    outline: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.233) !important;
}

.second--col--hire .style--input:hover {
    outline: none;
    border-bottom: 1px solid black !important;
    transition: 0.8s;
}

.second--col--hire .style--input:focus {
    outline: none;
    border-bottom: 1px solid #639BFB !important;
    transition: 0.8s;
}

.second--col--hire .style--input2 {
    width: 100%;
    padding-top: 8%;
}

#panel {
    padding: 0px 50px !important;
}

#panel2 {
    padding: 0px 50px !important;
}

#panel3 {
    padding: 0px 50px !important;
}

#panel4 {
    padding: 0px 50px !important;
}

#panel5 {
    padding: 0px 50px !important;
}

.second--col--hire.align-middle.animate__animated.animate__fadeInLeft {
    padding-top: 20%;
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
    border-radius: 100% !important;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;

}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 100% !important;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* input-width style */
/* eye--icon--adj */
.eye--icon--adj {
    position: absolute;
    margin-top: 3%;
    margin-left: -4%;
}

/* eye--icon--adj */

/* form-hire end */
/* icon--hide */
.icon--hide {
    display: none !important;
}

/* media qurey for mobile*/
@media only screen and (max-width:768px) {

    .first--col--hire.animate__animated.animate__fadeInLeft.animate__delay-1s.animate__faster {
        display: flex;
        width: -webkit-fill-available;
        height: auto;
        padding: 6%;
    }

    .second--col--hire.align-middle.animate__animated.animate__fadeInLeft {
        padding: 3%;
        height: auto;
        overflow: scroll;
        overflow-x: hidden;
        display: flex;
        width: 100%;
    }

    .first--col.animate__animated.animate__fadeInLeft.animate__delay-1s.animate__faster {
        display: flex;
        width: -webkit-fill-available;
        height: auto;
        padding: 6%;
    }

    #panel {
        padding: 0px 20px !important;
    }

    input::placeholder {
        font: 14px sans-serif;
    }

    .first--col {
        align-items: center;
        display: flex;
        height: 260px;
        justify-content: center;
        width: 100%;
        background-color: black;
    }

    .first--col img {
        width: 50%;
        height: auto;
    }

    .second--col {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: center;
        width: 100%;
    }

    .p--tag-b {
        padding-top: 30px;
        padding-left: 10px;
        font-size: 20px;
        margin-right: -30px;
    }


}

/* media qurey for mobile*/
ul {
    list-style-type: none;
}

li {
    display: inline-block;
}

input[type="radio"][id^="myCheckbox"] {
    display: none;
}

label {
    border: 1px solid #fff;
    padding: 10px;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
}

label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}

label img {
    height: 100px;
    width: 100px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}

:checked+label {
    border-color: #ddd;
}

:checked+label:before {
    content: "✓";
    background-color: grey;
    transform: scale(1);
}

:checked+label img {
    transform: scale(0.9);
    /* box-shadow: 0 0 5px #333; */
    z-index: -1;
}