﻿body {
    background: url("../images/IndexBackground.png");
    background-size: cover;
    height: 100%;
}
header{
    margin-top:50px;
}

#title {
    color: #5C6478;
}

#MainForm {
    display: block;
    margin: auto;
    margin-top: 35px;
    width: 250px;
}

#MainForm label {
    display: block;
    margin-bottom: 0;
    font-size: 12px;
    color: white;
}

#MainForm #Email {
    width: 100%;
}

#MainForm #Vin {
    margin-bottom: 15px;
    width: 100%;
}

#Submit {
    display: block;
    margin: auto;
    margin-top: 25px;
    font-weight: bold;
    font-size: 12px;
    width: 80px;
    background-color: #85e8e8;
    border: none;
}

#errorTxtWrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    text-align:center;
    margin:auto;
    margin-top: 25px;
    font-size: 12px;
    width: 220px;
    border: none;
    color: white;
}

#errorTxt {

}

.amazonImgWrapper {
    margin-top: 17vh
}

#AmazonImg {
    width: 500px;
}

#warningImg {
    height: 25px;
    margin-right: 20px;
}

#SuccessWrapper {
    text-align: center;
    color: white;
    margin-top: 95px;
}

    #SuccessWrapper > img {
        height: 80px;
        margin-bottom: 30px;
    }

    #SuccessWrapper > p {
        font-size: 26px;
        font-weight: bold;
    }

    #SuccessWrapper > button {
        border: none;
        text-decoration: underline;
        background-color: transparent;
        color: white;
        margin-top: 80px;
    }