@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');

*{
   font-family: 'Poppins', sans-serif;
   margin:0; padding:0;
   box-sizing: border-box;
   outline: none; border:none;
   text-decoration: none;
}



.container{
   min-height: 100vh;
   display: flex;
   align-items: center;
   justify-content: center;
   padding:0px;
   padding-bottom: 100px;
}

.container .content{
   text-align: center;
}

.container .content h3{
   font-size: 50px;
   color:#333;
}

.container .content h3 span{
   background:  #fff;
   color:#fff;
   border-radius: 5px;
   padding:0 15px;
}

.container .content h1{
   font-size: 50px;
   color:#333;
}

.container .content h1 span{
   color: #fff;
}

.container .content p{
   font-size: 25px;
   margin-bottom: 20px;
}

.container .content .btn{
   display: inline-block;
   padding:10px 30px;
   font-size: 20px;
   background: #333;
   color:#fff;
   margin:0 5px;
   text-transform: capitalize;
}

.container .content .btn:hover{
   background:   #fff;
}

.form-container{
   min-height: 100vh;
   display: flex;
   align-items: center;
   justify-content: center;
   padding:20px;
   padding-bottom: 60px;
   
}

.form-container form{
   padding:20px;
   border-radius: 5px;
   box-shadow: 0 5px 10px rgba(0,0,0,.1);
 
   text-align: center;
   width: 500px;
}

.form-container form h3{
   font-size: 30px;
   text-transform: uppercase;
   margin-bottom: 10px;
   color: #333;
}

.form-container form input,
.form-container form select{
   width: 100%;
   padding:10px 15px;
   font-size: 17px;
   margin:8px 0;
   background: #fff;
   border-radius: 5px;
}

.form-container form select option{
   background: #fff;
}

.form-container form .form-btn{
   background-color: #333l;
   color: #fff;
   text-transform: capitalize;
   font-size: 20px;
   cursor: pointer;
}

.form-container form .form-btn:hover{
   background:  #333;
   color:#fff;
}
.form-container form .form-btn-v:hover{
;   background-color: darkslategray;
   color:#fff;
}
.form-container form p{
   margin-top: 10px;
   font-size: 20px;
   color:#333;
}

.form-container form p a{
   color: #fff;
}

.form-container form .error-msg{
   margin:10px 0;
   display: block;
   background:  #fff;
   color:#333;
   border-radius: 5px;
   font-size: 20px;
   padding:10px;
}
/*pemohon*/
* {box-sizing: border-box}

/* Add padding to containers */
.container {
  padding:  50px;
}

/* Full-width input fields */
input[type=text], input[type=nama] {
  width: 100%;
  padding: 5px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border:  none;
  background: #fff;
}

input[type=text]:focus, input[type=nama]:focus {
  background-color: antiquewhite;
  outline: none;
}
input[type=text], input[type=noPf] {
  width: 100%;
  padding: 5px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background:  #fff;
}

input[type=text]:focus, input[type=noPf]:focus {
  background-color: #ddd;
  outline: none;
}
input[type=text], input[type=Bahagian] {
  width: 100%;
  padding: 5px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background:  #fff;
}

input[type=text]:focus, input[type=Bahagian]:focus {
  background-color: #ddd;
  outline: none;
}
input[type=text], input[type=Cawangan] {
  width: 100%;
  padding: 5px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background:  #fff;
}

input[type=text]:focus, input[type=Cawangan]:focus {
  background-color: #ddd;
  outline: none;
}
input[type=form-control], input[type=Tujuan] {
  width: 100%;
  padding: 5px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background:  #fff;
}

input[type=form-control]:focus, input[type=Tujuan]:focus {
  background-color: #ddd;
  outline: none;
}
input[type=text], input[type=Tarikh_diperlukan] {
  width: 100%;
  padding: 5px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background:  #fff;
}

input[type=text]:focus, input[type=Tarikh_diperlukan]:focus {
  background-color: #ddd;
  outline: none;
}
input[type=text], input[type=Keperluan] {
  width: 100%;
  padding: 5px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background:  #fff;
}

input[type=text]:focus, input[type=Keperluan]:focus {
  background-color: #ddd;
  outline: none;
}
input[type=text], input[type=Masa] {
  width: 100%;
  padding: 5px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background:  #fff;
}

input[type=text]:focus, input[type=Masa]:focus {
  background-color: #ddd;
  outline: none;
}
input[type=text], input[type=Tempat] {
  width: 100%;
  padding: 5px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #fff;
}

input[type=text]:focus, input[type=Tempat]:focus {
  background-color: #ddd;
  outline: none;
}
input[type=text], input[type=Tajuk] {
  width: 100%;
  padding: 5px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #fff;
}

input[type=text]:focus, input[type=Tajuk]:focus {
  background-color: #ddd;
  outline: none;
}
/* Overwrite default styles of hr */
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 15px;
}

/* Set a style for the submit/register button */
.submitbtn {
  background-color:darkslategray;
  color:  #fff;
  padding: 18px 25px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;

}

.submitbtn:hover {
  opacity:1;
}

/* Add a blue text color to links */
c {
  color:maroon;
  font-size: 300%;
  text-align: center;
}


/* Set a grey background color and center the text of the "sign in" section */
.signin {
  background-color: #f1f1f1;
  text-align: center;
}
.card-body{
	
}
.card-header{
	background:  ;
}
/* TAJUK */
.max-width{
    max-width: 1300px;
    padding: 0 80px;
    margin: auto;
    color: #160F0F;
	}
.mohonbtn {
  background-color: darkslategray;
  color:  #fff;
  padding: 15px 25px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 25%;
  opacity: 0.1;
}


}

.mohonbtn:hover {
  opacity:1;
}
.printbtn{
  display:true;
  visibility:true;
  background-color:darkslategray;
  color:  #fff;
  padding: 18px 25px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
	
}






