.webform-submission-form {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  .form-item {
        margin-bottom: 0.5rem;
        display: flex;
        flex-direction: column;
        width: 20%;
  label{
    display: inline-block;
    margin: 10px 0px 0px 0px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 180%;
    color: #505050;
  }
input {
height: 36px;
    font-size: 14px;
    border: 1px solid #D1D0D1;
    border-radius: 4px;
}
  }
  .button {color: #ffff;
    background-color: #287780;
    padding: 10px 23px;
    margin: 15px 0px 16px 0px;
    font-family: Roboto;
    border: none;
        font-size: 14px;
    &:hover {
    color: #ffff;
    background-color: #47B9C6;
    border: none;
    }
  }
}

.webform-confirmation {
    display: flex;
    align-items: center;
    flex-direction: column;

    .webform-confirmation__back {
        a {
            color: #47b9c6;
            margin-left: 0px !important;

            &:hover {
                color: #47b9c6;
                text-decoration: underline;
            }
        }


    }
}