@CHARSET "UTF-8";
body {
    margin: 0;
    padding: 0;
    direction: rtl;
}
#login-logo {
	margin-top: 50px;
	width: 300px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	/*background: #fff;*/
	height: 125px;
	border-top: 1px solid #1C94C4;
	border-left: 1px solid #1C94C4;
	border-right: 1px solid #1C94C4;
	border-bottom: 1px solid #1C94C4;
	text-align: center;
	/*background-image: url(../images/bg.jpg);*/
}

#cm{
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    top: 10%;
    right: 20%;
    left: 20%;
    border: 3px solid rgba(63, 65, 67, 0.5);
    border-radius: 15px;
    box-shadow: 0 10px 30px -2px #3f4143;
    min-width: 55%;
    max-width: 70%;
    padding: 10px;
    background-color: #eeeeee;
    display: table;
}
#bahram{
    margin-left: auto;
    margin-right: auto;
    position: var;
    top: 5%;
    right: 1px;
    left: 1px;
    border: 3px solid rgba(63, 65, 67, 0.5);
    border-radius:15px;
    box-shadow: 0 10px 30px -2px #3f4143;
    min-width: 98%;
    max-width: 100%;
    padding: 0px;
    background-color: #eeeeee;
    display: ruby-base;
}



#ba{
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    top: 5%;
    right: 10%;
    left: 10%;
    border: 3px solid rgba(63, 65, 67, 0.5);
    border-radius:15px;
    box-shadow: 0 10px 30px -2px #3f4143;
    min-width: 70%;
    max-width: 80%;
    padding: 0px;
    background-color: #eeeeee;
    display: ruby-base;
}


#login-itil {
    float: right;
    width: 45%;
    padding: 10px;
}
#login-itil img {
    width: 100%;
    height: auto;
    padding: 10px;
}
#login {
    width: 50%;
    min-width: 300px;
    float: right;
    margin-bottom: 20px;
    padding-right: 10px;

	/*background-image: url(../images/bg3.gif);*/
}
#login table {
	width: 100%;
}

#pwd, #user,#old_pwd, #new_pwd, #retype_new_pwd {
	width: 10em;
}
.center {
	text-align: center;
}

h1 {
    color: #666666;
    font-size: 17px;
    font-weight: normal;
    vertical-align: middle;
    white-space: normal;
    margin-top: 20px;
    margin-bottom: 20px;
}
.v-spacer {
}
td {
    font-size: 14px !important;
}
#user,#pwd {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8), 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
    color: #333;
    font-size: 16px;
    margin-bottom: 18px;
    padding: 8px;
    margin-bottom: 5px;
    min-width: 200px;
    text-align: left;
    width: 200px;
    margin-bottom: 10px;
    margin-top: 10px;

}
.btn_border input[type="submit"]{
        
        border-left: 0 none #f89406;
	border-right: 0 none #f89406;
	border-top: 0 none #f89406;
	border-bottom: 0 none #b3b3b3;
	cursor: pointer;
                    display: inline-block;
                    *display: inline;
                    padding: 4px 10px;
                    width: 100px;
                    margin-bottom: 5px;
                    *margin-left: .3em;
                    font-size: 16px;
                    line-height: 18px;
                    *line-height: 20px;
                    text-align: center;
                    color: #FFFFFF;
                    vertical-align: middle;
                    background-color: #faa732;
                    *background-color: #f89406;
                    background-repeat: repeat-x;
                    *-webkit-border-radius: 4px;
                    -moz-border-radius: 4px;
                      border-radius: 4px;
                      zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	background-image: linear-gradient(top, #fbb450, #f89406);
}

.btn_border input[type="button"]{
                    border-left: 0 none #e6e6e6;
	border-right: 0 none #e6e6e6;
	border-top: 0 none #e6e6e6;
	border-bottom: 0 none #b3b3b3;
	cursor: pointer;
                    display: inline-block;
                    *display: inline;
                    padding: 4px 10px;
                    width: 100px;
                    margin-bottom: 5px;
                    *margin-left: .3em;
                    font-size: 12px;
                    line-height: 18px;
                    *line-height: 20px;
                    text-align: center;
                    color: #808080;
                    vertical-align: middle;
                    background-color: #f5f5f5;
                    *background-color: #e6e6e6;
                    background-repeat: repeat-x;
                    *-webkit-border-radius: 4px;
                    -moz-border-radius: 4px;
                    border-radius: 4px;
                    zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
}
