﻿@font-face {
    font-family: 'IRANSansWeb';
    font-style: normal;
    font-weight: normal;
    src: url('/css/fonts/IRANSansWeb.eot');
    src: url('/css/fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('/css/fonts/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('/css/fonts/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('/css/fonts/IRANSansWeb.ttf') format('truetype');
}


@font-face {
    font-family: 'FontAwesome';
    src: url('/css/fonts/fontawesome-webfont.eot?v=4.1.0');
    src: url('/css/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('/css/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('/css/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('/css/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}
body,ul,li,h1,h2,h3,h4,h5,h6,p {
    padding:0;list-style:none;
    margin:0; outline: 0px !important;
}
.img-responsive{
    width:100%;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;  
}
body{
font-family: 'IRANSansWeb';  
}
.msbk{
 text-align: right;
    direction: rtl;
    margin: 0px auto;
    width: 100%;
    max-width: 655px;
}
.flex_row{
        display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.text-right{
text-align:right;
}

        .ms_main_box{
                position: relative;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
        }
        .ms_pic_box{
            width: 50%;
    height: 100vh;
    position: relative;
        background: linear-gradient(306deg, #f9a620, #b96e00, #6e9eff, #003bb1);
    /* background-image: url(/css/img/tar.png); */
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
        }
                @keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
        .ms_pic_box_img {
                position: absolute;
    height: 100%;
    object-fit: cover;
    width: 100%;
    left: 0px;
    top: 0px;
        }
        .ms_text_box1{
          display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 100%;
    z-index: 99999;    text-align: center;
    position: relative;
        }

        .ms_box1_h1{
            text-shadow: 0 1px 2px rgb(0 0 0 / 48%);
    font-size: 32px;
    font-weight: bold;
    padding: 45px 0px;
        }
        .ms_box1_p{
            text-shadow: 0 1px 2px rgb(0 0 0 / 63%);
    line-height: 36px;
    text-align: center;
    width: 310px;
    z-index: 1000;
    font-size: 18px;
    font-weight: 600;
        }
        .ms_login_box{
                display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 54%;
    height: 100vh;
        }

._ms_h2_login{
    font-weight: 700;
    line-height: 1.72;
    padding-bottom: 20px;
    letter-spacing: -1.8px;
    font-size: 20px;text-align: center;
}
._ms_p_login{
        font-size: 14px;
    line-height: 31px;
    color: #484848;
    font-weight: 300;
    margin-top: 4px;    margin-bottom: 20px;
}

.msbk .ms_title {
    color: rgb(101, 101, 101);
    margin-bottom: 11px;
    font-size: 14px;
    line-height: 1.467;
    letter-spacing: -0.68px;

}
.ms_flew_reg,.password-box{
      position: relative;
}
.ms_flew_reg{
      margin-bottom:10px;
}
.flex_row .ms_flew_reg{
 width: 48%;
    margin: 1%;
}
.msbk .ms-inpt {
    color: rgb(113, 113, 113) !important;
    font-size: 14px;
    line-height: 1.571;
    width: 100%;
    letter-spacing: -0.8px;
    border-radius: 35px;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(200, 200, 200);
    border-image: initial;
    padding: 11px 12px;
    padding-right: 45px;
    position: relative;
    margin-right: 0px;
    right: auto;font-family: 'IRANSansWeb'; 
}

.msbk .ms-inpt-login, .msbk .ms-inpt-pass, .ms-inpt-captcha, .ms-inpt-Uname , .ms-inpt-invitecode, .ms-inpt-howtomeet, .ms-inpt-loc  {
    position: relative;
}
  .ms-inpt-captcha:before {
        position: absolute;
        right: 14px;
        top: 8px;
        color: #929292;
        font-size: 24px;
        content: "\f071";
        z-index: 99;
        font-family: 'FontAwesome';
    }
  .ms-inpt-Uname:before {
        position: absolute;
        right: 14px;
        top: 8px;
        color: #929292;
        font-size: 24px;
        content: "\f10b";
        z-index: 99;
        font-family: 'FontAwesome';
    }

    .msbk .ms-inpt-login:before {
        position: absolute;
        right: 14px;
        top: 8px;
        color: #929292;
        font-size: 24px;
        content: "\f007";
        z-index: 99;
        font-family: 'FontAwesome';
    }

    .msbk .ms-inpt-pass:before {
        position: absolute;
        right: 14px;
        top: 8px;
        color: #929292;
        font-size: 24px;
        content: "\f023";
        z-index: 99;
        font-family: 'FontAwesome';
    }
    .msbk .ms-inpt-invitecode:before {
        position: absolute;
        right: 14px;
        top: 8px;
        color: #929292;
        font-size: 24px;
        content: "\f121";
        z-index: 99;
        font-family: 'FontAwesome';
    }
    .msbk .ms-inpt-howtomeet:before {
        position: absolute;
        right: 14px;
        top: 8px;
        color: #929292;
        font-size: 24px;
        content: "\f26c";
        z-index: 99;
        font-family: 'FontAwesome';
    }
     .msbk .ms-inpt-loc:before {
        position: absolute;
        right: 14px;
        top: 8px;
        color: #929292;
        font-size: 24px;
        content: "\f124";
        z-index: 99;
        font-family: 'FontAwesome';
    }
.msbk .btn-login, .msbk .ms-btn-ovr {
font-size: 18px;
    line-height: 1.222;
    padding: 12px 100px 12px 20px;
    border-radius: 35px;
    background-color: #6e9eff;
    border: 1px solid #6e9eff;
    color: #fff;
    overflow: hidden;
    text-align: right;
    letter-spacing: -.7px;
    width: 100%;
    margin: 14px auto;
    font-family: 'IRANSansWeb';
    position: relative;
    cursor: pointer;
}

.msbk .msbtn-btn {
    background: none;
    border: none;
    z-index: 99999999999;
    position: relative;
    width: 100%;
    text-align: right;font-size: 16px;
    letter-spacing: -0.5px;
}

.msbk .btn-login:before, .msbk .ms-btn-ovr:before {
    width: 95px;
    height: 95px;
    position: absolute;
    right: -15px;
    top: -20px;
    background: hsla(0,0%,100%,.21);
    content: "";
    border-radius: 50%;
}

.msbk .btn-login:after {
    position: absolute;
    right: 23px;
    top: 8px;
    font-size: 28px;
    content: "\f08b";
    z-index: 99;
    font-family: 'FontAwesome';
}

.msbk .ms-btn-ovr:after {
    position: absolute;
    right: 23px;
    top: 8px;
    font-size: 28px;
    content: " ";
    z-index: 99;
    width: 25px;
    height: 27px;
    background: url(/App_Themes/Template/images/userplus.png) no-repeat center;
}

.msbk .btn-login:not(.disabled):not(.is-inactive):not([disabled]):hover:before, .msbk .ms-btn-ovr:not(.disabled):not(.is-inactive):not([disabled]):hover:before {
    width: 900px;
    height: 900px;
    right: -450px;
    top: -450px;
    -webkit-transform: unset;
    transform: unset;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.msbk .alink {
    font-size: 13px;
    text-align: left;
    float: left;
       border-bottom: 1px dashed #88ccf9;
    padding-bottom: 5px;
    color: #1491f4;
}

.msbk .ms_footer {
text-align: left;
    font-size: 14px;
    line-height: 1.467;
    padding: 0px 40px 28px;
    color: #656565;
    letter-spacing: -.7px;
}

#registerError {
    display: none;
} .errorBox,  .errorBox, .validationBox, .success {
    border: 1px solid;
    margin: 10px 0px;
    background-repeat: no-repeat;
    font-size: 18px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    direction: rtl;
    padding: 15px 45px 15px 50px;
    background-position: right center;
    text-align: right;
    direction: rtl;
    padding: 10px;
    width: 95%;
    font-size: 13px;
    padding-right: 50px;
    margin: 2px auto;
    overflow: hidden;
}

  .errorBox {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/App_Themes/baseTheme/images/Error.png');
}


.successBox, .success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('images/Tick.png');
}
.error {
        position: absolute;
    bottom: 100%;
    margin-right: 0;
    margin-bottom: 4px;
    background: #ef5662;
    white-space: nowrap;
    padding: 5px 25px;
    color: #fff !important;
    z-index: 2;
    letter-spacing: -0.5px;
    border-radius: 4px;
    right: 77px;
    font-weight: normal;
}
.msbk .error:before {
    width: 0;
    height: 0;
    border-color: #ef5662 transparent transparent;
    border-style: solid;
    border-width: 10px 12px 0;
    top: 100%;
    right: 35px;
    content: "";
    position: absolute;
}
.ms-link{
   
    background: none;
    border: navajowhite;
    font-size: 13px;
    color: #0563ad;
    font-weight: bold;
}
.right{
    float:right;
}

    .capImage {
        width: 80px;
        position: relative;
        top: 8px;
    }
    .ms_refresh {
        float: left;
        width: 21px;
        position: relative;
        top: 8px;
        left: 16px;
    }
    .showhidepassword{
        position: absolute;
    left: 10px;
    top: 14px;
    z-index: 9;
    font-size: 19px;
    color: #878787;
}
    .fa-eye-slash:before {
    content: "\f070";
}.fa-eye:before {
    content: "\f06e";
}
 .lineCenter {
    position: absolute;
    width: 22px;
    height: 72%;
    background: #fff;
    right: -5px;
    top: 15%;
    border-radius: 60px 0px 0px 60px;
}
 .field-validation-error{
    color: red;
    font-size: 12px;
    position: absolute;
    width: 100%;
    top: -13px;
    left: 0px;
    text-align: left;
 }
 .validation-summary-errors{
         color: red;
    font-size: 12px;
    padding-bottom: 10px;
 }
 .ms_home {
    position: fixed;
    z-index: 999;
    bottom: 15px;
    right: 15px;
    display: block;
    width: 52px;
    text-align: center;
    height: 44px;
    border-radius: 50%;
    color: #fff;
    padding-top: 7px;
    font-size: 36px;
    background: linear-gradient(306deg, #f9a620, #f9a620, #6e9eff, #6e9eff);
}
@media only screen and (max-width:760px) {
    .ms_box1_p{
        display:none;
    }

    .logo-bx {
padding: 0px 0;
                max-width: 284px;
        float: none;
        margin: 25px auto 0px;
        position: relative;
        display: block;

}
    .ms_main_box{
            padding-bottom: 50px;
    flex-direction: column;    justify-content: flex-start;
    }
        .ms_pic_box {
       
        width: 100%;
        height: 250px;
        float: right;
    }
            .ms_login_box {
               width: 89%;
        height: auto;
        padding-top: 35px;
        margin: 0px auto;
    }
                .lineCenter {
        position: absolute;
        width: 72%;
        height: 22px;
        background: #fff;
        right: 0;
        top: auto;
        border-radius: 60px;
        left: 0px;
        margin: 0px auto;
        bottom: -10px;
    }
                .ms_box1_h1 {
    font-size: 19px;
    font-weight: bold;
    padding: 12px 0px;
}
    .ms_home {
       
        bottom: 8px;
        left: 15px;
        right:auto;
    }
    ._ms_h2_login {
    
    font-size: 20px;
    padding-bottom: 20px;
}
    .ms_flew_reg {
    width: 98%;
    margin: 1%;
}
}