.welcome-content {
    display: flex;
    justify-content: space-between;
    align-items: start;
    height: 100vh;
    width: 100%;
    gap: 20px;
}
.welcome-blue {
    height: 100%;
    width: 60%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.blue-container {
    position: relative;
    flex: 2;
    background-color: #36a9e1;
    width: 1000px;
    height: 100%;
    border-radius: 0px 479.5px 0px 0px;
}

.welcome-red {
    height: 25%;
    width: 50%;
    background-color: #d60b52;
    border-radius: 0px 0px 0px 479.5px;
}

.welcome-mid {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.welcome-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.welcome-img {
    width: 60%;
    height: 60%;
}

.register-candidate-btn {
    border-radius: 50px;
    background: #d60b52;
    width: 100%;
    color: #fff;
    padding: 15px 0;
    font-weight: 600;
}

.register-company-btn {
    border-radius: 50px;
    background: #36a9e1;
    width: 100%;
    color: #fff;
    padding: 15px 0;
    font-weight: 600;
    margin-bottom: 10px;
}

.forgot-link {
    color: #f39200;
    text-decoration: underline;
}

.forgot-link:hover {
    color: #36a9e1;
    text-decoration: underline;
}

.woman-register {
    flex: 1;
    position: relative;
    width: 90%;
    height: 90%;
    bottom: 0;
    z-index: 1;
    left: -25%;
}

.welcome-p {
    color: #2b2d70;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
}

.links {
    text-align: center;
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 997px) {
    .woman-register {
        display: none;
    }

    .blue-container{
        width: 100%;
    }
    .welcome-blue {
        width: 60%;
    }
}

@media screen and (max-width: 768px) {
    .welcome-blue {
        display: none;
    }

    .welcome-mid {
        margin-left: 0px;
    }

    .welcome-red {
        height: 30%;
        width: 30%;
        background-color: #d60b52;
        border-radius: 0px 0px 0px 479.5px;
    }

    .welcome-mid {
        justify-content: center;
    }
}

@media screen and (max-width: 500px) {
    .welcome-red {
        display: none;
    }

    .welcome-mid {
        margin-left: 0px;
        justify-content: center;
    }

    .welcome-mid {
        width: 100%;
    }
}

@media screen and (min-width: 1500px) {
    .welcome-mid {
        margin-left: 0px;
        justify-content: center;
    }
}

@media screen and (max-height: 599px) {
    .woman-register {
        display: none;
    }

    .blue-container{
        width: 100%;
    }

    .welcome-blue {
        width: 30%;
    }

    .welcome-red {
        width: 10%;
    }
}

@media screen and (min-height: 1094px) {
    .woman-register {
        display: none;
    }

    .blue-container{
        width: 100%;
    }

    .welcome-blue {
        width: 30%;
    }


}
