/* fonts */
@font-face {
    font-family: "Inter";
    src: url('../assets/webfonts/Inter-Bold.woff2') format('woff2'),
        url('../assets/webfonts/Inter-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url('../assets/webfonts/Inter-Medium.woff2') format('woff2'),
        url('../assets/webfonts/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url('../assets/webfonts/Inter-Regular.woff2') format('woff2'),
        url('../assets/webfonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url('../assets/webfonts/Inter-Light.woff2') format('woff2'),
        url('../assets/webfonts/Inter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
.container.login{
    max-width: 1600px;
    width: 100%;
}
.login-container{
    display: block;
    margin: 0 auto;
    width: 80%;
}
.side-banner{
    /*background-image: url(../images/pic_2.png);*/
    background-image: url(../images/api_background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 1144px;
    margin-left: -15px;
}
.login-logo{
    margin-top:150px;
    margin-bottom: 148px;
    text-align: center;
}
.registration .login-logo{
    margin-bottom: 70px;
}
.form-wrapper .two-column.first{
    padding-right: 5px;
    padding-left: 0;
}
.form-wrapper .two-column.last{
    padding-left: 5px;
    padding-right: 0;
}
.form-wrapper .captions h2{
    color: #727379;
    font-family: Verdana;	
    font-size: 14px;	
    font-weight: bold;	
    line-height: 17px;
    text-align: center;
}
/*input[type="checkbox"]{
    -webkit-appearance: none;
}*/
.checkbox-list label{
    font-weight: normal;
    text-transform: uppercase;
}
.top-40{
    margin-top: 40px;
}
.form-wrapper .mandatory{
    position: relative;
    top: -8px;
}
.form-container .privacy p{
    text-align: left;
}
.form-wrapper .mandatory p{
    color: #EE7D11;
    font-family: Verdana;	
    font-size: 10px;	
    letter-spacing: -0.42px;	
    line-height: 12px;
    text-align: left;
}
.no-padding{
    padding: 0 !important;
}
select.form-control{
    border: 1px solid #ccc;
}
.form-container h1{
    color: #EE7D11;	
    font-family: "Inter", sans-serif; /* Museo */	
    font-size: 26px;	
    letter-spacing: -0.59px;	
    line-height: 31px;	
    text-align: center;
}
.form-container p{
    text-align: center;
}
.form-content{
    margin-bottom: 40px;
}

.ForgetPwd{
    color: #003671;	
    font-family: "Inter", sans-serif; /* Museo */	
    font-size: 14px;	
    letter-spacing: -0.5px;	
    line-height: 17px;	
    text-align: center;

}
.btnSubmit{
    height: 33px;	
    width: 209px;	
    border-radius: 2px;	
    background-color: #003671;
    display: block;
    margin: 0 auto;
    color: #fff;
    font-family: "Inter", sans-serif; /* Museo */
    border: none;
}
.form-wrapper input[type="text"],
.form-wrapper input[type="password"],
.form-wrapper input[type="email"]{
    text-align: left;
}
p.with-lines {
    color: #727379;	
    font-family: "Inter", sans-serif; /* Museo */	
    font-size: 14px;	
    letter-spacing: -0.5px;	
    line-height: 17px;	
    text-align: center;
    position: relative;
    margin-top: 29px;
}
p.with-lines:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 146px;
    border-top: 1px solid #CCCCCC;
    top: 8px;
    left: 95px;
}
p.with-lines:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 146px;
    border-top: 1px solid #CCCCCC;
    top: 8px;
    right: 95px;
}
.register-here{
    margin-top: 15px;
    margin-bottom: 50px;
    text-align: center;
}
.register-here a{
    color: #EE7D11;	
    font-family: "Inter", sans-serif; /* Museo */	
    font-size: 14px;	
    letter-spacing: -0.32px;	
    line-height: 17px;	
    text-align: center;
}
.register-here a.signIn{
    color: #003671;
    position: relative;
    right: 60px;
}
.register-here a.registerHere {
    position: relative;
    left: 0;
}
.form-wrapper.forgot-password .form-group:first-child{
    margin-bottom: 37px;
}
.form-wrapper.reset-password .form-group:nth-child(2) {
    margin-bottom: 37px;
}
.input-validation-error ~ #contact-terms-chkbx:before {
    border: 1px solid #FF0000 !important;
}
.api-ty-page .topnav-btn {
    color: #fff !important;
    background-color: #ee7d11 !important;
    padding: 15px 15px !important;
    margin: 0 auto;
    display: block;
    margin: 0 auto;
    width: 170px;
    font-family: "Inter", sans-serif; /* Museo */
    font-size: 14px;
    margin-top: 30px;
    letter-spacing: .3px;
}
.api-ty-page p, .api-ty-page span {
    font-family: "Inter", sans-serif; /* Museo */
    font-size: 16px;
}
.api-ty-page{
    margin-top:150px;
}
.protected-wrapper h2 {
    padding-right: 40px;
    padding-left: 40px;
}
.protected-wrapper {
    position: relative;
    height: 220px;
    overflow: hidden;
    width: 564px;
}
.protected-wrapper .white-gradient-content {
    position: absolute;
    background: url(../../images/white-gradient.png);
    background-size: contain;
    left: 0px;
    width: 100%;
    height: 500px;
    bottom: 0px;
}
.form-container.protected-area h1 {
    color: #EE7D11 !important;
    text-transform:none;
}
.container.login {
    max-width: 1920px;
    width: 100%;
}

p.with-lines {
    color: #727379;	
    font-family: "Inter", sans-serif; /* Museo */	
    font-size: 14px;	
    letter-spacing: -0.5px;	
    line-height: 17px;	
    text-align: center;
    position: relative;
    margin-top: 29px;
	width: 350px;
    margin: 0 auto;
}
p.with-lines:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 146px;
    border-top: 1px solid #CCCCCC;
    top: 8px;
    left: 20px;
}
p.with-lines:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 146px;
    border-top: 1px solid #CCCCCC;
    top: 8px;
    right: 20px;
}
.register-here{
    margin-top: 15px;
    margin-bottom: 50px;
    text-align: center;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
}

.register-here a.signIn{
    color: #003671;
    position: relative;
    right: 30px;
}
.register-here.login a.registerHere {
    position: relative;
    left: 0px;
}
.form-container.protected-area p.with-lines{
	    margin: 0 67px;
		padding:0;
}
/*.form-container.protected-area{
	margin-top:100px;
}
@media (max-width: 991px){
	.form-container.protected-area{
		margin-top:60px;
}
}
.form-container.protected-area + .form-container.protected-area {
  display:none;
}*/

/*unni's fix to mobile menu and login*/
@media (max-width: 991px){
	.container.login p.with-lines ,.container.login .register-here {
    width: auto;
}
.container.login .side-banner{
	margin-left:-20px;
	margin-right:-20px;
	height : 30vh;
}
.container.login .form-group.privacy a{
	    word-break: break-all;
}
.g-recaptcha{
	    transform: scale(.8);
    transform-origin: left;
}
}
}
}