/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, strong, 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Open Sans Condensed', sans-serif;
	/**background: url('img/banner1.jpg') no-repeat 0% 0% / 100% 100%;**/
	letter-spacing: 1px;
	height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.logo img
{
	width: 5%;
	display: inline-block;
	margin-top: 10px;
}
.btn-google, .btn-google:hover, .btn-google:focus
{
	background-color: #DD4B39;
	color: #fff;
}
.bor-btm {
    border-bottom: 1px solid rgba(204, 204, 204, 0.38);
    padding-bottom: 15px;
}
.login .content .forget-password {
    margin-top: 25px;
}
.login .content h4 {
    color: #555;
}
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.login .content .create-account {
    border-top: 1px dotted #EEE;
    padding-top: 10px;
    margin-top: 15px;
}
/****************************************
*****************************************
*****************************************/
.login .content {
    width: 400px;
    margin: 150px auto;
    padding: 1px;
}
.login .content .form-title {
    font-weight: 300;
    margin-bottom: 25px;
}
.no-border-radius
{
	border-radius: 0px !important;
}
.login .content .rememberme {
    margin-top: 8px;
}
.form-actions .forget-password-block {
    padding-top: 7px;
}
.login-options
{
	padding: 8px 0px;
}
.trial-btn, .forgot-btn
{
	width: 49%;
	float: left;	
}
.forgot-btn
{
	margin-left: .5%;
}
.trial-btn
{
	margin-left: .5%;
}
.forgot-btn a i, .trial-btn a i
{
	padding-left: 8px;
}
/****************************************
*****************************************
*****************************************/
.login .btn-primary {
    background-color: #5995BB;
    border: 1px solid #72A9CC;
    color: #8FC4E5;
    font-weight: 600;
    padding: 10px 25px !important;
}
.uppercase {
    text-transform: uppercase !important;
}
.login .content .input-icon {
    border-left: 2px solid #44B6AE !important;
}
.
.login .content .login-form, .login .content .forget-form {
    padding: 0px;
    margin: 0px;
}
.form-control {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    background-color: #FFF;
    border: 1px solid #E5E5E5;
    box-shadow: none;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    border-radius: 4px;
}
.login .content .input-icon .form-control {
    border-left: 0px none;
}
.input-icon > .form-control {
    padding-left: 33px;
}
.input-icon > i {
    color: #CCC;
    display: block;
    position: absolute;
    margin: 11px 2px 4px 10px;
    z-index: 3;
    width: 16px;
    font-size: 16px;
    text-align: center;
}
/****************************************
*****************************************
*****************************************/
/****************************************
*****************************************
*****************************************/
/****************************************
*****************************************
*****************************************/
@media (min-width: 100px) and (max-width: 420px) {
	.login .content {
    width: 300px;
}

}
/****************************************
*****************************************
*****************************************/	