.InputLabel{
    padding: 5px 6px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 4px;
}
.PhoneInput{
    margin-bottom: 0px !important;
}
.PhoneInput input{
    border: none;
    outline: none;
    box-shadow: none;
    margin-bottom: 0px !important;
    width: 100%;
}
.PhoneInput input:focus{
    border: none;
    outline: none;
    box-shadow: none;
}

.commoninput{
    width: 100%;
    margin-bottom: 15px;
    padding: 5px 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
    margin-bottom: 15px;

}

.commoninput:focus{
box-shadow: none;
outline: none;
}