/*  
Website Name: gotcha!Stream
Website URI: --------------
Description: ------------
Version: 1.0
Author: Gotcha! Mobile Solutions Dev Team
Author URI: http://www.gotchamobi.com
*/

/* ----------------- Reset CSS Start ----------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, address,strong, sub, sup, var,
b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, footer, header, hgroup, menu, nav, section {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {font-family: 'Roboto' ,sans-serif;line-height:1;}
footer,header {display:block;}

* {box-sizing: border-box;}

a {text-decoration: none;}

h1, h2, h3, h4, h5, h6, p, a, input {font-family: 'Roboto' ,sans-serif;line-height:1;}

/* ----------------- Reset CSS End ----------------- */
.navbar {height: 80px;}
.login-content {padding: 80px 0;}
.login-wrap h1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  color: #343434;
  margin-bottom: 20px;
}
.input-field {
    border-width: 0 0 1px 0;
    border-color: #ddd;
    border-style: solid;
    color: #6f777b;
    font-size: 14px;
    line-height: 36px;
    height: 40px;
    text-align: left;
    width: 100%;
}
.login-wrap button {
	background-color: #d2252f;
	border: 0 none;
  	border-radius: 2px;
  	color: #ffffff;
  	font-size: 14px;
  	font-weight: bold;
  	line-height: 35px;
  	height: 35px;
  	margin: 20px 0;
  	padding: 0;
  	width: 100%;
}
.login-wrap span {
	display: block;
	font-size: 12px;
  	font-weight: normal;
  	line-height: 1.33;
	text-align: center;
  	color: #6f777b;
  	margin-bottom: 37px
}
.login-wrap span a {color: #005ea5;}
.disclaimer-wrap {
  	border-radius: 4px;
  	border: solid 1px #dbdbdb;
  	background-color: #ffffff;
  	padding: 20px;
  	width: 100%;
}
.disclaimer-wrap * {display: inline-block;vertical-align: top;}
.disclaimer-wrap img {margin-right: 20px;}
.disclaimer-wrap p {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.33;
  text-align: left;
  color: #6f777b;
  width: 65%;
}
.disclaimer-wrap p a {color: #de001d;text-decoration: underline;}
.login-wrap .submit input {

background-color: #d2252f;
border: 0 none;
border-radius: 2px;
color: #ffffff;
font-size: 14px;
font-weight: bold;
line-height: 35px;
height: 35px;
margin: 20px 0;
padding: 0;
width: 100%;

}
.login-wrap a.forgot-password {
display: block;
font-size: 12px;
font-weight: normal;
line-height: 1.33;
text-align: center;
color: #005ea5;
margin-bottom: 37px;
}