.formShort {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 820.328px;
    height: 182.984px;
    padding: 0px 15px;
    margin: 0px 0px 0px 165.828px;
}

.formShort form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: inherit;
    height: 93px;
}

.formShort .personalData {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: inherit;
    margin-bottom: 15px;
    padding-right: 21px;
    padding-left: 21px;
}

.formShort input {
    outline: none;
    color: #555;
    border: 1px solid #ccc;
}

.formShort .name {
    width: 164.588px;
    min-width: 138.578px;
    height: 60px;
    padding: 0px 12px 0px 15px;
}

.formShort .name:focus {
    box-shadow: 0 0px 7px rgb(98, 169, 245) !important;
}

.formShort .other {
    width: 130.719px;
    min-width: 99.719px;
    height: 60px;
    padding: 0px 12px 0px 15px;
}

.formShort .other:focus {
    box-shadow: 0px 0px 7px rgb(98, 169, 245) !important;
}

.formShort select,
.formShort select:focus {
    font-size: 12px;
    width: 140.719px;
    min-width: 99.719px;
    height: 58px;
    padding: 0px 12px;
    outline: none;
    border: 1px solid #ccc;
    color: #333;
}

.formShort .tYc {
    display: flex;
    align-items: center;
    width: 743.338px;
    margin-bottom: 15px;
    margin-left: -15px;
}

.formShort .tYc input {
    margin-left: -5px;
    margin-right: 10px;
}

.formShort span {
    color: rgb(189, 187, 187);
    font-family: Source Sans Pro, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: normal;
    orphans: 2;
    text-indent: 0px;
    text-transform: none;
    white-space: normal;
    widows: 2;
    word-spacing: 0px;
    background-color: transparent;
    display: inline !important;
    float: none"

}

.formShort a {
    color: rgb(189, 187, 187);
    font-family: Source Sans Pro, sans-serif;
    background-color: transparent;
    text-decoration: underline;
    font-weight: 300;
    font-size: 14px;
    font-style: normal;
    letter-spacing: normal;
    orphans: 2;
    text-indent: 0px;
    text-transform: none;
    white-space: normal;
    widows: 2;
    word-spacing: 0px
}

.formShort button {
    width: 114.93px;
    height: 49.99px;
    padding-top: 14px;
    padding-bottom: 14px;
    border: 1px solid rgb(167, 160, 160);
    margin-top: 25px;
    color: rgb(160, 148, 148);
    background-color: transparent;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.button::placeholder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1000px) {
    .formShort form {
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }

    .formShort .personalData {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 1;
        width: 726px;
    }

    .formShort .personalData input {
        width: 690px;
        margin-bottom: 10px;
    }

    .formShort .personalData select {
        width: 690px;
        justify-content: center;
    }

    .formShort .tYc {
        width: 685px;
        margin: 0px 0px 15px;
    }

    .formShort label {
        width: 685px;
    }

    .formShort span {
        color: rgb(189, 187, 187);
        ;
        font-family: Source Sans Pro, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        letter-spacing: normal;
        orphans: 2;
        text-indent: 0px;
        text-transform: none;
        white-space: normal;
        widows: 2;
        word-spacing: 0px;
        background-color: transparent;
        display: inline !important;
        float: none"

    }

    .formShort a {
        color: rgb(189, 187, 187);
        font-family: Source Sans Pro, sans-serif;
        background-color: transparent;
        text-decoration: underline;
        font-weight: 100;
        font-size: 14px;
        font-style: normal;
        letter-spacing: normal;
        orphans: 2;
        text-indent: 0px;
        text-transform: none;
        white-space: normal;
        widows: 2;
        word-spacing: 0px
    }

}