﻿body {
     margin:0;
     padding:0;
     font-family: "IRANSans"; 
     font-size:1vw;
     direction:rtl;
    
 }

.subfieldsetlogin {
    margin-top:1em;
    margin-right:0.5em;
    margin-left:0.5em;
    width:99%;
    height:36vw;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
     border: 1px solid #d4d4d4;
     
   
}
    .subfieldsetlogin legend {
                 font-family: "IRANSans"; 
                 font-weight:bold;
                 color:#3F4E5D;
                 font-size:1em;
                 text-decoration:none;
                 margin:0.5em;
                 padding:0.5em;
    }

.textbox {
    font-family: "IRANSans"; 
    font-weight:normal;
    color:#d4d4d4;
    display:block;
  width: 300px;
  height: 30px;
  padding: 6px ;
  font-size: 1em;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
    .textbox:focus {
         /*border:1px solid #BF8845;*/
        border-color: #3F4E5D;
        border-width:2px;
     
         outline: 0;
        -webkit-box-shadow: inset 0 3px 3px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, .9);
          box-shadow: inset 0 3px 3px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, .9);
   
    }

.btnlogin {
     font-family: "IRANSans"; 
    font-weight:bold;
    color:#fff;      
    font-size:1em;
    text-decoration:none;
    background-color:#DA4F3E;
    padding:5px 10px 5px 10px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-width:0;
}
    .btnlogin:hover {
        background-color:#C34739;
        color:#fff;
        border-radius: 5px 5px 5px 5px;
        font-weight:bold;
        border-width:0;
    }
.subfieldsetlogin table {
    margin-right:7em;
    margin-top:4em;
}
    .subfieldsetlogin table span {
        font-family: "IRANSans";
	    font-size: 1em;
	    font-weight: normal;
	    color: #313443;
       
    }
