/*
Theme Name: Luah1 Child
Theme URI: 
Author: 
Author URI: 
Description: 
Template: luah1
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: translation-ready
Text Domain: luah1
*/

.tdfm-select
{
	padding-right:49px;
}

.hidephone
{
	display:none;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl;
}


.pac-target-input
{
	padding: 0 18px 0 0 !important;
}

.pass-reveal
{
	background-color: #DDECF7;
    height: 20px;
    width: 25px;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 62%;
    right: 80%;
    z-index: 999;
	cursor: pointer;
}

.reg-tab
{
	top: 53% !important;
}

@media screen and (max-width: 768px) {
    /* Styles for tablets and larger phones */
	.pass-reveal
	{
		top: 56%;
		right: 82%;
	}
	
	.reg-tab 
	{
    	top: 52%!important;
	}
}

@media screen and (max-width: 576px) {
    .pass-reveal
	{
		right: 82%;
	}
	
	.reg-tab 
	{
    	top: 51%!important;
	}
}

