



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: Poppins-Medium;
    src: url('../fonts/poppins/Poppins-Medium.ttf');
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../fonts/poppins/Poppins-Bold.ttf');
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url('../fonts/poppins/Poppins-SemiBold.ttf');
}

@font-face {
    font-family: Montserrat-Bold;
    src: url('../fonts/montserrat/Montserrat-Bold.ttf');
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url('../fonts/montserrat/Montserrat-SemiBold.ttf');
}

@font-face {
    font-family: Montserrat-Regular;
    src: url('../fonts/montserrat/Montserrat-Regular.ttf');
}

@font-face {
    font-family: Brands;
    src: url('/Main/fonts/IRANSansWeb.woff') format('woff');
}


/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body, html {
    direction: rtl;
    height: 100%;
    font-family: Brands;
    background: rgba(255,255,255, 1);
    background-image: url(/Main/img/bg/bg.jpg);
    background-size: cover;
}

/*---------------------------------------------*/
a {
    font-family: Brands, Poppins-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

    a:focus {
        outline: none !important;
    }

    a:hover {
        text-decoration: none;
        color: #6675df;
    }

/*---------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

p {
    font-family: Brands, Poppins-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666; 
    margin: 0px;
}

ul, li {
    margin: 0px;
    list-style-type: none;
}


/*---------------------------------------------*/
input {
    outline: none;
    border: none;
}


    input:focus::-webkit-input-placeholder {
        color: transparent;
    }

    input:focus:-moz-placeholder {
        color: transparent;
    }

    input:focus::-moz-placeholder {
        color: transparent;
    }

    input:focus:-ms-input-placeholder {
        color: transparent;
    }

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input::-webkit-input-placeholder {
    color: #999999;
}

input:-moz-placeholder {
    color: #999999;
}

input::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder {
    color: #999999;
}

textarea::-webkit-input-placeholder {
    color: #999999;
}

textarea:-moz-placeholder {
    color: #999999;
}

textarea::-moz-placeholder {
    color: #999999;
}

textarea:-ms-input-placeholder {
    color: #999999;
}


label {
    display: block;
    margin: 0;
}

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

    button:hover {
        cursor: pointer;
    }

.main {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: 0 20px
}

.renderBox {
    margin: 0 auto;
    height: 500px;
}

.RegisterBox {
    position: relative;
    max-width: 420px;
    width: 420px;
    padding: 30px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ededed;
    box-shadow: 0 0 4px #d0d0d0;
    background-color: white;
    z-index: 999;
    margin: 0 auto;
    /*transform: translate()*/
}

/*.topLine {
    position: relative;
    width: 380px;
    height: 2px;
   background-color: #FF5400;
   top: -30px;
   left: 30px;
}*/


.headerLogo {
    margin-bottom: 30px;
    text-align: left;
}

.loginLogo {
}

.title {
    margin-bottom: 28px;
    color: #232944;
}

.subTitle {
    color: #999999;
    font-size: 11px;
    margin-bottom: 14px;
}

.EmailOrPhonenumber {
    position: relative;
    width: 100%;
    font-size: 1rem;
    line-height: 34px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px 20px;
    margin-bottom: 4px;
    direction: ltr !important;
    letter-spacing: 4px;
    text-align: center !important;
}

.btn-login {
    line-height: 34px;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 28px;
    background-color: #FF5400;
    border-color: #FF5400;
    color: #FFF;
    transition: all .5s;
    outline: none !important;
}

    .btn-login:hover {
        background-color: #737373;
        border-color: #737373;
    }

        .btn-login:focus{
            box-shadow: none !important;
        }

        .conditions {
            color: #999999;
            text-align: justify;
            font-size: 11px;
            text-indent: 10px;
        }

    .conditions > a {
        font-size: 12px !important;
        color: orange
    }

        .conditions > a:hover {
            color: Highlight
        }

.phoneSample {
    align-self: unset;
    color: #ccc;
    font-size: 12px;
    text-align: left;
    margin-bottom: 36px;
}

.Email {
    position: relative;
    width: 100%;
    font-size: 1rem;
    line-height: 34px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px 20px;
    margin-bottom: 4px;
}

.VerifyCode {
    position: relative;
    width: 100%;
    font-size: 1.5rem;
    line-height: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px 20px;
    margin-bottom: 4px;
    direction: ltr !important;
    letter-spacing: 15px;
    text-align: center !important;
    color: #FF5400;
    caret-color: #ccc;
    caret-shape : underscore;
}

.EmailPassword {
    position: relative;
    width: 100%;
    font-size: 1.5rem;
    line-height: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px 20px;
    margin-bottom: 4px;
    direction: ltr !important;
    letter-spacing: 15px;
    text-align: center !important;
    color: #FF5400;
    caret-color: #ccc;
}

.MessageContainer{
    background-color: rgba(255, 255, 255, .6);
    padding: 50px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgba(25, 25, 25, .6);
}
