 /*--
Author: W3Layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

/*-- Reset-Code --*/
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,dl,dt,dd,ol,nav ul,nav 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;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
body {
	padding: 0;
	margin: 0;
	background: url(../images/4.jpg) no-repeat 0px 0px;
	/* background:#fff; */
	background-size: cover;
	font-family: 'Arial', sans-serif;
}
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
	letter-spacing:1px;
	font-size:15px;
	font-weight:600;
}
body a:hover {
	text-decoration: none;
}
body a:focus, a:hover {
	text-decoration: none;
}
input[type="button"], input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
    font-weight:600;
	letter-spacing:1px;
		
}
.clear{
	clear:both;
}
p {
	margin: 0;
	color:#777;
	letter-spacing:0.5px;
	line-height:1.8em;
	font-size:14px;
	font-family: 'Arial', sans-serif;
}
.row{
	margin:0px;
	padding:0px;
}
ul {
	margin: 0;
	padding: 0;
}
label {
	margin: 0;
}
a:focus, a:hover {
	text-decoration: none;
	outline: none;
}
img{
	width:100%;
}
/*-- //Reset-Code --*/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: red;
	opacity: 1; /* Firefox */
  }

input[type="text"] {
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    /* text-transform: capitalize; */
    letter-spacing: 1px;
    padding: 15px 10px 6px 10px;
    width: 90%;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Arial', sans-serif;
    border-bottom: 1px solid #ddd;
    color: #555;
}
input[type="email"] {
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    /* text-transform: capitalize; */
    letter-spacing: 1px;
    padding: 15px 10px 6px 10px;
    width: 90%;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Arial', sans-serif;
    border-bottom: 1px solid #ddd;
    color: #555;
}
input[type="Password"] {
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    /* text-transform: capitalize; */
    letter-spacing: 1px;
    padding: 15px 10px 6px 10px;
    width: 90%;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Arial', sans-serif;
    border-bottom: 1px solid #ddd;
    color: #555;
}
.input-group {
	padding: 0px 0px;
	/* border-bottom: 1px solid #ddd; */
    margin-bottom: 28px;
    margin-top: 7px;
    display: flex;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn:active {
    outline: none;
}
.btn-danger {
    color: #fff;
    background-color: #6c1616;
    margin-top: 30px;
    width: 45%;
	outline:none;
    padding:15px 12px;
	cursor:pointer;
	letter-spacing: 1px;
	font-size: 18px;
    font-weight: 600;
    border: 1px solid #8b8c8b;
    text-transform: capitalize;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	font-family: 'Arial', sans-serif;
}


.btn-danger:hover{
	background: transparent;
     border: 1px solid #6c1616;
    color: #6c1616;
}
.w3_info h2 {
  /* display: inline-block; */
  /* font-size: 17px;
  margin-bottom: 40px;
  color: #6e1919; */
  /* letter-spacing: 0;	 */
}
.w3_info h4 {
    display: inline-block;
    font-size: 15px;
    color: #444;
	/* text-transform: capitalize; */
	font-family: "Arial", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
span.fa.fa-facebook {
    vertical-align: middle;
    font-size: 20px;
    padding-left: 20px;
}

.w2la_type {
    font-size: 15px;
    /* text-transform: capitalize; */
    text-align: center;
    margin-bottom: 2em;
    letter-spacing: 0.5px;
    display: inline-block;
    font-family: "Arial", "Helvetica Neue", Helvetica, Arial, sans-serif;

}
 ::-webkit-input-placeholder {
color:#999 !important;
}
:-moz-placeholder { /* Firefox 18- */
color:#999 !important;
}
::-moz-placeholder {  /* Firefox 19+ */
color:#999 !important;
letter-spacing:5px;
}
:-ms-input-placeholder {  
color:#999 !important;
}

a.btn.btn-block.btn-social.btn-facebook {
    display: block;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
	letter-spacing: 1px;
}
h1 {
	text-align: center;
    font-size: 40px;
    margin: 10px 0px;
    letter-spacing: 0px;
    color: #fff;
    /* text-transform: uppercase; */
    font-weight: 700;
    font-family: "Arial", "Helvetica Neue", Helvetica, Arial, sans-serif;

}
.w3_info {
    flex-basis: 65%;
	-webkit-flex-basis: 65%;
    box-sizing: border-box;
	padding: 2em;
	background-color: #fff;
    padding-top: 0%;
    text-align: center;
}
#change-ans
{
	text-align: center;
}
.left_grid_info {
    padding: 2em 3em;
}
.left_grid_info h3 {
    color: #fff;
    font-size: 1.7em;
}
.left_grid_info p {
	color: #1d1d1d;
    font-size: 12px;
    margin: 1.5em 0;
    line-height: 17px;
    font-weight: 600;
    /* text-align: justify; */
    font-family: Verdana, sans-serif;
}
a.btn {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    border: 1px solid #fff;
    padding: 12px 40px;
    border: 1px solid #fff;
    display: inline-block;
    margin-top: 1em;
    text-transform: uppercase;
    letter-spacing: 2px;
}
a.btn:hover {
    background: #fff;
    color: #4CAF50;
}
.agile_info {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	height: 520px;
}

.w3l_form {
    padding: 0px;
    flex-basis: 35%;
	-webkit-flex-basis: 35%;
	/* background: #4CAF50; */
	background: #960704;
	
}
.left {
    width: 49%;
    float: left;
}
.left1 {
    width: 30%;
    float: left;
}
.margin {
    margin-right: 2%;
}
.margin1{
	margin-right: 0%;
}
label {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    /* text-transform: uppercase; */
    color: #777;
}
label.control-label:after {
    content: " * ";
    color: red;
}
h3.w3ls {
    margin: 10px 0px;
    padding-left: 60px;
}
h3.agileits {
    padding-left: 10px;
}
.container {
    width: 75%;
    margin: 0 auto;
}
.input-group i.fa {
    font-size: 16px;
    vertical-align: middle;
    color: #999;
	box-sizing:border-box;
	float:left;
    width: 6%;
    text-align: center;
    margin-top: 12px;
}
h5 {
    text-align: center;
    margin: 10px 0px;
    font-size: 15px;
    font-weight: 600;
	    color: #000;
}
.footer p {
    color: #fff;
    text-align: center;
    margin: 40px 0px;
    letter-spacing: 2px;
    font-size: 15px;
}
.footer p a {
	color:#fff;
}
.footer p a:hover {
	color: #4caf50;
}

/** Responsive **/

@media screen and (max-width: 1600px){
	
}
@media screen and (max-width: 1440px){
	.container {
		width: 60%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 1280px){
	.container {
		width: 80%;
	}
}
@media screen and (max-width: 1080px){
	.container {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.btn.btn-danger
	{
		width: 100% !important;
	}
	#SingInShow
	{
		line-height: 0;
	}
	.card 
	{
      /*padding: 27px 0;*/
      border-radius: 0 !important; 
	}
	.wizard-container
	{
		padding-top: 0 !important;
	}
	.left_grid_info {
		padding: 7em 3em;
	}
	.w3_info {
		padding: 3em 3em;
	}
	.left_grid_info h4 {
		font-size: 1.1em;
	}
}
@media screen and (max-width: 1024px){
	.left_grid_info h3 {
		font-size: 2em;
	}
	.left_grid_info {
		padding: 5em 3em;
	}
}
@media screen and (max-width: 991px){
	.w3_info h2 {
		font-size: 24px;
	}
	p {
		font-size: 13px;
	}
	h1 {
		font-size: 40px;
		letter-spacing: 2px;
	}
}
@media screen and (max-width: 900px){
	
	.left_grid_info h4 {
		font-size: 1em;
	}
	.agile_info {
		flex-direction: column;
	}
	.left_grid_info {
		padding: 3em 3em;
	}
}
@media screen and (max-width: 800px){
	input[type="text"],input[type="email"],input[type="password"] {
		font-size: 14px;
	}
	i.fa.fa-user,i.fa.fa-envelope,i.fa.fa-lock {
		margin-top: 10px;
	}
}
@media screen and (max-width: 768px){
	
	.left_grid_info h3 {
		font-size: 1.6em;
	}
}
@media screen and (max-width: 736px){
	
	.left_grid_info h3 {
		font-size: 1.7em;
	}
	.w3_info h2 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.w3_info {
		padding: 3em 2em;
	}
	.footer p {
		font-size: 14px;
	}
	.w3_info h4 {
		font-size: 14px;
	}
	.btn-danger {
		padding: 13px 12px;
		font-size: 14px;
	}
}
@media screen and (max-width: 640px){
	.w3l_form {
		padding: 3em 4em;
		float: none;
		margin: 0 auto;
	}
	.left_grid_info {
		padding: 0;
	}
	.w3_info {
		padding: 3em 4em;
		margin: 0 auto;
	}
	h1 {
		font-size: 37px;
	}
	label {
		font-size: 14px;
		letter-spacing: .5px;
	}
}
@media screen and (max-width: 568px){
	.btn-danger {
		font-size: 13px;
		width: 55%;
	}
	a.btn {
		font-size: 13px;
		padding: 10px 40px;
		letter-spacing: 1px;
	}
}
@media screen and (max-width: 480px){
	.w3l_form {
		padding: 3em;
	}
	.w3_info {
		padding: 3em;
	}
	.form-group .checkbox label, .form-group .radio label, .form-group label
	{
	    line-height: 1.5 !important;
	}
	.agileits_circles
	{
		margin-left: 27% !important;
	}
	.agileits_circles1
	{
		margin-left: 20% !important;
	}
	.agileits_circles2
	{
		margin-left: 24% !important;
	}
	.agileits_circles3
	{
		margin-left: 20% !important;
		margin-bottom: 2em;
	}
	.reset_email .error
    {
        margin: -25px;
    }
	#sign_up_notice
	{
	    margin-bottom: 10px;
	}
	h1 {
		font-size: 34px;
	}
	.wizard-card .info-text
	{
	    margin: 0 !important;
	}
	#findAccount.btn-danger {
		width: 63%;
		margin-top: -10px;
	}
	#sign_up.btn-danger 
	{
		margin-top: 0;
	}
}
@media screen and (max-width: 414px){
	.w3l_form {
		padding: 3em 2em;
	}
	.w3_info {
		padding: 0em;
		height: 60px;
	}
	h1 {
		font-size: 28px;
		letter-spacing: 1px;
	}
	.left_grid_info p {
		font-size: 13px;
	}
	.left {
		width: 100%;
		float: none;
		margin: 0;
	}
	.left_grid_info h3 {
		font-size: 1.4em;
	}
	#sign_up
	{
	    margin-top: 45px; 
	}
	#sign_in
	{
	    margin-top: 50px; 
	}
	#find_account
	{
	    margin-top: 60px;
	}
}
@media screen and (max-width: 384px){
	.left_grid_info h4 {
		font-size: .9em;
	}
	.left_grid_info p {
		letter-spacing: .5px;
	}
	.btn-danger {
		width: 70%;
	}
	.input-group {
		margin-bottom: 25px;
		margin-top: 0px;
	}
	.footer p,.footer p a {
		font-size: 13px;
	}
	#sign_up
	{
	    margin-top: 20px; 
	}
	#sign_in
	{
	    margin-top: 35px; 
	}
	#find_account
	{
	    margin-top: 45px;
	}
}
@media screen and (max-width: 375px){
	.left_grid_info h3 {
		font-size: 1.5em;
	}
	.w3_info h4 ,label,input[type="text"], input[type="email"], input[type="password"]{
		font-size: 13px;
	}
}
@media screen and (max-width: 320px){
	h1 {
		font-size: 25px;
		letter-spacing: 1px;
	}
	.btn-danger {
		padding: 13px 12px;
		font-size: 13px;
	}
	input[type="text"], input[type="email"], input[type="password"] {
		font-size: 13px;
	}
	.footer p {
		font-size: 13px;
	}
	.footer p a{
		font-size: 13px;
	}
	.w3_info h2 {
		font-size: 20px;
		letter-spacing: 1px;
	}
}
/** /Responsive **/


/*-- //main --*/
.w3_agile_main_grids{
	width:45%;
	margin:0 auto;
}
 #steps { 
	margin: 80px 0 0 0;
}
.commands { 
	/* overflow: hidden;  */
	margin-top: 0px; 
}
.prev {
	float:left;
}
.next, .submit {
	float:left;
}
.error { 
    display: block;
    font-size: 13px;
    font-style: italic;
    border-bottom: 1px solid #d65c0d !important;
    color: #d65c0d !important;
}
#progress { 
	position: relative;
    height: 15px;
    background-color: #eee;
    margin-bottom: 20px;
    border-radius: 20px;
}
#progress-complete { 
	border: 0;
    position: absolute;
    height: 15px;
    min-width: 10px;
    background-color: #d65c0d;
    transition: width .5s ease-in-out;
    border-radius: 20px;
}
.agile_form{
	padding:3em;
	background:#fff;
}
.w3_agile_main_grids h3 {
    margin-bottom: 2em;
    font-size: 1.5em;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    font-weight: 600;
    padding-bottom: .5em;
}
.agileits_w3layouts_form{
	width: 48.05%;
    float: left;
	margin-bottom:1.5em;
}
.wthree_input,.w3ls_description{
	position:relative;
}
.wthree_input i{
	position: absolute;
    left: 0%;
    top: 25%;
    color: #38a90e;
}
.wthree_input input[type="text"],.w3ls_description textarea,.wthree_input select,.wthree_input input[type="email"],.wthree_input input[type="password"]{
	outline: none;
    background: none;
    border: none;
    border-bottom: 2px solid #212121;
    font-size: 14px;
    font-style: normal;
    color: #212121;
    padding: 1em 1em 1em 2em;
    width: 85.5%;
    font-weight: 600;
	font-family: 'Raleway', sans-serif;
}
.w3_agileits_margin{
	margin-right:1.5em;
}
.w3_agileits_margin select{
	width:100% !important;
}
.w3ls_description textarea{
	width: 93% !important;
	min-height: 170px;
}
.w3ls_description i{
	position: absolute;
    left: 0%;
    top: 8%;
    color: #38a90e;
}
::-webkit-input-placeholder{
	color:#212121 !important;
}
.btn-primary{
	font-size:14px;
	color:#fff;
	font-weight:600;
	padding:10px 45px;
	background:#d65c0d;
	outline:none;
	border:none;
	cursor:pointer;
}
.w3_agile_main_grids h4{
	color: #d65c0d;
    font-size: 1em;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 2em;
    letter-spacing: 2px;
}
.agileits_circles{
	float:left;
	width: 15.33%;
    margin-left: 14%;
}
label.radio {
    font-size: 16px;
    font-weight: 500;
    color: #212121;
    padding-left: 20px;
    margin: 0;
    padding: 32% 0px 0px 1em;
    text-align: center;
}
.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}
.checkbox input, .radio input {
    position: absolute;
    left: -9999px;
}
.radio i {
    position: absolute;
    top: 10%;
    left: 40.5%;
    display: block;
    width: 25px;
    height: 25px;
    outline: none;
    border: 2px solid #999;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.radio input + i:after {
    content: '';
    top: 19%;
    left: 20%;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #999 !important;
}
.checkbox input + i:after, .radio input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}
.checkbox input:checked + i:after, .radio input:checked + i:after {
    opacity: 1;
}
.icon i {
    font-size: 2em;
    color: #38a90e;
    line-height: 3.5em;
}
.wthree_radio {
    text-align: center;
    cursor: pointer;
}
.wthree_radio span{
    font-size:2em;
	color:#6e1919;
}

