* {
    box-sizing: border-box;
}

input {
    outline: 0;
    border-width: 0 0 2px !important;
    border-color: #e4e4e4 !important;
    border-radius: 0.75 !important;
}

input:-webkit-autofill {
    outline: 0;
    border-width: 0 0 2px !important;
    border-color: #e4e4e4 !important;
    border-radius: 0.75 !important;
}

.form-control:focus {
    outline: none !important;
    color: none !important;
    background-color: none !important;
    border-color: none !important;
    box-shadow: none !important;
}

a {
    text-decoration: none !important;
}

.sign-in-submit {
    width: 100% !important;
    text-transform: uppercase !important;
    background: linear-gradient(45deg, #782b87, #bd267a);
    border-radius: 60px;
    height: 50px !important;
    font-size: 1.2rem !important;
    border: none !important;
}
.sign-in-submit:focus {
    box-shadow: none !important;
}
.sign-in-submit:active {
    box-shadow: none !important;
}

.row-left-side-padding {
    padding: 50px;
}

.row-right-side-padding {
    height: 100%;
    padding: 50px;
}
.sign_in_wrapper {
    min-height: 100vh;
    height: 100%;
    transform: scale(1.2);
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow-x: auto;
}

.sign-in-heading {
    text-align: left !important;
}

.employee-sign-in-left-side-background {
    background: #c0227a;
}

.employer-sign-in-left-side-background {
    background: #782b87;
}

.sign-in-left-side-content {
    color: #fff !important;
    font-size: 60px;
    font-weight: 600;
    line-height: 55px;
}

.sing-in-logo {
    width: 90px;
}

.section {
    height: 100%;
}

.signin_left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sign-in-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sing-in-left-footer {
    color: #fff;
    /*margin-top: 60px !important;*/
}

.btn-linked-in {
    width: 100% !important;
    text-transform: uppercase !important;
    background: #1f88be;
    border-radius: 60px;
    height: 50px !important;
    font-size: 1.2rem !important;
    color: #fff;
    cursor: pointer;
    padding-top: 10px;
}

.btn-linked-in i {
    font-size: 28px;
}

.btn-linked-in span {
    font-weight: 500;
    margin-left: 12px;
}

.btn-google {
    width: 100% !important;
    text-transform: uppercase !important;
    background: #fff;
    color: #8a8a8a;
    border-radius: 60px;
    height: 50px !important;
    font-size: 1.2rem !important;
    border: 1px solid;
    cursor: pointer;
    padding-top: 10px;
}

.btn-google svg {
    font-size: 28px;
}

.btn-google span {
    font-weight: 500;
    margin-left: 12px;
}

.sign-up-text {
    padding: 20px;
    font-size: 18px;
}

hr.style-eight {
    overflow: visible;
    padding: 0;
    border: none;
    border-top: solid thin;
    text-align: center;
}

hr.style-eight:after {
    color: #000000;
    content: "OR";
    display: inline-block;
    position: relative;
    top: -0.9em;
    font-size: 1em;
    padding: 0 0.25em;
    background: white;
}

.sign-in-link {
    color: #b2002d;
}

.linked-in-modal-content {
    padding: 10px;
    background: #f3f6f8;
    border: 1px solid black;
}

.btn-linked-in-cancel {
    border: 1px solid;
    border-radius: 3px;
    width: 100%;
    font-weight: 500;
    color: #8a8a8a;
    background: none;
    margin-bottom: 10px;
}
.custom_modal {
    width: calc(50% - 0px);
    overflow: hidden;
    left: 50% !important;
}
.modal-backdrop.show {
    width: calc(50% - -9px);
    left: calc(50% - 9px);
    display: none;
}
.signin_left1 {
    height: 100vh;
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-direction: column;
    padding: 50px;
}

.full_height {
    height: 100vh;
    padding: 50px;
    position: fixed;
    width: 50%;
}
@media (max-width: 768px) {
    .full_height {
        position: relative;
        width: 100%;
    }
}
.sign_in_log {
    min-height: 100px;
    width: 140px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sing_in_privacy_poilcy {
    color: #277cd5;
    text-decoration-line: underline !important;
}

.sing_in_privacy_poilcy:hover {
    color: #277cd5;
}

@media screen and (min-device-width: 311px) and (max-device-width: 380px) {
    .full_height {
        padding: 40px;
    }

    .sign-in-left-side-content {
        font-size: 42px;
        line-height: 46px;
    }

    .btn-linked-in {
        padding: 14px 3px;
        height: 52px !important;
        font-size: 1rem !important;
    }

    .btn-linked-in i {
        font-size: 24px;
    }

    .btn-linked-in span {
        margin-left: 5px;
        font-size: 17px;
    }

    .btn-google {
        padding: 14px 3px;
        height: 52px !important;
        font-size: 1rem !important;
    }

    .btn-google span {
        margin-left: 5px;
        font-size: 17px;
    }
}

@media screen and (min-device-width: 270px) and (max-device-width: 310px) {
    .sign_in_log {
        padding: 8px;
    }

    .full_height {
        padding: 40px;
    }

    .sign-in-left-side-content {
        font-size: 40px;
        line-height: 45px;
    }

    .btn-linked-in {
        padding: 6px 3px;
        height: 60px !important;
        font-size: 1rem !important;
    }

    .btn-linked-in i {
        font-size: 24px;
        display: flex;
        vertical-align: middle;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .btn-linked-in span {
        margin-left: 5px;
        font-size: 17px;
    }

    .btn-google {
        padding: 6px 3px;
        height: 60px !important;
        font-size: 1rem !important;
    }

    .btn-google svg {
        font-size: 24px;
        display: flex;
        vertical-align: middle;
        align-items: center;
        text-align: center;
        justify-content: center;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
        transform: translateX(-20%);
    }

    .btn-google span {
        margin-left: 5px;
        font-size: 17px;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 882px) {
    .sign_in_log {
        padding: 10px;
    }

    .sign-in-left-side-content {
        font-size: 56px;
        line-height: 60px;
    }
}

@media screen and (min-device-width: 380px) and (max-device-width: 394px) {
    .sign_in_log {
        padding: 10px;
    }

    .sign-in-left-side-content {
        font-size: 56px;
        line-height: 60px;
    }
}
