﻿.image-login {
    width: 500px;
}

body {
    font-weight: bold;
    font-family: 'IranSance';
}

.col-md-8 {
    padding: 10px 0;
}

.custom-shape-divider-bottom-1632044121 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

    .custom-shape-divider-bottom-1632044121 svg {
        position: relative;
        display: block;
        width: calc(173% + 1.3px);
        height: 309px;
        transform: rotateY(180deg);
    }

    .custom-shape-divider-bottom-1632044121 .shape-fill {
        fill: #484074;
    }

.div-form-login {
    margin: 0 auto;
    /*            border-top: solid 40px #afa9cc;
        */ width: 400px;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
    height: 450px;
    font-size: 14px;
}
.div-form-Signup {
    margin: 0 auto;
    /*            border-top: solid 40px #afa9cc;
        */ width: 400px;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
    height: 500px;
    font-size: 14px;
}
.btn-login {
    background-color: #847daa;
    border: solid 1px #484074;
    border-radius: 0;
    width: 100%;
}

    .btn-login:hover {
        background-color: #716b92;
        border: solid 1px #484074;
    }

.div-title {
    text-align: center;
    /* padding-right: 100px; */
    background-color: #afa9cc;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 40px;
}

.container-form {
    padding: 30px 10px 10px 10px;
}

.col-loging {
    padding-bottom: 10px;
}

.col-remember {
    padding-bottom: 30px;
}

.input-login {
    text-align: right;
}

.login-form {
    padding-top: 30px;
    float: right;
    text-align: right;
    width: 100%;
    direction: rtl;
}
.signup-form {
    padding-top: 30px;
    float: right;
    text-align: right;
    width: 100%;
    direction: rtl;
}
@media screen and (max-width: 768px) {
    .custom-shape-divider-bottom-1632044121 {
        display: none;
    }

    .image-login {
        width: 300px;
    }
    .div-form-Signup {
        margin: 0 auto;
        width: 300px;
        box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
        height: 650px;
        font-size: 14px;
    }
    .div-form-login {
        margin: 0 auto;
        width: 300px;
        box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
        height: 450px;
        font-size: 14px;
    }
}
