/*Resetting CSS because each browser sets it's own values for these params, so let's reset them here.*/
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;
}

strong {
 font-weight: bold;
}

em {
 font-style: italic;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}



body {
	line-height: 1;
	overflow-y: scroll; /*alway show vertial scroll even if content is small so that buttons will be at same place always*/
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	background-color: #F5F5F5;
}

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;
}
table {
        width: 100%;
        margin-bottom: 20px;
		border-collapse: collapse;
    }
    table, th, td{
        border: 1px solid #cdcdcd;
    }
    table th, table td{
        padding: 10px;
        text-align: left;
    }

.form-position{

	position: relative;
	top: 80px;
}


.form-group{
	    font-size: 18px;
    line-height: 20px;
    margin-top: -5%;
}

#login-btn{
	width: 100%;
    height: 45px;
    border-radius: 10px;
    background-color: #d05b08;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.3px;
    text-align: center;
    color: #ffffff;
    position: relative;
    border: black;
    top: 10px;
}

#send-btn{
	width: 100%;
    height: 45px;
    border-radius: 10px;
    background-color: #d05b08;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.3px;
    text-align: center;
    color: #ffffff;
    position: relative;
    border: black;
    top: 10px;
}

.loginHeading{
	margin-top: 35%;
}
#forgotPasswordHeading {
    text-align: center;
    color: #d05b08;
    font-size: 34px;
	margin-bottom: 6%;
}


#loginHeading{
	text-align: center;
	color: #d05b08;
	font-size: 40px;
}

.loginSubHeading{
 margin-top:37%";
}

#loginSubHeading{
	text-align: center;
	color: #d05b18;
	font-size: 15px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
#email, #newPassword,#password, #username{
	font-size: 16px;
    height: 45px;
    border-radius: 10px;
}
#otp{
	margin-bottom: 14%;
	font-size: 16px;
    height: 45px;
    border-radius: 10px;
}

#confirmEmail{
	font-size: 16px;
    height: 45px;
    border-radius: 10px;
}

#keepMeSignInCheckbox{
	width: 30px;
	height: 30px;
	box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 3px #d87902;
}

.form-group-checkbox{
	margin-top: 7%;
}
#keepMeSignInText{
	font-size: 12px;
	    margin-left: 3%;
    margin-bottom: 5%;
	vertical-align: middle;
}

.resetPassword{
	font-size: 13px;
	text-align: center;
	margin-top: 25%;
	margin-bottom: 15%;
}
#loading-gif{
	    position: relative;
    display: block;
    width: 10%;
    margin-left: auto;
    margin-right: auto;
    bottom: 17px;
    visibility: hidden;
}

#form-position {
    position: relative;
    top: 55px;
}

body {
    font-family: sans-serif;
    background: white;
}

.circular-image {
    border-radius: 50%;
}

.button-bar{
    width:165px;
}

.button-bar button {
  display: block;
  width: 100%; 
  height: 30px;
  margin:10px 0 0 0 ;
}

img#loader {
 max-height: 10%;
	min-height: 10%;
}

img {
    max-height: 100%;
    min-height: 100%;
}

hr{
	height: 3px;
	background-color: #ccc;
	border: none;
}

p{
	line-height:1.5;
	margin-bottom:10px;
}

#nextDaysToRevise, #questionNumber {
width:160px;
}

#togglePassword {
      position: absolute;
      cursor: pointer;
      right: 10px;
      top: 50%;
}