.row {
    margin-right: 0px;
    margin-left: 0px;
}

.col-15 {
    float: left;
    width: 20%;
    margin-top: 10px;
    padding-right: 0.4rem;
}

.containerOne {
    width: 100%;
    background-color: #0000000d;
    float: left;
    padding: 1rem;
    border-radius: 35px;
    height: 100%;
    padding-left: 6px;
    padding-right: 6px;
}
.Filters-options {
    float: left;
    border-radius: 10px;
    padding-left: 6px;
    width: 20%;
    margin-top: 1rem;
}

input[type=text], select, textarea {
    width: 100%;
    padding: 7px;
    border: 1px solid transparent;
    border-radius: 4px;
    resize: vertical;
    margin-top: 0.4rem;
    outline: none;
    background-color: #ffffffa3;
    font-family: 'Poppins', sans-serif;
    font-size: 0.65rem;
    font-weight: 300;
}

input[type=submit] {
    background-color: #000000;
    width: 100%;
    color: white;
    padding: 9px 20px;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    float: right;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    outline: none;
    margin-top: -25px;
}

@media screen and (max-width: 794px){

    .containerOne {
        width: 100%;
        background-color: #0000000d;
        float: left;
        padding: 1rem;
        border-radius: 0px;
        height: 100%;
        padding-left: 6px;
        padding-right: 6px;
    }
    
    
}

/*Fonts*/
.nav-link {
    display: block;
    margin-right: 0px;
    transition: color .5s;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 2px;
    font-weight: Bold;
    letter-spacing: 0.14px;
    color: #939393;
    opacity: 1;
}

h7 {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}

label {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    margin-bottom: 0px;
    color: black;
  }

/* Side nav*/
  
#signOutbtn {
    background-color: #F35B04;
    width: 80%;
    color: white;
    padding: 9px 20px;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    font-size: 1.3rem;
    outline: none;
    float: none;
    height: 4rem;
  }
  
  .login-btn {
    width: 100%;
    height: 5rem;
    background-color: white;
    border-radius: 6px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: 1rem;
    margin-top: 1.6rem;
  }
  
  
  .login-container {
    width: 100%;
    bottom: 0px;
    text-align: left;
    padding-top: 8%;
    padding-left: 4%;
  }

  #model {
    font-size: 0.9rem;
}

input[type=text], select, textarea {
    font-size: 0.9rem;
}

input[type=submit] {
    font-size: 1rem;
}

@media screen and (max-width: 794px){
    .mobile-link {
        font-size: 1rem !important;
    }

    input[type=submit] {
        background-color: #000000;
        width: 100%;
        color: white;
        padding: 9px 20px;
        border: none;
        border-radius: 7px;
        cursor: pointer;
        float: right;
        font-weight: 500;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        font-size: 0.8125rem;
        outline: none;
        margin-top: 0px;
    }

    h2 {
        font-family: 'Poppins', sans-serif;
        color: #939393;
        text-align: left;
        font-size: 1.2rem;
        letter-spacing: 0.1px;
        opacity: 1;
        font-weight: 300;
        margin: 0px;
    }

    .heading {
        font-size: 1rem;
    }

    h3 {
        font-size: 1.2rem;
    }

    .col-15 {
        float: left;
        width: 50%;
        margin-top: 10px;
        padding-right: 0rem;
    }

    #region{
        float: right;
        width: 98%;
    }

    #fname{
        float: right;
        width: 98%;
    }

    #engineC{
        float: left;
        width: 98%;
    }
}

@media screen and (max-width: 315px){
    .col-25 {
        float: left;
        width: 104%;
        margin-top: 10px;
        padding-right: 0.5rem;
    }

    .col-75 {
        float: right;
        width: 100%;
        margin-top: 10px;
    }
}

