:root {
    --primary-color: #ededed;
    --secondry-color: #000;
    --login-btn: #3a455a;
}
/*main {*/
/*    padding-top: 3rem;*/
/*}*/
.cardSignup {
    /*justify-self: center;*/
    padding: 2rem;
    background-color: white !important;
    border-radius: 1rem;
    box-shadow: 0 4px 10px #00000088;
    margin: 1rem;
}
html.dirRtl .cardSignup {
    direction: rtl !important;
}
.cardSignup > .signupRow > div {
    background-color: white !important;
}
.imgSignupCol {
    background-color: transparent !important;
}
.imgSignupCol > .imgSignup {
    background-color: transparent !important;
    border-radius: 1rem;
}
.imgLoginCol {
    background-color: transparent !important;
}
.imgLoginCol > .imgLogin {
    background-color: transparent !important;
    width: 80% !important;
        height: 355px;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    display: inline-block;
    width: auto;
}
label {
    background-color: transparent;
    color: black;
    font-size: 0.875rem;
}
.inputLog > input {
    height: 2.8rem;
    background-color: rgb(250, 250, 250);
    margin-top: 1rem;
    margin-bottom: 1rem;
    outline: none;
    border-radius: 0.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    /* direction: rtl; */
}
.inputLog > input {
    height: 2.8rem;
    background-color: rgb(250, 250, 250);
    margin-top: 1rem;
    margin-bottom: 1rem;
    outline: none;
    border-radius: 0.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    /* direction: rtl; */
}
.inputLogin {
    height: 2.8rem;
    background-color: rgb(250, 250, 250);
    margin-top: 1rem;
    margin-bottom: 1rem;
    outline: none;
    border-radius: 0.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    /* direction: rtl; */
}
.hide-pass {
    border-radius: 0.5rem;
    padding: 0.3rem;
}
.hide-pass:hover {
    cursor: pointer;
    background-color: var(--login-btn) !important;
    color: white !important;
}
.signupRow {
    background-color: white !important;
}
.slideBtn {
    padding: 1.5rem 2rem !important;
    font-weight: bold !important;
}
.splide__arrow {
    white-space: nowrap;
    -ms-flex-align: center;
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 2 em;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0.7;
    padding: 0;
    position: relative !important;
    top: 0 !important;
    transform: translateY(0) !important;
    width: 100% !important;
    z-index: 1;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
}
.login {
    background-color: #ddd !important;
    color: black !important;
    border: none !important;
    border-radius: 0.5rem !important;
    margin: 0 2rem !important;
    -webkit-border-radius: 0.5rem !important;
    -moz-border-radius: 0.5rem !important;
    -ms-border-radius: 0.5rem !important;
    -o-border-radius: 0.5rem !important;
}
.login.active {
    background-color: #6288c2 !important;
    color: white !important;
}
.signup {
    background-color: #ddd !important;
    color: black !important;
    border: none !important;
    border-radius: 0.5rem !important;
    margin: 0 2rem !important;
    -webkit-border-radius: 0.5rem !important;
    -moz-border-radius: 0.5rem !important;
    -ms-border-radius: 0.5rem !important;
    -o-border-radius: 0.5rem !important;
}
.signup.active {
    background-color: #6288c2 !important;
    color: white !important;
}
.logSignBtn {
    background-color: #fa8862;
    color: white;
    border: none;
    border-radius: 0.5rem;
    margin: 1rem 0 0 0;
    padding: 0.5rem 2rem;
    width: 100%;
}
.logSignBtn:hover {
    background-color: #6288c2;
    color: white;
    border: none;
    border-radius: 0.5rem;
    margin: 1rem 0 0 0;
    padding: 0.5rem 2rem;
    width: 100%;
    box-shadow: 0 0 6px #00000088;
}

.owl-dots {
    display: none;
}
.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}
h4 {
    background-color: transparent;
}
.wrapLine {
    color: rgb(184, 183, 183) !important;
    background-color: black !important;
    height: 2px;
    width: 20%;
    border-radius: 0.5rem;
}
a {
    color: #d36847;
    text-decoration: none;
    background-color: transparent;
}
.forgot-password-sec {
    width: 100%;
    background-color: white;
    border-radius: 1rem;
    box-shadow: 0 4px 10px #00000088;
    margin-bottom: 5rem;
    margin-top: 2rem;
    padding: 3rem;
}
.rule-link {
    color: #456aaf !important;
    font-weight: bold;
}

.rule-link:visited {
    color: #456aaf;
}

@media screen and (max-width: 756px) {
    main {
        padding-top: 0rem;
    }
}

@media screen and (max-width: 400px) {
    .cardSignup {
        padding: 1rem;
    }
}