@media (min-width: 992px)
{
	.banner_img
	{
	    width: 80%;
	}
}

@media (max-width: 991px)
{
	.banner_img
	{
	    width: 40%;
        margin-top: -9px;
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: -10px;
	}
	.app_h3
	{
		font-size: 1em !important;
		border-bottom: 0 !important;
		padding-bottom: 15px !important;
	}
	.radio i
	{
		top: 13px;
    	left: -41.5%;
	}
	.w3_info h2
	{
	    font-size: 16px;
	    margin-bottom: 20px;
	    text-align: center;
	}
	#change-ans
	{
		padding: 0;margin-top: 16em;text-align: center;
	}
}

.app_h3 
{
    margin-bottom: 0%;
    font-size: 1.5em;
    color: #960704;
    text-align: center;
    font-weight: 600;
    padding-bottom: 0em;
    line-height: 1em;
    margin: 20px 0 -10px; 
}

.mySlides {display: none;    padding-top: 20px;
    text-align: center;
}
.sliderStyle{
	padding-top: 20px;
    text-align: center;
}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  height: 100%;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}


/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
    background: #ddd;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */
q {
	font-style: italic;
    color: #fff;
    font-size: 14px;
    text-align: justify;
}

/* Add a blue color to the author */
.author {color: cornflowerblue;}



