﻿
/*====================================
 Free To Use For Personal And Commercial Usage
Author: http://binarytheme.com
 License: Open source - MIT
 Please visit http://opensource.org/licenses/MIT for more Full Deatils of license.
 Share Us if You Like our work 
 Enjoy Our Codes For Free always.
======================================*/


/*=======================================
    GENERAL STYLES
==================================================*/
body {
    font-family: 'Lato', sans-serif;
    font-size:14px;
    background-color:#006F54;
    background: #193F64 url('../../images/BG-Blue.jpg') fixed center center no-repeat;
}

.text-center {
    text-align:center;
}

h1, h2, h3, h4, h5, h6 {
   font-family: 'Lato', sans-serif;
}

h1 {
    margin-top:120px;
    text-transform:uppercase;
   
}

h3 {
    font-size:50px;
    font-weight:900;
}   
.main-color {
    color: #27C00A;
}
small {
    font-size:20px;
    font-weight:500;
}

.head-main {
   font-size: 60px !important;
font-weight: 900!important;
 color:#fff;
}

.head2{
font-weight:100;
  font-size: 60px !important;
  text-transform:uppercase;
  color: #fff;
}

.head-sub-main {
    font-size:30px !important;
    font-weight:600!important;
    padding:5px 20px 30px 20px;
    color:#fff;
}
.head-last {
  
    padding:15px 20px 60px 20px;
     color:#fff;
     font-size:18px;
    
}
#home {
min-height:650px;

}
.div-trans {
  padding: 20px 0px 5px 5px;
background-color: rgba(255, 205, 47, 0.62);
color: #FFF;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-bottom: 30px;
}
    .div-trans .form-control {
       /* background-color: rgba(255, 255, 255, 0);*/
    }
.div-stats {
  padding: 5px 0px 25px 0px;
background-color: rgba(255, 77, 0, 0.39);
color: #FFF;
border-radius: 5px;
margin-bottom: 30px;
}

label{
text-align:left;
}

#field2, label { font-family: 'Lato', sans-serif;  }
br { clear: both; }
input { border: 1px solid black; margin-bottom: .5em;  }
input.error { border: 1px solid red; }
label.error {
	background: url('../../images/unchecked.gif') no-repeat;
	padding-left: 16px;
	margin-left: .3em;
}
label.valid {
	background: url('../../images/checked.gif') no-repeat;
	display: block;
	width: 16px;
	height: 16px;
}

.head-last a {
color: #9AA1A6;}

.head-last a {
color: #F9CF4A;}

