﻿* {
    box-sizing: border-box;
}


input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 3px solid #7c7c7b;
    border-radius: 4px;
    resize: vertical;
}
.roww {
    background: transparent;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

label {
    padding: 12px 12px 12px 0;
    display: inline-block;
    color: black;
}

input[type=submit] {
    background-color: purple;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

    input[type=submit]:hover {
        background-color: #45a049;
    }

.container {
    /*background-image: url("images/Tatt.png");
    background-repeat: no-repeat, repeat;
    background-color: #cccccc;
    background-size: cover;*/
    /*background-image: url("images/IMG-20210802-WA0014.jpg")*/
    /*margin: auto;*/
    /*width: 850px;*/
    /*width: 1050px;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;*/
    padding-left: 195px;
    padding-right: 35px;
    padding-top: 35px;
    padding-bottom: 150px;
    background-image: url(images/xy.jpg);
    margin: auto;
    width: 1350px;
    background-color: #f2f2f2;
    /*padding: 120px;*/
    background-repeat: no-repeat, repeat;
    background-color: #cccccc;
    /*background-size: cover;*/
}
.boxx {
    background-color: #E6E6FA;
    width: 725px;
    padding: 10px;
    border: 5px solid #E6E6FA;
    margin: 0;
    border-radius: 25px;
}
    .col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-75 {
    background: transparent;
    float: left;
    width: 45%;
    margin-top: 6px;
}

input[type=date], select, textarea {
    width: 50px;
    padding: 12px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    resize: vertical;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}
/*a {
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
}*/

.previous {
    background-color: #800080;
    color: white;
}
.round {
    border-radius: 30%;
}
#fname {
    background: transparent;
    z-index: 1;
}
#lname {
    background: transparent;
    z-index: 1;
}
#email {
    background: transparent;
    z-index: 1;
}
#VehicleMake {
    background: transparent;
    z-index: 1;
}
#VehicleModel {
    background: transparent;
    z-index: 1;
}
#Fueltype {
    background: transparent;
    z-index: 1;
}
#VehicleRegnum {
    background: transparent;
    z-index: 1;
}
#vehicleRegYear {
    background: transparent;
    z-index: 1;
}

