.verpr_body
{
	background-color: #FFFFFF;
  font-size: 14px;
}
.verpr{
	height: 350px;
}
.nosess
{
	color: #BD1E2C;
	font-size: 16px;
	padding-top: 50px;
	text-align: center;
	width: 100%;
}
#fc{
	font-size: 20px;
	margin-top: 36px;
	line-height: 40px;
}
#h4mobile
{
	font-size: 20px;
	padding-top: 60px;
	line-height: 46px;
}
#iconTel
{
	left: 50%;
	margin-left: -50px;
	position: absolute;
	top: 18px;
}
.phone_number:focus, .code_number:focus
{
	box-shadow: none;
	outline: none;
}
.bidoo_green, .bidoo_green:hover, .bidoo_green:focus
{
	background-color: rgb(51, 204, 153) !important;
	border: 0;
	box-shadow: none;
	outline: none;
  position: relative;
  font-size: 14px;
  top: auto;
  right: auto;
}
.error_input
{
	border-color: red !important;
}
.title
{
	margin-top: 8px;
}
.pin_attempts {
	text-align: left;
	margin-left: 7px;
	font-weight: bold;
	font-size: 85%;
}

@media screen and (max-width: 450px), screen and (min-width: 600px) and (max-width: 991px){
	#fc{
		margin-top: 0;
	}
	#bv
	{
		width: 90% !important;
	}
	section.verify .form-group
	{
		margin-top: -44px;
	}
	.phone .form-group{
		margin-left: 15%;
	}
  .verpr_body{
    padding-top: 0px;
	}
	#salta div{
		padding-top: 30px;
	}
}

@media screen and (max-width: 450px){
	#h4mobile{
		padding-bottom: 30px;
	}
}
#h4mobile{
    display: none;
}
h4.title{
    display: block;
}
@media(max-width: 576px){
    #h4mobile{
        display: block;
    }
    h4.title{
        display: none;
    }
}
        