@media only screen and (min-width: 768px) {
    .login_form_sec_outter {
        width: 480px;
    }
    .login_logo {
        width: 200px;
    }
    .login_form_sec_outter h3 {
        color: #4A587B;
        text-shadow: 0 0 #4A587B;
        font-size: 18px;
    }


   
}


@media only screen and (min-device-width: 480px) 
                   and (max-device-width: 640px) 
                   and (orientation: landscape) {

.appBanner{
    display: none;
}
.apponlytxt{
display: none;
    }
    .login_left_section{
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .login_form_sec_outter {
        width: 340px;
    }


}

@media (max-width: 480px) {
	 .appBanner{
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.17) inset;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.17) inset;
    -o-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.17) inset;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.17) inset;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 8px 10px;
}
.appban_logo{
    width: 40px;
    height: 40px;
}
.android_logo{
    width: 90px;
    height: auto;
}
.appfl{
    float: left;
    padding: 8px 0 0 0;
}
.appfr{
    float: right;
    padding: 10px 0 0 0;
}
.clearfix{
    clear: both;
}
.appfl h1{
    color: #3366FF;
    font-size: 14px;
    font-family: 'helveticaneuebold', sans-serif;
    margin: 0;
    padding: 0px 0 0 16px;
}
.appfl p{
    color: #212961;
    font-size: 11px;
    font-family: 'helveticaneuelight', sans-serif;
    margin: 0;
    padding: 0 0 0 16px;
    width: 190px;
}
.apponlytxt{
    display: block;
    text-align: center;
    position: absolute;
    bottom: 95px;
    width: 100%;
}
.apponlytxt h1{
    color: #212961;
    font-size: 15px;
    font-family: 'helveticaneuebold', sans-serif;
    margin: 0;
    padding: 0px 0 0 0;

}
.apponlytxt p{
    color: #757AA0;
    font-size: 14px;
    font-family: 'helveticaneuelight', sans-serif;
    margin: 0;
    padding: 0 0 0 0;
    line-height: 21px;
}

.resendlnk{
    top: 125px;
}
}


