body {
    font-family: Helvetica;
    background-color: #F4F6F8;
}

.container {
    width: 100%;
}

.form {
    margin: auto;
    padding: 55px;
    max-width: 767px;
    background: #FFFFFF;
    border: 2.93069px solid #ECECEC;
    box-sizing: border-box;
    border-radius: 23.4455px;
    padding-bottom: 0px;
}

.logo img {
    width: 112px;
    margin-top: 20px;
}

h2 {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    color: #8692A6;
    margin-bottom: 0px;
}

h1 {
    margin-top: 0px;
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 47px;
    color: #212429;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

label {
    display: block;
    margin-top: 18px;
    margin-bottom: 18px;
    color: #696F79;
    font-size: 16px;
    line-height: 20px;
}

input {
    width: 100%;
    padding: 5px 20px;
    height: 64px;
    border-radius: 6px;
    border: 1px solid #8692A6;
    outline: none;
    color: #494949;
}

input:focus {
    border: 1px solid #FF6B06 !important;
    box-shadow: 0px 4px 10px 3px rgb(0 0 0 / 11%) !important;
    border-radius: 6px;
}

select {
    padding: 5px 20px;
    width: 100%;
    height: 64px;
    border-radius: 6px;
    outline: none;
    background-color: white;
    color: #494949;
    border: 1px solid rgb(134, 146, 166);
}

span {
    color: #5d5d5d;
    margin-top: 7px;
    margin-bottom: 7px;
    display: block;
    font-size: 14px;
}

span a {
    color: #5d5d5d;
    font-size: 14px;
}

.link {
    color: #8692A6;
    text-decoration: underline;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
}

.link-button button {
    background: #FF6B06;
    padding: 10px 15px;
    cursor: pointer;
    border: none;
    width: 100%;
    height: 64px;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.link-button {
    display: flex;
    align-content: center;
    align-items: center;
    margin-top: 50px;
    cursor: pointer;
}

.link-button .share-button{
    width: 87px;
    border-radius: 0px 6px 6px 0px;
    background: #F4F6F8;
    text-align: center;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

#copyLink {
    opacity: 0;
    height: 45px;
}

.share-link {
    border: 1px solid #FF6B06;
    border-radius: 4.38853px;
    background-color: white;
    height: 43.99px;
    width: 100%;
    margin-top: 20px;
    cursor: pointer;
    color: #FF6B06;
    font-size: 12px;
    line-height: 14px;
    display: none;
}




@media screen and (max-width: 500px){
    select {
        width: 100%;
    }

    .share-link {
        display: block;
    }

    .container {
        width: 95%;
        margin: auto;
    }

    .form {
        padding: 25px;
        padding-bottom: 0px;
    }

    .head {
        text-align: center;
    }

    #copyLink {
        height: 0px;
    }

    a {
        font-size: 12px;
        line-height: 14px;
    }

    h1 {
        font-size: 18px;
        line-height: 21px;
    }

    h2 {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 10px;
    }

    label {
        font-weight: 500;
        font-size: 11.7027px;
        line-height: 14px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    input,
    select {
        height: 46.81px;
    }

    .link-button {
        margin-top: 20px;
    }

    .link-button button {
        font-size: 12px;
        line-height: 14px;
        height: 44px;
    }

    .link-button .share-button {
        height: 44px;
    }
}