@CHARSET "ISO-8859-1";

body{
	background-color: #3e7fdb;
}
.tataLogo{
	padding-top: 44px;
	height: 12%;
	width: 12%;
}
.carImage{
	height: 12%;
	width: 12%;
}
.shikaraImage{
	padding: 60px 0px 40px 0px;
}
.loginButton{
	margin-left: auto; 
    margin-right: auto;
	height: 56px;
	width: 330px;
	background-color: #ffffff;
	text-align: center;
	font-size: 14px;
	color: #333333;
	display: table;
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-family: Arial, Regular;
}


.imageForLocation{	
    float: left;
    width: 60px;
    height: 64px;
    background: url(../../Common/assets/map-icon.png) no-repeat scroll 20px 20px;
    background-color: #4f8be1;
    border-top: 2px solid #3e7fdb;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
	
}
#locationList{
	border-top: 2px solid #3e7fdb;
    border-bottom: 2px solid #3e7fdb;
	height:100%;
}
.loginButton:hover{
	cursor:pointer;
	background-color: #cccccc;
}
.loginText{
	display: table-cell;
	vertical-align: middle;
}
.forgotPassword{
	text-align: center;
	padding-top: 15px;
	font-family: Arial, Regular;
}
.forgotPasswordText{
	color: #d3e0f2;
}
.form-control::-webkit-input-placeholder
{
  color: #d3e0f2;
  font-size: 15px;
  font-family: Arial, Regular;
}
.usernameField, .passwordField , .locationSelectList{
	height: 66px;
	margin: 0 auto;
	width: 330px;
}
.imageForUsername{
	float: left;
	width: 60px;
	height: 66px;
	background: url("../../Common/assets/userid.png") no-repeat scroll 20px 20px;
	background-color: #4f8be1;
	border-top-left-radius: 4px;
}
.imageForPassword{
	float: left;
	width: 60px;
	height: 66px;
	background: url("../../Common/assets/password.png") no-repeat scroll 20px 20px;
	background-color: #4f8be1;
	border-top: 2px solid #3e7fdb;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}
.textForPassword{
	float: left;
}
.textForUsername{
	float: left;
}
.formForUsername {
	color: #d3e0f2;
	height: 66px;
	width: 270px;
	background-color: #4f8be1;
	border: none;
	border-top-right-radius: 4px !important;
}
.formForPassword{
	height: 66px;
	width: 270px;
	background-color: #4f8be1;
	color: #d3e0f2;
	border: none;
	border-top: 2px solid #3e7fdb;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}
.formForPassword:focus { 
    outline: none;
    box-shadow: none;
    border-top: 2px solid #3e7fdb;
    color: #d3e0f2;
}
.formForUsername:focus{
	outline: none;
    box-shadow: none;
    color: #d3e0f2;
}
.form-control{
	-webkit-box-shadow: none;
	border-radius: 0px;	
}
.img-responsive{
	margin-left: auto; 
    margin-right: auto;
}
#capsLock{
	position: absolute;
 	z-index: 2;
 	top: 90px;
 	right:300px;
}
.box{
	border: 1px solid #e7edef;
	padding: 9px 15px 9px 15px;
	margin: 18px 0px 0px 0px;
	height: 60px;
}
.boxText{
	font-size: 12px;
	color: #666666;
}
.selectDropdown{
	box-shadow: none;
	min-height: 25px;
	width: 100%;
	border:1px solid #c9d2d5;
	font-size: 15px;
	color:#333333;
	-webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url('../../Common/assets/dropdown-arrow.png') no-repeat;
    background-position:  right 10px center;
    border: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    outline: none;
    /*box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.15) !important;*/
}
.modal-title{
	color: rgb(63, 126, 221);
}
#userTypeSubmit{
	border-radius: 25px;
	width: 50px;
	height: 50px;
	background: transparent;
	outline: none;
	margin-top: 10px;
	position: relative;
    left: 365px;
}
#userTypeSubmit img{
	width: 50px;
	height: 50px;
	position: relative;
    left: -8px;
    top: -3px;
    outline: none;
}
.modal-content{
	width: 450px;
	margin: auto;
}
.otpModalHeader {
	display: flex;
	align-items: center;
}

.otpModalLabel {
	font-size: 15px;
}
.otpCheckContainer{
	display: flex;
}
.radioGrp label{
	display: flex;
	align-items: end;
	margin-right:1.5rem;
}
#phoneoptradio, #emailoptradio{
	height:20px;
	width:20px;
	margin-right: 5px;
	cursor: pointer;
}
#otpInput{
	display: none;
}
#capchaValue{
	font-size: 18px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    background: cadetblue;
    padding: 5px 0;
	color: #fff;
}



