.image {
    background-image: url('../img/auth/sign-in-desktop.png') !important;
    background-size: cover;
    width: 100%;
    border-radius: 28px;
    /* background-color: grey; */
    background-position: center;
    height: 760px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.center-x-y-z {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: center;
    align-items: center;
    justify-content: center;
    width: 210px;
}

.welcome-card {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.dont-have-css {
    font-size: 16px !important;
    color: #FFFFFF;
}

.letscode-css {
    display: flex;
    justify-content: start;
}

.break {
    word-break: break-all;
}

.modal-content-en {
    background-color: #fefefe;
    padding: 25px;
    margin-left: -100px;
    height: 505px !important;
    width: 560px !important;
    margin-top: 170px !important;
    box-shadow: 0px 0px 60px #0000001F;
    border-radius: 40px;
    opacity: 1;
}

.modal-content-ar {
    background-color: #fefefe;
    padding: 25px;
    margin-right: -127px;
    height: 520px !important;
    width: 630px !important;
    margin-top: 174px !important;
    box-shadow: 0px 0px 60px #0000001F;
    border-radius: 40px;
    opacity: 1;
}

.signin-title {
    margin-bottom: 20px;
}

.sign-in-form {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    text-align: center;
}

.button-custom {
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    width: 160px !important;
    text-align: center;
    opacity: 1;
    border: 1px solid black;
    font-family: geekexpressbold;
    background-color: #000000;
    color: white !important;
    padding: 10px 10px 10px 10px;
    height: 36px;
    letter-spacing: 0.26px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 9px;
    padding-top: 9px;
    cursor: pointer;
}

.label-custom {
    font-size: 16px !important;
    margin-bottom: .5rem !important;
    display: inline-block !important;
}

.input-custom {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.section-input-custom {
    width: 100% !important;
    border-radius: 24px !important;
    background: transparent !important;
    width: 100% !important;
    border-color: white;
    /* color: white !important; */
    max-height: 48px !important;
}

.forget-password-costum {
    color: #212529;
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
    text-decoration: underline;
}

.easy-access-form {
    margin-top: 2em;
    display: flex;
    justify-content: start;
    align-items: baseline;
}

.right-arrow-costum {
    font-size: 15px;
    color: #0282CA;
}

.easy-access-content {
    color: #0282CA;
    letter-spacing: 0px;
    font-size: 15px;
    text-decoration: underline;
}

@media only screen and (max-width: 1000px) {

    .section-input-custom {
        width: 100% !important;
        border-radius: 24px !important;
        background: transparent !important;
        width: 100% !important;
        border-color: white;
        /* color: white !important; */
        max-height: 48px !important;
    }

    .signin-title {
        margin-bottom: 0px;
        text-align: center;

    }

    .fb-google-mobile-spacing {
        margin-top: 1em;

    }

    .welcome-title {
        text-align: center
    }

    .signup-title {
        text-align: center;
        margin-bottom: 0px;
    }

    .dont-have-css {
        font-size: 16px !important;
        color: #FFFFFF;
        text-align: center;
    }

    .letscode-css {
        display: flex;
        justify-content: center !important;
    }

    .center-x-y-z {
        margin: 0;
        position: absolute;
        top: 35% !important;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: center;
        align-items: center;
        justify-content: center;
        width: 270px !important;
    }

    .break {
        display: none !important;
    }

    .image {
        background-image: url('../img/auth/sign-in-mobile.png') !important;
        background-size: unset !important;
        width: 100% !important;
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 28px !important;
        border-bottom-left-radius: 28px;
        height: 400px !important;
        margin-top: 0px !important;
    }

    .modal-content-en {
        background-color: #fefefe !important;
        padding: 25px !important;
        box-shadow: 0px 0px 60px #0000001F !important;
        border-radius: 35px !important;
        opacity: 1 !important;
        width: auto !important;
        margin-left: 0px !important;
        height: 620px !important;
        margin-top: -170px !important;
    }

    .modal-content-ar {
        background-color: #fefefe !important;
        padding: 25px !important;
        box-shadow: 0px 0px 60px #0000001F !important;
        border-radius: 35px !important;
        opacity: 1 !important;
        width: auto !important;
        height: 620px !important;
        margin-right: 0px !important;
        margin-top: -170px !important;
    }

    .button-custom {
        width: 286px !important;
        /* width: 100%; */
        margin-bottom: 15px;
        border-radius: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
    }

    .label-custom {
        font-size: 16px !important;
        margin-top: 1rem !important;
        display: inline-block !important;
        padding: 0px;
        margin-bottom: 0.0rem !important;
    }

    .sign-in-form {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }

    .easy-access-form {
        margin-top: 1em;
        display: flex;
        justify-content: center;
        align-items: baseline;
    }
}

@media only screen and (max-width: 660px) {

    .modal-content-en,
    .modal-content-ar {
        height: 580px !important;
        border-radius: 40px;
    }

    .button-custom {
        width: 286px !important;
        width: 100%;
        margin-bottom: 15px;
        border-radius: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
    }

    .section-input-custom {
        width: 100% !important;
        border-radius: 24px !important;
        background: transparent !important;
        width: 100% !important;
        border-color: white;
        /* color: white !important; */
        max-height: 48px !important;
    }


    .button-custom {
        width: 105% !important;
    }
}