﻿#LndForm{width:400px;position:absolute;top:50%;left:50%;transform:translate(-50% ,-50%);background-color:rgba(0,0,0,.6);color:#fff;border-radius:10px;border:1px solid #333}
#LndForm tr{height:30px}
#LndForm #tblBody td:first-child{text-align:right;padding-right:5px;font-size:14px}
#lndEnter{display:inline-block;margin:10px 0 20px 0;font-weight:700;cursor:pointer;padding:0 10px;height:35px;line-height:35px;text-align:center;color:#fff;background-color:#f90}
#LndForm input[type=text]{text-indent:3px;height:23px}
#LndTitle{display:inline-block;width:100%;box-sizing:border-box;height:60px;line-height:30px;padding-left:20px;font-size:16px;margin:20px 0 20px 0}
#agreeItems{font-size:12px;}
#agreeItems a{text-decoration:underline;color:#fff}
#LndForm i{color:red;display:inline-block;margin-right:2px}
.remember{font-size:12px}
#landingBanner {
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 500px;
    background: url(img/landingPc.jpg) no-repeat #A5D1F4;
    background-size: cover
}
.landInstr {font-size:10px;padding:0 30px;box-sizing:border-box;}
.landInstr a{color:#A5D1F4;text-decoration:underline}
.longTd {text-align:left!important;text-indent:15px!important;}

#iptCountry{width:183px}
#countrySugg,#citySugg{position:relative;display:none;width:183px;background-color:#000;color:#fff;z-index:10000;}
#countrySugg span,#citySugg span {display:inline-block; height:25px; line-height:25px; width:100%;cursor:pointer;text-indent:10px;font-size:12px; }
    #countrySugg span:hover,#citySugg span:hover {color:red;}