#greyBackground {
    position: relative;
    background-color: #ececec;
    height: 340px;
    padding-top: 10px;
}

#title {
    font-size: 30px;
    font-family: 'Mark Pro bold';
    color: #b0935c;
    margin-top: 40px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}

#description {
    /* text-transform: uppercase; */
    text-align: center;
    font-size: 11pt;
    margin-top: 50px;
}

#note {
    text-transform: uppercase;
    text-align: center;
    font-size: 11pt;
    margin-top: 20px;
}

#memberInfo4 {
    position: relative;
    width: 60%;
    left: 18%;
    max-width: 1103px;
}

#uruguayanMember {
    background-color: #b0935c;
    width: 192px;
    height: 45px;
    line-height: 45px;
    display: flex;
    text-indent: 5mm;
    text-transform: uppercase;
    top: 321px;
    left: 34%;
    position: absolute;
    font-family: 'Mark Pro bold';
    color: white;
    cursor: pointer;
}

#foreignMember {
    /* background-color: #b0935c; */
    /* width: 155px; */
    /* height: 45px; */
    /* line-height: 45px; */
    /* text-indent: 3mm; */
    /* display: flex; */
    background-color: #000000;
    width: 192px;
    height: 45px;
    line-height: 45px;
    display: flex;
    text-indent: 3mm;
    text-transform: uppercase;
    position: relative;
    left: 53%;
    margin-top: 87px;
    font-family: 'Mark Pro bold';
    color: white;
    cursor: pointer;
}

#memberData {
    position: relative;
    height: auto;
    display: flex;
    width: 70%;
    left: 15%;
    margin-top: 82px;
}

#memberPhoto {
    position: relative;
    width: 30%;
}

#memberPhotoContainer {}

#memberPhotoText {
    width: 83%;
    font-size: 10pt;
    margin-top: 15px;
}

#forgotPassword2:hover {
    background-color: #b0935c;
    transition: 0.5s;
}

#forgotPassword2 {
    position: relative;
    height: 40px;
    width: 200px;
    text-align: center;
    line-height: 40px;
    background-color: black;
    color: white;
    left: 53.5%;
    margin-top: 30px;
    cursor: pointer;
}

#setNewPassword:hover {
    background-color: #b0935c;
    transition: 0.5s;
}

#setNewPassword {
    position: relative;
    height: 40px;
    width: 230px;
    text-align: center;
    line-height: 40px;
    background-color: black;
    color: white;
    left: 57%;
    margin-top: 30px;
    cursor: pointer;
}

#forgot {
    text-align: right;
    width: 82%;
    font-size: 15px;
}

#forgot:hover {
    text-decoration: underline;
}

.memberInput {
    position: relative;
    height: 40px;
    background-color: #cccccc;
    margin: 9px;
    width: 32%;
    text-indent: 3mm;
    font-size: 10pt;
    left: 15%;
    margin-top: 70px;
}

.memberInput2 {
    position: relative;
    height: 40px;
    background-color: #cccccc;
    margin: 9px;
    width: 32%;
    text-indent: 3mm;
    font-size: 10pt;
    left: 15%;
    /* margin-top: 147px; */
}

.date {
    position: relative;
    height: 40px;
    background-color: #cccccc;
    margin: 9px;
    width: 90px;
    text-align: center;
    left: 17%;
}

#memberInfo {
    position: relative;
    width: 60%;
    max-width: 1000p;
    left: 20%;
}

#memberInfo3 {
    position: relative;
    width: 57%;
    left: 22%;
    margin-top: 50px;
}

#memberInfo2 {
    position: relative;
    width: 90%;
    margin-bottom: 45px;
    left: 21%;
}

#paymentContainer {
    height: 130px;
    position: relative;
    width: 69%;
    margin-top: 64px;
    left: 7%;
}

#paymentData {
    display: flex;
    width: 70%;
    left: 15%;
    position: relative;
}

#title2 {
    text-transform: uppercase;
    color: #b0935c;
    font-family: 'Mark Pro bold';
    font-size: 26px;
    text-align: center;
    position: relative;
    margin-top: 112px;
    /* width: 118%; */
    left: 15%;
}

#send {
    left: 35.8%;
    text-align: center;
    background-color: black;
    width: 675px;
    color: white;
    height: 33px;
    position: relative;
    /* letter-spacing: 20px; */
    font-family: 'Mark Pro bold';
    font-size: 15pt;
    line-height: 32px;
    cursor: pointer;
}

#logIn {
    position: relative;
    height: 40px;
    font-size: 11pt;
    width: 150px;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    background-color: black;
    color: white;
    left: 59.5%;
    margin-top: 30px;
    cursor: pointer;
    font-family: 'Mark Pro bold';
}

#logIn:hover {
    background-color: #b0935c;
    transition: 0.5s;
}

#logIn2 {
    position: relative;
    height: 40px;
    width: 165px;
    text-align: center;
    line-height: 40px;
    background-color: black;
    color: white;
    left: 61%;
    margin-top: 30px;
    cursor: pointer;
    margin-bottom: 100px;
    font-family: 'Mark Pro bold';
    text-transform: uppercase;
}

