/**
* Please do not edit or add any code in this file without the permission of Saravana Technology Solutions
*
* @author    Saravana Technology Solutions
* @copyright Saravana Technology Solutions
* @license   https://www.pibblu.com
* Prestashop version 1.7+
* loginbymobile 17.0.0
* Sep 2018
*/

@media (max-width: 580px) {
	#lbm_fp_form span#lbm_fp_form_call_prefix {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		color: white;
		background: grey;
		padding: 5px;
		border-bottom: 1px solid white;
	}
}
@media (min-width: 581px) {
	#lbm_fp_form span#lbm_fp_form_call_prefix {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		color: white;
		background: grey;
		padding: 5px;
		border-bottom: 1px solid white;
	}
}
.input-group .input-group-btn>.btn[data-action=send_otp_fp_form] {
    background: #7a7a7a;
    height: 100%;
}

#lbm_fp_mobile_number {
    z-index: 1;
}
#send_otp_success{
color: #1CA005;
text-transform: uppercase;
padding-top: 10px;
padding-left: 10px;
}

#send_otp_success_msg {
color: #06690E;
text-transform: uppercase;
}