.btn-danger1 {
    color: #fff;
    background-color: #6c1616;
    margin-top: 30px;
    width: 20%;
    outline: none;
    padding: 15px 12px;
    cursor: pointer;
    letter-spacing: 2px;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #8b8c8b;
    text-transform: uppercase;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: 'Arial', sans-serif;
}

.section_class_agileits {
	margin: 0em 0;
	/* border-bottom: 1px solid #ddd; */
	margin-top: 12px;
}
.section_class_agileits select {
	border: none;
    outline: none;
    border-radius: 3px;
    font-size: 0.9em;
    background: url(../images/arrow1.png) no-repeat 95% center #f5f5f5;
	width: 55%;
    padding: 0.6em 1em;
    color: #777!important;
    -webkit-appearance: none;
    border-bottom: 1px solid #ddd;
}



.tab-content>.active {
    display: block;
}

.flo-left
{
	float: left;
}

/* FOR DESKTOP */

.form-group.label-floating:not(.is-empty) label.control-label 
{
    /*top: -35px !important;*/
}

hr
{
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

.reset_email .error
{
    margin: -15px;
}

@media screen and (min-width: 481px)
{
    #ShowContentThank p
    {
        margin-top: 20px;
    }
}

.wizard-container
{
    padding-top: 0% !important;
}

