#logIn2:hover {
    background-color: #b0935c;
    transition: 0.5s;
}

#specifications {
    width: 45%;
    position: relative;
    left: 28%;
    margin-top: 56px;
}
.disabled{
    opacity: 0.5;
    cursor: not-allowed;
}
@media screen and (max-width: 780px) {
    #greyBackground {
        position: relative;
        background-color: gainsboro;
        height: 340px;
        padding-top: 10px;
    }
    #title {
        text-transform: uppercase;
        color: #b0935c;
        font-family: 'Mark Pro bold';
        font-size: 16pt;
        text-align: center;
        position: relative;
        margin-top: 40px;
        letter-spacing: 2px;
    }
    #description {
        /* text-transform: uppercase; */
        text-align: center;
        font-size: 11pt;
        margin-top: 50px;
    }
    #note {
        text-transform: uppercase;
        text-align: center;
        font-size: 11pt;
        margin-top: 20px;
    }
    #uruguayanMember {
        background-color: #b0935c;
        width: 192px;
        height: 45px;
        line-height: 45px;
        display: flex;
        text-indent: 5mm;
        text-transform: uppercase;
        top: 321px;
        left: 34%;
        position: absolute;
        font-family: 'Mark Pro bold';
        color: white;
        cursor: pointer;
    }
    #foreignMember {
        /* background-color: #b0935c; */
        /* width: 155px; */
        /* height: 45px; */
        /* line-height: 45px; */
        /* text-indent: 3mm; */
        /* display: flex; */
        background-color: #000000;
        width: 192px;
        height: 45px;
        line-height: 45px;
        display: flex;
        text-indent: 3mm;
        text-transform: uppercase;
        position: relative;
        left: 53%;
        margin-top: 87px;
        font-family: 'Mark Pro bold';
        color: white;
        cursor: pointer;
    }
    #memberData {
        position: relative;
        height: auto;
        display: flex;
        width: 70%;
        left: 15%;
        margin-top: 82px;
    }
    #memberPhoto {
        position: relative;
        width: 30%;
    }
    #memberPhotoContainer {}
    #memberPhotoText {
        width: 83%;
        font-size: 10pt;
        margin-top: 15px;
    }
    .memberInput {
        position: relative;
        height: 40px;
        background-color: #b5b3b3;
        margin: 0px;
        width: 78%;
        text-indent: 3mm;
        font-size: 10pt;
        left: 10%;
        margin-top: 22px;
    }
    .memberInput2 {
        position: relative;
        height: 40px;
        margin: 9px;
        width: 77%;
        text-indent: 3mm;
        font-size: 10pt;
        left: 8%;
        /* margin-top: 147px; */
    }
    .date {
        position: relative;
        height: 40px;
        background-color: #b5b3b3;
        margin: 1px;
        width: 90px;
        text-align: center;
        MARGIN-TOP: 7PX;
        left: 10%;
    }
    #memberInfo {
        position: relative;
        width: 100%;
        left: 0%;
    }
    #paymentContainer {
        height: 130px;
        position: relative;
        width: 69%;
        margin-top: 64px;
        left: 7%;
    }
    #paymentData {
        display: flex;
        width: 70%;
        left: 15%;
        position: relative;
    }
    #title2 {
        text-transform: uppercase;
        color: #b0935c;
        font-family: 'Mark Pro bold';
        font-size: 26px;
        text-align: center;
        position: relative;
        margin-top: 112px;
        /* width: 118%; */
        left: 15%;
    }
    #send {
        left: 35.8%;
        text-align: center;
        background-color: black;
        width: 675px;
        color: white;
        height: 33px;
        position: relative;
        /* letter-spacing: 20px; */
        font-family: 'Mark Pro bold';
        font-size: 15pt;
        line-height: 32px;
        cursor: pointer;
    }
    #logIn {
        position: relative;
        height: 40px;
        width: 150px;
        text-align: center;
        line-height: 40px;
        background-color: black;
        color: white;
        left: 48%;
        margin-top: 30px;
        cursor: pointer;
    }
    #logIn2 {
        position: relative;
        height: 40px;
        width: 165px;
        text-align: center;
        line-height: 40px;
        background-color: black;
        color: white;
        left: 44%;
        margin-top: 30px;
        cursor: pointer;
        margin-bottom: 0px;
    }
    #specifications {
        width: 75%;
        position: relative;
        left: 14%;
        margin-top: 35px;
    }
    #memberInfo4 {
        position: relative;
        width: 100%;
        left: 0%;
    }
    #forgot {
        text-align: right;
        width: 87%;
        font-size: 15px;
        margin-top: 13px;
    }
    #setNewPassword{
        width: 80%;
        margin: 0 auto;
        left: 0;
        margin-top: 20px;
    }
    #memberInfo3{
        width: 100%;
        left: 0px;
    }
}