﻿/*new login css*/
/*@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url(../webfonts/IRANSansWeb.woff2) format('woff2');
}

@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    src: url(../webfonts/IRANSansWeb_Bold.woff2) format('woff2');
}

@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: lighter;
    font-display: swap;
    src: url(../webfonts/IRANSansWeb_Light.woff2) format('woff2');
}*/

body {
    font-size: 20px;
    font-family: 'IRANSans';
}

.authenticatgeneral {
    padding: 4px;
}

    .authenticatgeneral .frame-rectangle {
        top: 1.6em;
        /*font-size: 20px;*/
        color: #707070;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 1.5em;
        max-width: 500px;
        box-shadow: 1px 1px 1px 1px #E9E9E9;
    }

    .authenticatgeneral h1 {
        font-size: 1.0em;
        font-weight: lighter;
    }

.frame-rectangle {
    border-color: #E1E1E1;
    border-style: solid;
    border-width: 1.00px;
    border-radius: 7.00px;
    /*height: 551.00px;*/
    /*left: 700.00px;*/
}




.moremargin{
    margin-top:1em;
    margin-bottom:1em;
}

.moremarginTopBottom {
    margin-top: 12px;
    margin-bottom: 12px;
}

.freetext {
    font-size: 0.9em;
}


.mainlogin2 .buttonSection {
    display: block;
    position: absolute;
    box-sizing: content-box;
    background-color: transparent;
    width: 250.00px;
    height: 55.00px;
    left: 835.00px;
    top: 565.00px;
}

.phone-section {
    font-size: 1em;
    /*text-align: center;*/
    margin: 1.1em 0px;
    height: 3em;
    line-height: 1.8em;
}

    .phone-section span {
        margin: 0px 15px;
    }

.phone-large-view {
    letter-spacing: 0.22em;
    font-size: 1.2em;
    float: right;
}
.email-large-view {
    font-size: 1.1em;
    float: right;
}

.small-edit-link {
    float: left;
    font-size: 0.85em;
}





.logn-margin-top {
    margin-top: 2em;
}
.medium-margin-top {
    margin-top: 1em;
}

.form-authentication p {
    font-size: 0.85em;
}

.note-form {
    margin: 1.2em 0px;
    background-color: #F5F5F5;
    border-radius: 7px;
    padding: 8px 8px;
    text-align: center;
    font-size: 0.85em;
}



.div-center {
    text-align: center;
}

.section-logo {
    text-align: center;
    /*margin-left: auto;
            margin-right: auto;*/
    margin: 5px;
}

.logo-alone {
    width: 7em;
}

.bold-input {
    /*text-decoration: underline;*/
    letter-spacing: 1.3em;
    text-indent: 0.9em;
    /*initial-letter: 2;
    initial-letter-align: hanging;*/
    font-size: 1.1em;
    line-height: 2em;
    text-align: center;
    border-radius: 0.25em;
    border: solid 2px #FEBE10;
    padding-left: 1.8em;
    padding-right: 0px;
    padding-bottom: 4px;
    padding-top: 4px;
    width: 100%;
    /*height: 2.0em;*/
}

.section-button {
    text-align: center;
    /*margin-bottom: 1.4em;*/
    margin-top: 1.1em;
}


.bigersumbit {
    height: 2.9em;
}



/*register*/
input {
    border: solid 1px #707070;
    width: 100%;
    font-size: 0.9em;
    height: 2.3em;
    border-radius: 7px;
    padding: 0px 5px;
}

    input:focus {
        background: none;
    }

    input.phonenumber {
        height:2.7em;
        font-size:1em;
        letter-spacing:0.5em;
        /*float:left;*/
        text-align:center;
        direction:ltr;
        padding:2px 15px;

    }

.tooltipcutomicon {
    position: absolute;
    bottom: 2px;
    left: 5px;
    width: 24px;
    height: 24px;
}

