
#userIdInput, #passwordInput {
	width: 200px;
}

#passwordInput {
	margin-top: 10px;
}

#loginPageDiv {
	border: 1px solid #90949c;
    margin: auto;
    max-width: 400px;
    border-radius: 20px;
    margin-top: 20px;
}

#loginForm {
    margin: auto;
    width: 280px;
    padding-top: 20px;
    padding-bottom: 50px;
    padding-left: 40px;
}
#loginPageLabel {
	font-weight: bolder;
    font-size: 20px;
    color: black;
    margin-left: 20px;
    margin-top: 15px;
}
#loginBtn {
	background-color:#0F1D76;
}
.warning {
	color:red;
}

/*------------------------------------------------------------------*/

#loginWithCellDiv {
  border: 1px solid #90949c;
  margin: auto;
  max-width: 420px;
  border-radius: 20px;
  margin-top: 20px;
  background: #f3f3f3;
}

#loginWithCellForm, #registerWithCellForm {
  margin: auto;
  width: 400px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
}

#sendSMS, #sendEmail, #loginWithVerCode, #registerNewUser {
  background-color:#0F1D76;
}

#resendVerCode {
  background-color: darkgray;
}

#cellNum, #verCode, #registerCellNum, #registerFirstName, #registerLastName, #registerEmail {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

#cellNum::placeholder, #verCode::placeholder,
#registerCellNum::placeholder, #registerFirstName::placeholder, 
#registerLastName::placeholder, #registerEmail::placeholder {
	font-weight: normal;
}

#cellNum {
	padding-left: 48px;
}

#verCode {
  padding-left: 17px;
}

#statusMsg, #registerMsg {
  font-size: 14px;
  padding-bottom: 10px;
  color: #2360a5;
}

#errorMsg, #registerErrorMsg {
  color: red;
  font-size: 12px;
  font-weight: bold;
  padding-top: 10px;
}

#loginTab, #registerTab {
  height: 30px;
  font-size:18px;
  width: 135px;
  margin-top: 0px;
  text-align: center;
}

.loginWithCellNav {
  margin-left: 16px;
  margin-right: 16px;
  padding-left: 30px;
}

.loginWithCellNav>li>a {
  padding: 2px 1px;
  border: none !important;
}

.loginWithCellNav a {
     font: 18px "HelveticaNeue", Helvetica;
     letter-spacing: 0.6px;
     -webkit-font-smoothing: antialiased;
}

#loginTab a {
  color: #6F7692;
}

#registerTab a {
  color: #969BAE;
}

#loginTab a:hover {
  background:none !important;
}

#registerTab a:hover {
  background:none !important;
}

.nav-tabs {
  border: none !important;
}

.registerLabel {
	font-size: 13px;
  padding-top: 6px;
  padding-right: 0px;
  max-width: 140px;
  text-align: right;
}

#loginDiv, #registerDiv {
  background: white;
  margin-bottom: 18px;	
}
