/*
Theme Name:  SONAR 
Version: 1.0
Author: Acit Jazz 2013
*/
@import url('font-awesome.css');
@import url('//fonts.googleapis.com/css?family=Lato:300,400,700');
/* 0.0 - Reset  */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html { height: 100%; }
body {
	/*background:url(../images/noise.png) repeat #eee; */
    background: url(../images/bg-login-cover.png); 
    background-repeat: no-repeat;
    background-position:bottom; 
    
    background-size: 100% 50%; 
    
    /*
    font-weight: 300;
    font-size: 15px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    overflow-y: scroll;
    overflow-x: hidden; */
}
a {
	color:#0CF;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover{
	color:#0078D7;
    font-weight: bold;
}
.container {
	width: 100%;
	position: relative;
}

.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}

.mainLogin {
	width:90%;
	margin: 0 auto;
	text-align:center;
	top:40px;
	position:relative;
}
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.loginform {
    /* Size and position */
    width: 360px;
    margin: 10px auto;
    padding:5px;
    position: relative;

    /* Styles */
    /*background: #444;
    color: #e9e9e9;
    box-shadow:
        0 2px 2px rgba(0,0,0,0.2),        
        0 1px 5px rgba(0,0,0,0.2),        
        0 0 0 12px rgba(255,255,255,0.4); 
	border-radius:10px; */
}

.loginform h1 {
    font-size: 15px;
    font-weight: bold;
    color: #bdb5aa;
    padding-bottom: 8px;
    border-bottom: 1px solid #EBE6E2;
    /*text-shadow: 0 2px 0 rgba(255,255,255,0.8);
    box-shadow: 0 1px 0 rgba(255,255,255,0.8); */
}

.loginform h1 .log-in,
.loginform h1 .sign-up {
    display: inline-block;
    text-transform: uppercase;
}

.loginform h1 .log-in {
    color: #6c6763;
    padding-right: 2px;
}

.loginform h1 .sign-up {
    color: #ffb347;
    padding-left: 2px;
}

.loginform .rows {
	clear:both;
	/* padding: 5px 0; */
    padding: 10px 0px 0px ;
	text-align:left;
}

.loginform .float:first-of-type {
    padding-right: 5px;
}

.loginform .float:last-of-type {
    padding-left: 5px;
}

.loginform label {
    display: block;
    padding: 0 0 5px 2px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
    /*text-shadow: 0 1px 0 rgba(0,0,0,0.8); */
    font-size: 16px;
	color:#ccc;
}

.loginform label i {
    margin-right: 5px; /* Gap between icon and text */
    display: inline-block;
    width: 15px;
}

.loginform input[type=text],
.loginform input[type=password] {
	background:#EEEDED;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    display: block;
    width: 100%;
    padding:10px 5px;
	margin:0;
	border:none;
    border-bottom: 1px solid #DDDDDD;
	color:#222;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loginform input[type=text]:hover,
.loginform input[type=password]:hover {
	background:#fff;
}

.loginform label:hover ~ input {
	background:#fff;
}

.loginform input[type=text]:focus,
.loginform input[type=password]:focus {
	background:#fff;
    outline: none; /* Remove Chrome's outline */
}

.loginform input[type=submit],
.loginform .log-twitter {
    /* Size and position */
    width: 55%;
    height: 38px;
    position: relative;

    /* Styles */
    /*box-shadow: inset 0 1px rgba(255,255,255,0.3); */
    border-radius: 25px;
    

    /* Font styles */
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 14px;
    line-height: 38px; /* Same as height */
    text-align: center;
    font-weight: bold;
}

.loginform input[type=submit] {
	margin:0 auto;
    background: #34a5cf; /* Fallback */
    background: -moz-linear-gradient(#34a5cf, #2a8ac4);
    background: -ms-linear-gradient(#34a5cf, #2a8ac4);
    background: -o-linear-gradient(#34a5cf, #2a8ac4);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#34a5cf), to(#2a8ac4));
    background: -webkit-linear-gradient(#34a5cf, #2a8ac4);
    background: linear-gradient(#34a5cf, #2a8ac4);
    border: 1px solid #2b8bc7;
    color: #fff;
    text-shadow: 0 1px rgba(255,255,255,0.3);
	text-transform:uppercase;
	float:center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.loginform .log-twitter {
    margin-right: 1%;
    background: #34a5cf; /* Fallback */
    background: -moz-linear-gradient(#34a5cf, #2a8ac4);
    background: -ms-linear-gradient(#34a5cf, #2a8ac4);
    background: -o-linear-gradient(#34a5cf, #2a8ac4);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#34a5cf), to(#2a8ac4));
    background: -webkit-linear-gradient(#34a5cf, #2a8ac4);
    background: linear-gradient(#34a5cf, #2a8ac4);
    border: 1px solid #2b8bc7;
    color: #fff;
    text-shadow: 0 -1px rgba(0,0,0,0.3);
    text-decoration: none;
}

.loginform input[type=submit]:hover,
.loginform .log-twitter:hover {
    box-shadow: 
        inset 0 1px rgba(255,255,255,0.3), 
        inset 0 20px 40px rgba(255,255,255,0.15); 

}

.loginform input[type=submit]:active,
.loginform .log-twitter:active{
    top: 1px;
}

/* Fallback fro broswers that don't support box shadows */
.no-boxshadow .loginform input[type=submit]:hover {
    background: #ffb347;
}

.no-boxshadow .loginform .log-twitter:hover {
    background: #2a8ac4;
}

.loginform p:last-of-type {
    clear: both;    
}

.loginform .opt {
    text-align: right;
    margin-right: 3px;
}

.loginform label[for=showPassword] {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 400;
    text-transform: capitalize;
}

.loginform input[type=checkbox] {
    vertical-align: middle;
    margin: -1px 5px 0 1px;
    zoom: 1.5;
}
.remember{
    margin: 5px 10px 10px 0px; 
	float:left;
    both:clear;
}
.bot{
	clear:both;
	padding: 12px 0 10px 0;
	overflow:hidden;
}
.loginform .remember label{
	display:inline;
	font-size:12px;
	padding: 5;
	color:#222;
	text-transform:capitalize;
}
.forgot_pw{
	float:right;
	font-size:12px;
}
.signup_link{
	color:#fff;
	line-height:38px;
	font-size:20px;
	float:left;
    
}

.hello {
    margin-top: 50px;
    text-align: center;
    font-family: "", calibri ,arial,  sans-serif;
    font-size: 45px;
    letter-spacing: -1px;
    border-color: aqua;
    
}

.signup{
    color: #34A0DA;
    /*text-decoration:underline;*/
    font: 13px arial, sans-serif;
    text-decoration: none; /*diva hide-underline*/
}


