@font-face {
  font-family: 'noorBold';
  src: url('https://eservices.adf.gov.sa/vdi_assets/fonts/noor-bold.eot'); /* IE9 Compat Modes */
  src: url('https://eservices.adf.gov.sa/vdi_assets/fonts/noor-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('https://eservices.adf.gov.sa/vdi_assets/fonts/noor-bold.woff2') format('woff2'), /* Modern Browsers */
  url('https://eservices.adf.gov.sa/vdi_assets/fonts/noor-bold.woff') format('woff'), /* Modern Browsers */
  url('https://eservices.adf.gov.sa/vdi_assets/fonts/noor-bold.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

* {
    font-family: noorBold, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif!important;
}
html{
    overflow: auto;
}
body {
    background-color: #25413A;
    background-image: none;
    background-image: url('./bg.jpg');
    -moz-transition: all 5s;
    -webkit-transition: all 5s;
    transition: all 5s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: auto;
}

table#page_header{
    background-color: transparent;
    background-image: none;
}
#main_table_image_cell {
    display: none;
}
table#main_table {
    background-color: transparent;
    height: auto;
    margin-bottom: 50px;
}
table#main_table form {
    width: 100%;
}
table#main_table table#credentials_table {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    width: 80%;
    max-width: 550px;
    margin: 0 auto;
    height: auto;
    border-radius: 10px;
}
table#main_table table#credentials_table td{
    padding: 7px 50px!important;
}
table#main_table table#credentials_table td#credentials_table_header {
    text-align: center;
    color: #25413A;
    padding-top: 30px!important;
}
table#main_table table#credentials_table td#credentials_table_header strong {
    color: #25413A!important;
}
table#main_table table#credentials_table td#credentials_table_header div {
    color: #25413A!important;
}

td#header_leftcell{
    height: 160px;
}
td#header_leftcell img{
    position: fixed;
    right: 10px;
    top: 10px;
    content:url("https://adf.gov.sa/assets/images/header_logo_2.png");
    width: 350px;
}

table#main_table table#credentials_table td#credentials_table_postheader {
    
}
table#main_table table#credentials_table td#credentials_table_postheader font font {
    color: #FFFFFF;
    background-color: #FF6942;
    padding: 10px;
    border-radius: 10px;
    display: block;
}

table#main_table table#credentials_table input.credentials_input_password, input.credentials_input_password_disabled, input.credentials_input_text, input.credentials_input_text_disabled{
    width: 100%;
    padding: 20px 10px;
    border-radius: 5px;
    border-width: 0;
    background-color: #FFFFFF!important;
    outline: none;
}

table#main_table table#credentials_table label {
    color: #25413A;
    margin-bottom: 5px;
}

div.inspectionHostDIVBig {
    height: 80%;
    border-radius: 10px;
    border: #888888 1px solid;
    background: #ffffff;
    opacity: 0.85;
}

table#IHoptions a{
    color: #9B696A;
    text-decoration: none;
}
table#IHoptions a:hover {
    color: #444444;	
    text-decoration: underline;
}

table#main_table table#credentials_table input.credentials_input_submit, input.credentials_input_submit_disabled{
    display: block;
    width: 100px;
    border-radius: 5px;
    margin: 0 auto;
    padding: 5px 5px;
    background-color: #25413A;
    color: #FFFFFF;
    border: #25413A 1px solid;
    outline: none;
    cursor: pointer;
}

table#main_table table#credentials_table input.credentials_input_submit:hover, input.credentials_input_submit_disabled:hover{
    background-color: #FFFFFF;
    color: #25413A;
}

div#page_footer{
    position: sticky;
    top: 100vh;
    left: 0;
    right: 0;
	bottom: 0;
	border-top-width: 0;
	padding-bottom: 10px;
}
div#page_footer div {
	padding: 0;
}
div#page_footer > div{
    color: #444444;
    font-size: 12px;
	margin: 0 10px;
    padding: 10px;
    width: auto;
    background-color: rgba(255, 255, 255, 0.7);
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	text-align: center;
}

div#page_footer > div:first-child {
	margin-bottom: 10px;
	text-align: center;
	font-size: 14px;
}

.g-recaptcha>div {
    margin: 0 auto;
}