body {
    background-color: #ffffff;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #404040;
  }
form .clearfix {
	margin-bottom: 18px;
	zoom: 1;
  }
  form .clearfix:before, form .clearfix:after {
	display: table;
	content: "";
	zoom: 1;
  }
  form .clearfix:after {
	clear: both;
  }
  .btn {
    border-radius: 35px;
    padding-top: 15px;
    padding-bottom: 15px;
    min-width: 178px;
    font-size: 0.75rem;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

    .btn.primary {
        background-color: #013775;
        border: none;
        margin-right: 75px;
    }
	
	  .modal-body {
		padding: 15px;
	  }
	  .modal-body form {
		margin-bottom: 0;
	  }
	  .modal-footer {
		background-color: #f5f5f5;
		padding: 14px 15px 15px;
		border-top: 1px solid #ddd;
		-webkit-border-radius: 0 0 6px 6px;
		-moz-border-radius: 0 0 6px 6px;
		border-radius: 0 0 6px 6px;
		-webkit-box-shadow: inset 0 1px 0 #ffffff;
		-moz-box-shadow: inset 0 1px 0 #ffffff;
		box-shadow: inset 0 1px 0 #ffffff;
		zoom: 1;
		margin-bottom: 0;
	  }
	  .modal-footer:before, .modal-footer:after {
		display: table;
		content: "";
		zoom: 1;
	  }
	  .modal-footer:after {
		clear: both;
	  }
	  .modal-footer .btn {
		float: right;
        margin-left: 5px;
        border-radius: 35px;
        color: white;
        padding-top: 14px;
        padding-bottom: 14px;
        padding-left: 15px;
        padding-right: 15px;
	  }
	  .modal .popover, .modal .twipsy {
		z-index: 12000;
	  }
	  #lblForgotPassword {
		float: right;
	}
	.modal1 {
	margin-top: 3rem !important;
    margin-bottom: 2rem;
    border: 3px #013775 solid;
    border-radius: 0px;
    width: 600px;
	margin-left: auto;
	margin-right: auto;
	}
	.modal-header {
		border-bottom: 1px solid #eee;
		padding: 5px 15px;
	}
	.modal-header > h3:nth-child(1){
		font-size: 18px;
	}

	.modal-body > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2){
		padding-left: 50px;
	}
	#txtPassword{
		margin-left: 6px;
	}
	.otpheader {
		background: #013775;
		text-align: center;
		padding-top: 1rem;
		padding-bottom: 1rem;
		  color: white;
		  font-size:10%;
	  }
	  .otpheader h3:first-of-type {
		font-size: 25px;
	  }
	  .otpheader > h3:nth-child(2){
		  font-size: 18px
	  }
	  .failAlert {
		border-style: solid;
		padding: 10px;
		border: thick;
		background-color: #f8d7da;
		color: #721c24;
		border-radius: 7px;
	}
	
	.otpResendAlert {
		border-style: solid;
		padding: 8px;
		border: thick;
		background-color: #d1e7dd;
		border-radius: 7px;
	}
	.btn.primary{
	background-color: #013775;
	border: none;
	margin-right: 75px;
	}
	.btn.secondary{
		background-color: #e6e6e6;
		border: none;
		margin-right: 75px;
		color: black;
	}
	.footer-img{
		display: flex;
	  justify-content: center;
	}
	#failAlert{
		margin-top: 10px;
	}
	#btnSendUsername,#btnSendEmail {
		margin-right: 0px;
		border-radius: 35px;
		color: white;
		padding-top: 0px ;
		padding-bottom: 0px;
		min-width: 100px;
		margin-bottom: 6px;
	}
#txtbxEmail.textboxstyle {
	margin-left: 34px;
}
input#btnBack.btn.primary {
	margin-right: 10px; 
}