html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow:hidden;
}

body {
  background: url(../img/Cutaway/back.png) no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='LogonResource/img/Cutaway/back.png', sizingMethod='scale');
}

* {
  margin: 0;
  padding: 0;
}

/* .back {
	box-sizing: border-box;
	width: 100%;
	height: 1091px;
	background: url(../img/Cutaway/back.png) no-repeat;
	position: relative;
}
 */
.phcolor{ color:#999;}
.user-login {
  width: 375px;
  /* height: 439px; */
  position: absolute;
  top: 30%;
  right: 15%;
  border-radius: 10px;
  behavior: url(LogonResource/js/ie-css3.htc);
  position: absolute;
  z-index: 10;
  background: #ffffff;
  box-shadow: 0px 0px 5px 1px #ccc;
  margin-bottom:10px;
  padding-bottom: 20px;
}

.title {
  width: 100%;
  height: 76px;
  font-size: 22px;
  color: #478df6;
  text-align: center;
  line-height: 76px;
  font-weight: 600;
}

.inp {
  /* height: 220px; */
}

.inp > input {
  height: 32px;
  display: block;
  border: 1px solid #cccccc;
  color: #cacaca;
  font-size: 17px;
  line-height: 32px;
  border-radius: 5px;
}

.inp-first {
  width: 262px;
  height: 32px;
  line-height:32px;
  background: #ffffff url(../img/Cutaway/user.png) 10px 7px no-repeat;
  padding-left: 40px;
  margin-left: 37px;
  margin-bottom:26px;
}

.inp-two-wrapper {
	width: 300px;
	margin: 0px 0px 26px 37px;
	position: relative;
}
.inp-two {
  width: 262px;
  height: 32px;
  line-height:32px;
  border: 1px solid #cccccc;
  color: #cacaca;
  font-size: 17px;
  border-radius: 5px;
  background: #ffffff url(../img/Cutaway/paw.png) 10px 7px no-repeat;
  padding-left: 40px;
}
.inp-two-eyeicon {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.inp-two::placeholder {
  color: #cacaca;
}

.inp-three {
  width: 118px;
  height: 34px;
  line-height:32px;
  margin: 0px 0px 0px 37px;
  background: #ffffff url(../img/Cutaway/verification.png) 10px 7px no-repeat;
  padding-left: 40px;
}

.remember {
  width: 100px;
  color: #575555;
  margin: 22px 0px 0px 37px;
}

.modify {
  float: right;
  margin: -18px 30px 0px 0px;
}

.login-button {
  width: 300px;
  height: 40px;
  background-color: #3f82e7;
  color: #ffffff;
  border: none;
  margin: 36px 0px 0px 37px;
  border-radius: 5px;
}

.selectDomainCss{
  border:0px solid #ccc;
  color:#666;
  font-size: 17px;
  width:108%;
  line-height:17px;
  /* border-radius: 5px; */
}

#selectContainer{
    /* border:1px  solid #ccc;
    height:35px;
    width:101%;
    overflow: hidden;
    margin-top:10px;
    border-radius: 5px;
    padding-top:15px;
    padding-left:10px; */

    width: 262px;
    height: 28px;
    /* line-height:32px; */
    background: #ffffff url(../img/Cutaway/user.png) 10px 7px no-repeat;
    padding-top: 7px;
    padding-left: 38px;
    margin-left: 37px;
    margin-bottom: 26px;
    /* display: block; */
    border: 1px solid #cccccc;
    color: #cacaca;
    /* font-size: 17px; */
    border-radius: 5px;
    overflow: hidden;
    cursor: default;
}

#selectContainer:after{
    content:"▼";  
    padding: 12px 8px;
    position: relative; right: 1px; top: -10px;    
    float:right;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;      
    pointer-events: none;
    box-sizing: border-box; 
    color:#000000
}

#selectDomain{
  /* position:relative; */
  float:left;
  margin-left:37px;
  position:relative;
  left: 33px;
  top:-27px;
  height:0;
  /* background-color: #cacaca; */
}

#optionFrame{
  height:auto;
  background-color: #eeeeee;
  width:255px;
  padding: 5px 0px 5px 10px
}

.option{
  cursor: default;
  padding: 3px 0;
}

.option-over{
  background-color: cornflowerblue;
}