﻿body {
    background: #fafafa !important;
    direction: ltr !important;
}


.login-row {
    height: 100vh;
}

.login-illustration {
    width: 68%;
}

.col-left {
    padding: 0 !important;
}

.right-section {
    background-color: #fff;
}

.col-right {
    padding: 0 !important;
}

.login-title h1 {
    font-size: 24px;
    direction: rtl;
    text-align: center;
    font-weight: bold;
    color: #474961;
}

.login-title {
    margin-top: 5rem;
}

.school-title {
    color: #3abf7c !important;
}

.left-inner-addon {
    position: relative;
}

    .left-inner-addon input {
        width: 100%;
        height: 50px;
        color: #474961;
        border-radius: 8px;
        font-size: 14px;
        background: #fdfdfd;
        border: 1px solid #f1f1f1;
        direction: rtl;
    }

        .left-inner-addon input:focus {
            color: #474961;
            box-shadow: unset !important;
            border: 1px solid #f1f1f1 !important;
            border-color: #f1f1f1 !important;
            transition: all 0.5s ease-in-out;
        }

    .left-inner-addon i {
        position: absolute;
        padding: 12px 12px;
        pointer-events: none;
        left: 0;
        top: 0;
    }

.input-section {
    width: 75%;
    margin: 0 auto;
}

.left-inner-addon {
    margin-bottom: 40px;
    /*margin-bottom: 3.5rem;*/
}
/* .login-box {
  padding-top: 80px;
} */
::placeholder {
    color: #dadada !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #dadada !important;
}

::-ms-input-placeholder {
    color: #dadada !important;
}

.btn-login {
    background-color: #3abf7c;
    border: 0;
    color: #ffffff;
    min-width: 150px;
    margin: 0 auto;
    display: block;
    user-select: none;
    border-radius: 50px;
    height: 50px;
    font-size: 18px;
    cursor: pointer;
    transition: all 1 ease-in-out;
}
/* .btn-login:hover{
    opacity: 0.8;
    transition: all 1 ease-in-out;
  } */
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: media-slider;
}

.ripple {
    background-position: center;
    transition: background 0.9s;
}

    .ripple:hover {
        opacity: 0.8;
        background: #3abf7c radial-gradient(circle, transparent 1%, #3abf7c 1%) center/15000%;
    }

    .ripple:active {
        background-color: #5edc9d;
        background-size: 100%;
        transition: background 0s;
    }

    .ripple:focus {
        outline: unset !important;
    }

@media screen and (max-width: 767px) {
    .login-row {
        height: auto !important;
    }

    .login-illustration {
        width: 60% !important;
    }

    .login-title {
        margin-top: 30px !important;
    }

        .login-title h1 {
            font-size: 20px !important;
        }
    /* .login-box {
    padding-top: 40px !important;
  } */
    .input-section {
        width: 85% !important;
        margin: 0 auto !important;
    }

    .left-section {
        padding: 15px;
        border-bottom-left-radius: 115px;
        border-bottom-right-radius: 115px;
    }

    .shape1,
    .shape2,
    .shape3 {
        display: none;
    }
}

span.field-validation-error {
    display: block;
    text-align: right;
}