

.nomics-ticker-widget-embedded.nomics-ticker-widget-size-responsive {
    max-width: 100% !important;
}
.nomics-ticker-widget-footer {
	display:none !important;
	opacity: 0 !important;
}
.nomics-ticker-widget-embedded .nomics-ticker-widget-footer a {
	    position: fixed !important;
}
.nomics-ticker-widget-embedded .nomics-ticker-widget-footer {
	    color: rgba(16,19,21,.1) !important;
}
section {
	background-color: transparent;
}
.loginbg {
	background-color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-image: url(../images/BG/bg9.png);
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
}
.login-reg {
    background:url(../images/BG/login-bg.png);
    background-position:center center ;
    background-size: cover;
    background-repeat:no-repeat ;
    
    padding: 70px 30px;
    border-radius: 10px;
    border: solid 2px #fff;
    color: #fff;
}
.login-reg-area {
    width: 50%;
    margin: 70px auto;
    height: 400px;
}
.form-title {
    text-align: center;
    color: #fff;
}
.form-title-success{
	text-align: center;
    color: #fff;
}

@media(min-width:320px) and (max-width:768px){

.login-reg-area {
   width: 100%!important;
   margin: 30px auto;
}
.loginbg {
	background-color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-image: url(../images/BG/bg6.png);
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
}
}