body{
    font-family: 'Nunito', sans-serif;
}
.loginPopup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .7);
}
.loginPopup>.modal-content>.closeLogin{
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
	width: 25px;
    height: 25px;
}
.loginPopup>.modal-content>.closeLogin img{
    height: 25px;
    width: auto;
}
.loginPopup .modal-content {
    position: relative;
    background-color: #fff;
    margin: auto;
    width: 75%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    top: 20px;
    /* -webkit-transform: translateY(-50%); */
    /* -ms-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s;
    margin-bottom: 20px;
}
.popup-form{
    padding: 15px;
}
.popup-form h3{
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: 'Roboto',sans-serif;
}
.popup-form .border-left {
    height: 20px;
    width: 4px;
    background-color: #FF9800;
    display: inline-block;
    margin: 0 15px 0 0;
    position: relative;
    top: 2px;
}
.popup-form a:hover{
    text-decoration: none;
}
.popup-form .form-group {
    margin-top: 15px;
}
.popup-form  .error_msg{
    color: red;
    font-size: 14px;
    padding-top: 5px;
}

.popup-form  .input-group-addon {
    border-radius: 0;
    cursor: pointer;
    color: #fff;
    background: #f56d23;
    border: 1px solid #f56d23;
}
.popup-form  .dis {
    background: #f0f0f0;
    color: #a8a8a8;
    border: none;
    pointer-events: none;
    border-left: none;
}
.popup-form  .resent-otp{
    float: right;
    padding-top: 0px;
    font-size: 13px;
    color: #f56d23;
}
.popup-form textarea{
    resize: none;
}
select.form-control{
	   color: #000;
}
.popup-form .btnSubmit {
    width: 170px;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background: #f56d23;
    text-align: center;
}
.popup-form .thank-you{
    font-size: 20px;
    color: green;
    margin-top: 20px;
    line-height: 22px;
}
.logos{
    margin: 20px 0 0 0;
}
/* .logos .col-sm-2{
    width: 20%;
} */
.logos .popup-logo{
    margin: 5px 0;
}
.title-head1{
    text-transform: unset !important;
}
.logo-box {
	border: 1px solid #ccc;
    margin:35px 30px 15px 20px;
}
@media only screen and (max-width:767px) {
    .loginPopup .modal-content{
        width: 95%;
    }
    .popup-form {
        padding: 30px 0 20px 0;
    }
    .popup-form h3 {
        font-size: 16px;
        padding: 0 25px;
        position: relative;
    }
    .popup-form .border-left{
        position: absolute;
        height: 35px;
        left: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .loginPopup>.modal-content>.closeLogin{
        top: 10px;
        right: 10px;
        width: 20px;
        height: 20px;
    }
    /* .loginPopup>.modal-content>.closeLogin img{
        height: 20px;
    } */
    .popup-form .form-control {
        height: 40px;
    }
    .popup-form .form-group {
        margin-top: 20px;
    }
    .loginPopup .modal-content{
        top: 20px;
        transform: unset;
    }
    .popup-form .thank-you {
        font-size: 18px;
        margin-top: 10px;
        line-height: 18px;
        padding: 15px;
    }
    .padding-0{
        padding: 0;
    }
	.logo-box{
		margin: 0 20px 20px 10px;	
	}
}   