body {
	font-family: sourcesanspro-regular, sans-serif;
}
.auth-container .auth-form label {
	font-size: 17px;
	font-weight: normal;
	position: relative;
}
.btn-primary {
    color: #fff;
    background-color: #0f233e;
    border:1px solid #0f233e;
}
.auth-container {
	margin:40px auto;
}
.auth-container .auth-img {
	text-align:center;
}
.auth-container .auth-img  img{
	max-width:100%;
	width: 140px;
    margin-top: 35px;
}
.thank-you-img img {
	max-width:100%;
}
.auth-container .auth-form {
	margin-top: 30px;
}

.auth-container .terms-and-condition {
	font-size: 15px;
}
.checkout-section .terms-and-condition {
	font-size: 17px;
}
.auth-container .another-option {
	margin-left: 15px;
}
.auth-form .form-group .col-sm-12 .custom-check-box {
	vertical-align: text-bottom;
}
.checkout-section {
	display: inline-block;
}
.checkout-section p.opened {
	opacity: 1;
	visibility: visible;
}
.auth-container .another-option a, .auth-container .terms-and-condition a {
	font-size: 17px;
	color: #3890b8;
}
.auth-form .col-sm-12 .terms-and-condition a {
	font-size: 15px;
}
.auth-container .forget-pass::after {
	content: "";
    padding-left: 10px;
    cursor: default;
    height: 1px;
    width: 15px;
    position: absolute;
    background: #3890b8;
    right: -13px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
    top: 11px;
}
/* .auth-container .another-option {
	margin-left: 10px;
} */
.auth-container .another-option a, .auth-container .forget-pass a {
	font-size: 15px;
	color: #3890b8;
}
.auth-container input {
	margin-bottom: 20px;
}
.auth-container .auth-bttn {
	padding: 7px 10px;
	border-color:#183256;
	min-width: 130px;
	margin:10px 0px ;
	border-radius: 4px;
	background-color: #183256;
	font-size: 16px;
}
.auth-container .auth-bttn.btn.spinner-loader {
    background-color: #969595;
    color: #dad9d9;
    border-color: #969595;
    cursor: default;
}
.auth-container .auth-bttn.disable {
	opacity: 0.5;
}
.auth-container .auth-bttn.cancel-bttn {
	background: transparent;
	margin-left: 25px;
	color: #000000;
	border: solid 1px #dcdcdc;
	text-align: center;
}
.auth-container .auth-bttn.cancel-bttn:hover {
	background:#dadada;
	border-color:#dcdcdc;
}
.auth-container .auth-bttn:hover {
	background:#274e86;
	border-color:#274e86;
}
.auth-container .custom-check-box label.btn {
	width: 18px;
    padding: 0 12px 1px 0px;
	line-height: normal;
	vertical-align: bottom;
}
.auth-container div.demo {
	width:100%;
}
.auth-container .auth-title h2 {
	margin: 0px 0 30px 0;
}
.auth-container .auth-title p {
	font-size: 17px;
    line-height: 22px;
	margin: 0px 0 30px 0;
}
.password-content {
	font-size: 17px;
	padding: 0px 15px;
}
.auth-container input[type="email"] {
	padding-bottom: 7px;
    padding-top: 7px;
}
.auth-container input[type="email"]::placeholder {
	font-size: 14px;
  }
.thanku-wrap {
	margin: 40px 0px;
	text-align: center;
}
.thanku-wrap h1 {
    width: 55%;
    margin: 10px auto 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.thanku-wrap .thank-you-text-wrap {
	margin-top:30px;
}
.thanku-wrap .thank-you-text-wrap p {
	font-size:16px;
}
a.cancl-btn-wrap {
	display: inline-block;
    line-height: 1.59;
    vertical-align: middle;
}
@media only screen and (max-width:767px){
	.auth-container .auth-img  img {
		margin-top: 0px;
	}
}
@media only screen and (max-width:479px){
	.auth-container .auth-bttn {
		padding: 5px 10px;
		min-width: 95px;
		font-size: 14px;
	}
}