/*
 ______ _____ _____   _____         
|  ____/ ____|  __ \ / ____|  /\    
| |__ | |    | |__) | (___   /  \   
|  __|| |    |  ___/ \___ \ / /\ \  
| |   | |____| |   _ ____) / ____ \  By: Nssser A. Alshahrani
|_|    \_____|_|  (_)_____/_/    \_\ E-mail: Nasser@fcp.sa
                                                                      
*/
body {
  background: url(img/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.fcp_con {
  font-family: flat;
  font-size: 300%;
  text-align: center;
  color: white;
  margin-top: 18%;
}
/*
input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 1px solid #555;
    outline: none;
    opacity: 0.3;
}

input[type=text]:focus {
    opacity: 0.6;
}
*/
.fcp_footer {
  direction: ltr;
	font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
  text-align: center;
  opacity: 0.555;
}
.fcp_footer a {
    text-align: center;
    font-size: 100%;
    color: black;
    text-decoration: none;
}
.fcp_footer a:hover {color: black;}
