

#home_form {
    margin-top: 30px;
}

#home_form input, #home_form select {
    height: 49px;
    border-radius: 5px;
    border: 2px solid #ffffff;
    padding-left: 20px;
    color: #ffffff;
    -webkit-box-shadow: 0px 8px 15px 8px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 8px 15px 8px rgba(0,0,0,.05);
    box-shadow: 0px 8px 15px 8px rgb(0 0 0 / 5%);
    font-family: 'lato';
    font-weight: bold;
    font-size: 18px;
}

#home_form .input-radio {
    height: 145px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    -webkit-box-shadow: 0px 8px 15px 8px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 8px 15px 8px rgba(0,0,0,.05);
    box-shadow: 0px 8px 15px 8px rgb(0 0 0 / 5%);
}

@media (max-width: 1500px){
	#home_form input {
	    padding-left: 30px;
	}
}

#home_form .tab.current{
	display: block;
}

#home_form .form-group {
    margin-bottom: 30px;
}

.input-radio input {
    display: none;
}

.input-radio label {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 10px 0;
    border-radius: 30px;
    margin: 0;
    border: 3px solid transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 400ms ease-in-out;
}

.iconLabel {
    width: 75px;
    margin: 0 auto;
}

#home_form .btnForm {
    margin-top: 40px;
}

#home_form span.sipan {
    display: inline-block;
    border: 2px transparent;
    border-radius: 50px;
    padding: 10px;
    margin-left: 17px;
}

#home_form .btn {
    background: #fff;
    height: 70px;
    padding: 0 20px;
    color: #002850 !important;
    font-size: 18px;
    line-height: 70px;
}