html, 
body {
    padding: 0;
    margin: 0;
    height: 100%;
    font-size: 1.5em;
}
#background {
    background-color: #2B2B2B ; 
   /* background-image: url(../images/bg.jpg); */
    background-position: center;
    background-size: cover;
    display: table;
    height: 100%;
    width: 100%;
}

/*
#background  {
    display: none;
    background-color: #000;
}

*/

#loginContainer * {
   /* background-color: #000; */
    color: #fff;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    line-height: 1em;
    /*font-size: 1em;*/
   /* font-size: 16px;*/
     font-size: 0.8em;
    box-sizing: border-box;
   /* border: 1px solid white; */
}



#loginContainer {
    width: 100%;
    margin: 0 auto;
    position: relative;
/*  max-width: 414px; */
    max-width: 320px;
   /* max-width: 1024px; */
    /* border: 1px solid white; */


}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #fff;
}



.logo-register {
    
   
    text-align: center;
    
   /* border:  1px solid white; */
   

   padding-bottom: 30px;

}


.logo-img {
    display: inline-block;
}

.logo-img img {
    width: 40px;
}


#logo-text-register {
    position: relative;
    padding-bottom: 30px;
    padding-left: 10px;
    font-size: 30px;
    /*color: lightgoldenrodyellow; */
    color: #D4AF37;
    font-weight: 700;

    vertical-align: middle;
}

#signUpText {
    /*border: 1px solid white; */
    padding-bottom: 15px;
}

#inputContainer {
   /* width: 400px;*/
    width: 320px;
    padding: 45px;
    /*float: left;*/
   /* border-right: 1px solid #999; */
    /* border: 1px solid green; */
}

#inputContainer h2 {
    text-align: center;
}

#inputContainer input[type="text"],
#inputContainer input[type="email"],
#inputContainer input[type="password"] {
    display: block;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    height: 27px;
    line-height: 27px;
    width: 100%;
}

#inputContainer label {
    color: #a0a0a0;
    font-size: 13px;
    margin-top: 15px;
    display: block;
}

#inputContainer button {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 250px;
    color: #fff;
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 20px auto;
    height: 41px;
    width: 100%;
}

#inputContainer button:hover {
    cursor: pointer;
}

.hasAccountText span {
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
}

.hasAccountText {
    text-align: center;
}

#registerForm,
#loginForm {
    display: none;
}

#loginText {
    padding: 45px;
    display: table-cell;
}

#loginText h1 {
    color: #07d159;
    font-size: 60px;
    font-weight: bold;
}

#loginText h2 {
    margin: 35px 0;
}

#loginText ul {
    padding: 0;
}




#loginText li {
    font-size: 20px;
    list-style-type: none;
    padding: 5px 30px;
    background: url(../images/icons/checkmark.png) no-repeat 0 0;
}



#inputContainer .errorMessage {
    color: #07d159;
    font-size: 12px;
    display: block;
}


#pwdForgetpwd  {
    text-align: center;  
}


#pwdForgetpwd a {
    text-decoration: none; 
   font-size:medium;
  
}


#pwdForgetpwd a:hover {
    color: #a0a0a0;
  
}



















