﻿/* =====================================
   EXAM GATE STYLE SHEET
===================================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{

    font-family:Arial, Helvetica, sans-serif;

    background:#ffffff;

    color:#333;

    line-height:1.6;
}

span7 {
  font-size: 26px;
  font-weight: bold;
  color: #191970 ;
  line-height: 35px;
 
}


span8 {
  font-size: 22px;
  font-weight: bold;
  color: green;
  line-height: 35px;
 
}


.navi a {
     text-decoration: none;
     font-size: 20px;
     font-weight: bold;
     color: brown ;
}

.navi a:hover {
     color: green ;
}

.navi a.active  {
	color: green ;
	background: none;
}


.btn-orange{
  background: #008751 ;
  color:#ffffff;
  border:none;
  border-radius:10px;
  padding: 13px;
  font-weight:bold;
  font-size: 25px;
  text-decoration:none;
  box-shadow:0 10px 30px rgba(0,0,0,0.15);
}


.btn-orange a{
background: ;
color: #ffffff;

}

.btn-orange:hover,
.btn-orange:focus{
  background: #CD853F;
  color:#ffffff;
}


.sign{
color: #ffffff;
float: ;
padding:  10px  ;
}

.sign a{
background:  ;
color: #ffffff ;
font-weight:bold;
font-size: 20px;
text-decoration:none;
}

.sign a:hover{
background: ;
color: orange ;
}


.terms{
color: #ffffff;
float: ;
padding:  0px  ;
font-size: 20px;
}

.terms a{
background:  ;
color: #ffffff;
font-weight:bold;
font-size: 20px;
text-decoration:none;
}

.terms a:hover{
background: ;
color: orange ;
}


.footer{
background: #008751 ;
color: #ffffff ;
font-weight:bold;
font-size: 18 px;
text-decoration:none;
box-shadow:0 0 20px rgba(0,0,0,0.15);
}


.footer a{
background: ;
color: gold ;

}


.footer a:hover{
background: ;
color: #ffffff  ;

}




/* ===========================
   CONTAINER
=========================== */

.container{

    width:95%;

    max-width:800px;

    margin:40px auto;
}

/* ===========================
   HEADER
=========================== */

.header{

    background: #008751 ;

    padding:30px;

    text-align:center;

    border-radius:15px;

    box-shadow:
    0 10px 30px rgba(0,0,0,.08);

    margin-bottom:30px;
}

.header h1{

    color: #ffffff ;

    font-size:36px;

    margin-bottom:10px;
}

.header p{

    color:#666;

    font-size:16px;
}

/* ===========================
   CARD
=========================== */

.card{

    background:#fff;

    padding:35px;

    margin-bottom:30px;

    border-radius:15px;

    border-top:6px solid #008751;

    box-shadow:
    0 10px 30px rgba(0,0,0,.08);

    transition:.3s;
}

.card:hover{

    transform:translateY(-2px);

    box-shadow:
    0 15px 35px rgba(0,0,0,.12);
}

.card h2{

    color:#008751;

    margin-bottom:25px;

    font-size:24px;

    text-transform:uppercase;
}

/* ===========================
   LABELS
=========================== */

label{

    display:block;

    font-weight:bold;

    margin-top:18px;

    margin-bottom:8px;

    color:#333;
}

/* ===========================
   INPUTS
=========================== */

input[type=text],
input[type=email],
input[type=tel],
input[type=date],
select,
textarea{

    width:100%;

    padding:14px;

    border:1px solid #ccc;

    border-radius:8px;

    font-size:15px;

    transition:.3s;
}

input:hover,
textarea:hover,
select:hover{

    border-color:#008751;
}

input:focus,
textarea:focus,
select:focus{

    outline:none;

    border-color:#008751;

    box-shadow:
    0 0 10px rgba(0,135,81,.2);
}

/* ===========================
   TEXTAREA
=========================== */

textarea{

    min-height:120px;

    resize:vertical;
}

/* ===========================
   FILE INPUT
=========================== */

input[type=file]{

    width:100%;

    padding:12px;

    background:#f8f8f8;

    border:1px solid #ddd;

    border-radius:8px;

    cursor:pointer;
}

/* ===========================
   READONLY
=========================== */

input[readonly]{

    background:#f5f5f5;
}

/* ===========================
   DATE MESSAGE
=========================== */

#dateMessage{

    display:none;

    margin-top:10px;

    background:#ffe5e5;

    color:#c00000;

    padding:12px;

    border-radius:8px;

    font-weight:bold;

    border-left:5px solid red;
}

/* ===========================
   BUTTON
=========================== */

.submit-btn{

    width:70%;

    background:#008751;

    color:#fff;

    border:none;

    padding:18px;

    font-size:25px;

    font-weight:bold;

    border-radius:12px;

    cursor:pointer;

    transition:.4s;

    box-shadow:
    0 10px 25px rgba(0,135,81,.3);

    margin-bottom:40px;
}

.submit-btn:hover{

    background:#006b3f;

    transform:translateY(-3px);
}

/* ===========================
   SUCCESS PAGE
=========================== */

.success-page{

    max-width:900px;

    margin:100px auto;

    text-align:center;

    background:#ffffff;

    padding:60px;

    border-radius:20px;

    box-shadow:
    0 10px 40px rgba(0,0,0,.10);
}

.success-page h1{

    color:#008751;

    font-size:50px;

    margin-bottom:30px;
}

.success-page p{

    font-size:30px;

    font-weight:bold;

    color:#333;
}

/* ===========================
   ERROR
=========================== */

.error{

    background:#fff0f0;

    color:#cc0000;

    border-left:5px solid red;

    padding:15px;

    border-radius:8px;

    margin-bottom:20px;
}

/* ===========================
   SCROLLBAR
=========================== */

::-webkit-scrollbar{

    width:10px;
}

::-webkit-scrollbar-track{

    background:#f1f1f1;
}

::-webkit-scrollbar-thumb{

    background:#008751;

    border-radius:10px;
}

::-webkit-scrollbar-thumb:hover{

    background:#006400;
}

/* ===========================
   MOBILE
=========================== */

@media(max-width:768px){

.container{

    width:98%;
}

.header{

    padding:25px;
}

.header h1{

    font-size:28px;
}

.card{

    padding:20px;
}

.card h2{

    font-size:20px;
}

.submit-btn{

    font-size:18px;
}

.success-page h1{

    font-size:35px;
}

.success-page p{

    font-size:22px;
}

}