.ant-picker-input >input {
    padding: 5px !important;
    font-size: 14px;
    color: #333;
    width: 100%;
    line-height: 34px;
    border: 1px solid #BABABA;
    border-radius: 5px;
    background-color: #FFF;
    font-family: 'Poppins', sans-serif;
}
.form input[type=date],
.form input[type=tel],
.form input[type=number] {
    font-size: 14px;
    color: #333;
    width: 100%;
    line-height: 34px;
    padding: 3px 10px;
    border: 1px solid #BABABA;
    border-radius: 5px;
    /* background-color: #FFF; */
    font-family: 'Poppins', sans-serif;
}

.a2-step1 input[type=tel],
.a2-step1 input[type=number],
.a2-step1 input[type=date],
.a2-step1 select {
    float: right;
    width: calc(100% - 420px);
}

@media screen and (max-width:1060px) {

    .a2-step1 input[type=tel],
    .a2-step1 input[type=number],
    .a2-step1 input[type=date],
    .a2-step1 select {
        width: calc(100% - 340px);
    }
}

@media screen and (max-width:760px) {

    .a2-step1 input[type=tel],
    .a2-step1 input[type=number],
    .a2-step1 input[type=date],
    .a2-step1 select {
        width: 100%;
        float: none;
    }
}

.a2-step2 input[type=tel],
.a2-step2 input[type=number],
.a2-step2 input[type=date] {
    float: right;
    width: calc(100% - 220px);
}

@media screen and (max-width:1060px) {

    .a2-step2 input[type=tel],
    .a2-step2 input[type=number],
    .a2-step2 input[type=date] {
        width: calc(100% - 200px);
    }
}

@media screen and (max-width:760px) {

    .a2-step2 input[type=tel],
    .a2-step2 input[type=number],
    .a2-step2 input[type=date] {
        width: 100%;
        float: none;
    }
}

.sc-step input[type=date] {
    float: right;
    width: calc(100% - 340px);
}

@media screen and (max-width:760px) {

    .sc-step input[type=date] {
        width: 100%;
        float: none;
    }
}

.form-case .send-sms:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.form-case .login {
	display: inline-block;
	width: calc(100% - 135px);
	line-height: 36px;
	border: 1px solid #BABABA;
	background: #FFF;
	border-radius: 5px;
	padding: 0 10px;
}
/* .form-case .password {
		width: calc(100% - 135px);
		padding: 0 10px;
		line-height: 36px;
		background: #ffffff;
		border: 1px solid #bababa;
		border-radius: 5px;
} */

.form-case .box {
	position: relative;
	width: calc(100% - 135px);
	line-height: 36px;
}
.form-case .box input {
	width: 100%;
	line-height: 36px;
	/* outline: none; */
}
.form-case .box img {
	position: absolute;
	top: 6px;
	right: 5px;
	width: 24px;
}
@media screen and (max-width:480px) {
	.form-case .box {
	  width: 100%;
	}
	.form-case input.verification{
		width: calc(100% - 100px);
	}
}

.form-button .btn-inspection {
	width: 200px;
}
.form-case select{
	font-size: 14px;
	color: #333;
	width: calc(100% - 135px);
	padding: 10px 10px;
	border: 1px solid #BABABA;
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../images/down-arrow.png) no-repeat 97% center #FFF;
	background-size: 10px auto;
}

input:focus, select:focus{
	outline: none;
}

.err-input{
	color: #ff4d4f !important;
	background: #FFFFFF !important;
	border: solid 1px #ff4d4f !important;
}
.err-form{
	color: #ff4d4f;
	float: right;
}
.err-msg{
	color: #ff4d4f !important;
}

.btn-iamsmart {
	background-color: #2B7367;
	padding: 8px 12px;
	color: #fff;
	border: none;
	border-radius: 10px;
}