@font-face {
    font-family: "Shabnam";
    src: url("../fonts/540d3f4e172bd6b5c70dd06bce57e055ce59270e95ea642b414fe0709faaa085.woff2")
    format("woff2");
    font-weight: 400;
    font-style: normal;
}
* {
    width: 100%;
    padding: 0;
    margin: 0
}

body {
    overflow: hidden;
    font-family: "Shabnam";
    height: 100vh;
    display: flex;
    align-items: center;
    background-color: #e9e4e42e;
}

.container {
    width: 100%;
    height: auto;
}

.row {
    width: min(1250px, 90vw);
    height: 60%;
    display: flex;
    justify-content: center;
    margin-inline: auto;
    align-items:center;
    box-shadow: -1px 1px 34px 0px #6664646b;
    border-radius: 30px;
}

.col-form {
    width: 50%;
}

.col-video {
    width: 50%;
    height: auto;
}

.login-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
    background-color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    height: 100%;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
}

.form-login {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    cursor: pointer;
    gap: 1.5rem;
    max-width: 350px;
    background-color: #fff;
}

.form-login h3 {
    color: #3A465C;
    text-align: right;
    font-size: 24px;
}

.details-information {
    color: #3A465C;
    font-size: 16px;

}

.input-container input::placeholder {
    color: #3A465C;
    font-size: medium;
    font-weight: bold;
}

.input-container input {
    color: #3A465C;
    border: none;
    background: transparent;
    padding: 10PX 0px;
    cursor: pointer;
}

.input-container input:focus {
    outline: none;
}
.input-container{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #3A465C;
}
.show-me-icon{
    width: 25px;
}

.rememberMe {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.rememberMe input {
    width: 15px !important;
    height: 15px;
    cursor: pointer;
}

.rememberMe-text {
    color: #3A465C;
    font-size: 16px;
    width: fit-content;
}

.forget-password {
    text-decoration: none;
    color: #3A465C;
    font-size: 16px;
}

.forget-password:hover {
    color: #d2bdb0;
}

.form-login button {
    width: 100%;
    color: #ffffff;
    font-weight: 600;
    font-size: 16PX;
    padding: 10PX 0PX;
    border: 1px solid #3A465C;
    background-color: #3A465C;
    border-radius: 20px;
    cursor: pointer;
    margin-inline: auto;
    transition: background-color 0.2s, transform 0.5s ease;
}

.form-login button:hover {
    color: #d2beb0;
    background-color: #fff;
    transform: scale(1.1);
}

.image-footer-main{
    width: auto;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
}

.image-footer-main img {
    width: 20px;
    height: auto;
    object-fit: cover;
}

.image-footer-responsive {
    display: none;
}

.video-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    overflow: hidden;
    height: 100%;
}

.video-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    background-color: #3A465C;
    justify-content: center;
}

.video-box img {
    width: 180px;
    height: auto;
    display: flex;
}

.login-box-left {
    height: 100%;
}
@media(max-width:468px){
    .form-login {
        max-width: 250px !important;
        gap: 1.25rem !important;
    }

}
@media(max-width:868px) {
    .row {
        width: min(1250px, 80vw);
        padding: 0;
        box-shadow: none;
    }
    .col-video{
        display: none;
    }
    .col-form {
        min-width: 350px;
        width: 100%;
        height: 100%;
    }
    .login-box-right {
        padding: 0;
    }
    .login-container {
        margin: 0;
        border-radius: 15px;
        background-color: #3A465C;
        width: 100%;
        margin-inline: auto;
    }
    .form-login {

        height: auto;
        background-color: #3A465C;
        gap: 2rem;

    }
    .form-login h3 {
        color: #fff;
        font-size: 18px;
    }
    .input-container input {
        color: #ffffff;
    }
    .col-form input::placeholder {
        color: #fff;
    }
    .form-login button {
        color: #ffffff;
        border: 1px solid #d2beb0;
        background-color: #d2beb0;
        padding: 7PX 0PX;
    }
    .form-login button:hover {
        color: #ffffff;
        background-color: #3A465C;
    }
    .main-title {
        color:#d2bdb0;
        font-size: 18px;
        text-align: right;
    }
    .details-information {
        color: #fff;
        font-size: 14px;
    }
    .input-container{
        display: flex;
        align-items: center;
        border-bottom: .5px solid #fff;
    }
    .rememberMe-text {
        text-align: center;
        color: #fff;
        font-size: 14px;
    }
    .forget-password {
        color: #fff;
        font-size: 14px;
    }
    .col-video {
        display: none;
    }
    .image-footer-main {
        gap: 1.5rem;
    }

}
.d-none{
    display: none;
}
