﻿

body, div, html, html a, html li, html p, input, span, textarea {
    margin-bottom: 0;
    font-family: pelak !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,.004);
}

    html h1, html h2, html h3, html h4{
        font-family: pelak !important;
    }

.validation-summary-errors {
    color: red;
    font-size: .7rem;
}

.btn-grey-light {
    color: #f58320;
    text-align: center;
    white-space: nowrap;
    background-color: #f9f9f9;
    border: 1px solid #ced4da;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(206, 212, 218);
    border-right: 0;
}
.radius-left {
    border-radius: 7px 0 0 7px !important;
}

.radius-right {
    border-radius: 0 7px 7px 0 !important;
}

::-webkit-input-placeholder { /* Edge */
    color: #b0b4b7 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b0b4b7 !important;
}

::placeholder {
    color: #b0b4b7 !important;
    font-size: 11px !important;
}

/*.validation-summary-errors{
    display: none !important;
}*/


a:hover, a:visited, a:link, a:active {
    text-decoration: none !important;
}


body {
    background-color: #f2f2f2;
}

.form-container h5 {
    display: none !important;
}

.memorise {
    margin-right: 25px;
    font-size: 12px;
    color: #535353;
}

.btn-green {
    background-color: #00bf6f !important;
    color: #fff !important;
    border: 2px solid #00bf6f !important;
    border-radius: 7px !important;
    width: 100% !important;
}

    .btn-green:hover {
        background-color: #fff !important;
        color: #00bf6f !important;
        border: 2px solid #00bf6f !important;
        border-radius: 7px !important;
        width: 100% !important;
    }

.form-container {
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15) !important;
    border-radius: 12px;
    background-color: #fff;
    width: 320px;
    margin: 6% auto;
    border: unset;
    direction: rtl;
    text-align: right;
    padding: 20px
}


.loginSignUpSeparator {
    border-top: 1px solid #cbd2d6;
    position: relative;
    margin: 45px 17px 15px;
    text-align: center;
}

    .loginSignUpSeparator .textInSeparator {
        background-color: #fff;
        padding: 0 .5em;
        position: relative;
        color: #6c7378;
        top: -.7em;
    }

.body {
    background-color: #f2f2f2 !important;
}


.btn-red {
    background-color: #f54336 !important;
    color: #fff !important;
    border-radius: 7px !important;
    width: 100% !important;
    border: 2px solid #f54336 !important;
}

    .btn-red:hover {
        background-color: #fff !important;
        color: #f54336 !important;
        border: 2px solid #f54336 !important;
        border-radius: 7px !important;
        width: 100% !important;
    }

.btn-red-two {
    background-color: #f54336 !important;
    color: #fff !important;
    width: 100% !important;
    border-radius: 7px !important;
    border: 2px solid #f54336 !important;
}

    .btn-red-two:hover {
        background-color: #fff !important;
        color: #f54336 !important;
        border: 2px solid #f54336 !important;
        width: 100% !important;
        border-radius: 7px !important;
    }


.btn-hot {
    background-color: #ff9908 !important;
    color: #fff !important;
    border-radius: 7px !important;
    width: 100% !important;
    border: 2px solid #ff9908 !important;
}

    .btn-hot:hover {
        background-color: #fff !important;
        color: #ff9908 !important;
        border: 2px solid #ff9908 !important;
        border-radius: 7px !important;
        width: 100% !important;
    }

.form-container .login-icon {
    padding: 16px 0;
    text-align: center;
    /*background: #2A2D35;*/
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.form-container .login-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: normal !important;
    text-align: center;
}

.pa-24 {
    padding: 24px !important;
}

.form-group {
    margin-bottom: 1rem;
}


label {
    display: inline-block;
    margin-bottom: .5rem;
}

.react-form-input {
    border-radius: 6px !important;
    font-size: 14px !important;
    border: 1px solid #ddd !important;
}

input {
    margin-top: 20px
}

.btn-grey {
    background-color: #fff !important;
    color: #ff9908 !important;
    border-radius: 7px !important;
    width: 100% !important;
    border: 2px solid #e3e3e3 !important;
}

    .btn-grey:hover {
        background-color: #fff !important;
        color: #ff9908 !important;
        border: 2px solid #ff9908 !important;
        border-radius: 7px !important;
        width: 100% !important;
    }

    .btn-grey a {
        color: #ff9908 !important;
    }

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.mbt-16, .mtb-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}


.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-right: -1.25rem;
}

#Input_Email {
    direction: ltr !important;
}

.float-left {
    float: left !important;
    margin-top: 10px;
    color: #f48120
}

.radio-btn {
    font-size: 13px;
    color: #6c757d !important;
}
.float-right {
    float: right !important;
    margin-top: 30px;
    color: #f48120
}

.float-right:hover {
    float: right !important;
    margin-top: 30px;
    color: #f48120
}


input::placeholder {
    direction: rtl !important;
}

.btn.btn-green, .forget-pass {
    font-size: 14px;
}

.form-check-label {
    margin-bottom: 0;
}

input {
    border-radius: 7px !important
}

.button

.form-container .form-button {
    font-size: 17px;
    text-transform: capitalize;
    box-shadow: none !important;
    width: 100%;
    border-radius: 2px;
    /*font-weight: 500;*/
    background: #00c486;
    color: #fff;
    border-radius: 30px;
}

/*.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: initial;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}*/

.color-grey {
    color: #535353 !important;
}

.form-container .link-label {
    /*font-weight: 700;*/
    font-size: 13px;
    margin-top: 10px;
    cursor: pointer;
    color: #a4a4a4;
}

    .form-container .link-label:hover {
        /*font-weight: 700;*/
        font-size: 13px;
        margin-top: 10px;
        cursor: pointer;
        color: #ff9908;
    }


.margin-form {
    margin: 0;
}

.font-12 {
    font-size: 12px !important;
}



.section-title h3::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    background-color: #ff9908;
    /*border: darkblue;*/
    bottom: -23px;
    left: 50%;
    margin-left: -40px;
}


.section-title h3::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 1px;
    background-color: #777;
    bottom: -22px;
    left: 50%;
    margin-left: -75px;
}

.section-title h1::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    background-color: #ff9908;
    /*border: darkblue;*/
    bottom: -23px;
    left: 50%;
    margin-left: -40px;
}

.section-title h1::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 1px;
    background-color: #777;
    bottom: -22px;
    left: 50%;
    margin-left: -75px;
}



.title-tutorials {
    margin-top: -60px;
}

.button-style-buttom {
    padding: 0 15px !important;
}


@media(min-width : 720px) {
    .form-container {
        width: 460px;
    }

        .form-container form {
            margin: 15px;
        }
}


@media (max-width: 767.98px) {

    .col-6.button-style {
        padding: 0 0 0 7px !important;
    }

    .col-6.button-style-02 {
        padding: 0 0 7px 0 !important;
    }

    .button-style-buttom {
        padding: 0 0 !important;
    }
    


    .loginSignUpSeparator {
        margin: 45px 3px 15px;
    }

    .btn-mob-style{
        padding: 0 !important;
        margin-bottom: 10px;
    }

    small.text-muted{
        font-size: 10px !important;
    }

    .title-tutorials{
        margin-top: 50px;
    }

    .dl-plan {
        width: 345px !important;
    }
}