.tooltipcutomicon-green {
    /*background-image: url('../img/green-check-64.png');*/
    background: url('../img/au-green-check.svg') no-repeat;
    background-size: 30px;
    background-position-x: 6px;
    background-position-y: 2px;
    border: solid 2px #4ECE3D;
}

.tooltipcutomicon-red {
    /*background-image: url('../img/green-check-64.png');*/
    background: url('../img/au-red-check.svg') no-repeat;
    background-size: 30px;
    background-position-x: 6px;
    background-position-y: 2px;
    border: solid 2px #FF0000;
}

.form-row-div {
    margin: 0.70em 0;
}

    .form-row-div #p-name {
        float: right;
        margin-right: 0px;
        margin-left: 4px;
    }

    .form-row-div #p-family {
        margin: 0px;
    }

#social-login {
    text-align: center;
    align-content: center;
}

    #social-login .login-item {
        width: 100%;
        display: inline-block;
        height: 2.4em;
        margin: 0.4em 0px;
    }

        #social-login .login-item a, #social-login .login-item button {
            width: 100%;
            height: 100%;
            border-radius: 7px;
            background-color: white;
            border-style: solid;
            border-width: 2px;
            font-size: 0.9em;
            display: inline-block;
            cursor: pointer;
            text-align: center;
            padding: 6px 4px;
        }

        #social-login .login-item #google-sign-in {
            border-color: #EA4335;
            color: #EA4335;
        }

            #social-login .login-item #google-sign-in:hover {
                background-color: #EA4335;
                color: white;
            }

            #social-login .login-item #google-sign-in i {
                color: inherit;
            }

        #social-login .login-item #yahoo-sign-in {
            border-color: #5E0984;
            color: #5E0984;
        }

            #social-login .login-item #yahoo-sign-in:hover {
                background-color: #5E0984;
                color: white;
            }

            #social-login .login-item #yahoo-sign-in i {
                color: inherit;
            }

        #social-login .login-item #mobile-sign-in {
            border-color: #730DF9;
            color: #730DF9;
        }

            #social-login .login-item #mobile-sign-in:hover {
                background-color: #730DF9;
                color: white;
            }

            #social-login .login-item #mobile-sign-in i {
                color: inherit;
            }

        #social-login .login-item i {
            float: left;
            margin: 0px 4px;
        }

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0.4em 0px;
}

    .separator::before,
    .separator::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #CECECE;
        color: #CECECE;
    }

#autehenticate-footer {
    margin-top: 0.5em;
}

    #autehenticate-footer hr {
        margin-bottom: 10px;
        border-color: #aEaEaE;
        /*border-width:2px;*/
    }
/*responsiv*/
@media (max-width: 350px) {
    body {
        font-size: 16px;
    }

    .phone-section span {
        margin: 0px 5px;
        /*font-size:17px;*/
    }

    .authenticatgeneral .frame-rectangle {
        top: 0.8em;
        padding-left: 12px;
        padding-right: 12px;
    }

    #div-p-namem, #div-p-family {
        padding: 0px;
        margin-left: 0px;
        margin-top: 0.70em;
        margin-left: 0px;
    }

    .form-row-div #p-name {
        margin-left: 0px;
        padding-left: 0px;
    }
}

@media (min-width: 350px) and (max-width: 580px) {
    body {
        font-size: 18px;
    }

    .phone-section span {
        margin: 0px 9px;
    }

    .authenticatgeneral .frame-rectangle {
        top: 1.4em;
        padding-left: 24px;
        padding-right: 24px;
    }

    #div-p-namem, #div-p-family {
        padding: 0px;
        margin-top: 0.70em;
        margin-left: 0px;
    }

    .form-row-div #p-name {
        margin-left: 0px;
        padding-left: 0px;
    }
}

@media (min-width: 1750px) and (max-width: 2250px) {
   

    .bold-input {
        letter-spacing: 1.2em;
        initial-letter-align: hanging;
        font-size: 2em;
        line-height: 2.1em;
        text-align: center;
        border-radius: 0.25em;
        border: solid 2px #FEBE10;
        padding-left: 2em;
        height: 2.2em;
    }
}

