/* form {
    margin-left: 15%;
    margin-right: 5%;
    margin-top: 5%;
    text-indent: 3%;
} 

fieldset {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
border: 0px;
}
*/

label {
    display: inline;
    float: left;
    padding-left: 0px;
    width: 20%;
    font-size: 0.875em;    
}

.form_divs {
    padding: 3px 0 3px 0;
}

input {
    border: 2px solid #cac3b7;
    border-radius: 3px;
    background-color: #cac3b7;
    font-size: 0.875em;
}

textarea {
    border: 2px solid #cac3b7;
    border-radius: 3px;
    background-color: #cac3b7;
    overflow: auto;
    font-size: 0.875em;    
}

select {
    border: 2px solid #cac3b7;
    border-radius: 3px;
    background-color: #cac3b7;
    font-size: 0.875em;
}

@media only screen and (min-width: 5120px) and (min-height:3840px) and (min-aspect-ratio:5/4) and (max-aspect-ratio:32/21)     {
    /* for > 4k - aspect ration from too narrow to 4:3 */
    label{
        font-size: 2em;
    }
    input{
        font-size: 2em;
    }
}

@media only screen and (min-width: 5120px) and (min-height:3840px) and (min-aspect-ratio:32/21) and (max-aspect-ratio:32/15)    {
    /* for > 4k - aspect ration for widescreen from too short for background*/
    label{
        font-size: 2em;
    }
    input{
        font-size: 2em;
    }
}

@media only screen and (min-width: 3840px) and (max-width:5119px) and (min-aspect-ratio:5/4) and (max-aspect-ratio:32/21)     {
    /* for 4:3 desktop - aspect ration from too narrow to 4:3 */
    label{
        font-size: 2em;
    }
    input{
        font-size: 2em;
    }
}

@media only screen and (min-width: 3840px) and (max-width:5119px) and (min-aspect-ratio:32/21) and (max-aspect-ratio:32/15)    {
    /* for widescreen desktop - aspect ration for widescreen from too short for background*/
    label{
        font-size: 2em;
    }
    input{
        font-size: 2em;
    }
}

@media only screen and (min-width: 1920px) and (max-width:3839px) and (min-aspect-ratio:5/4) and (max-aspect-ratio:32/21) {
    /* for 4:3 desktop - aspect ration from too narrow to 4:3 */
    label{
        font-size: 1em;
    }
    input{
        font-size: 1em;
    }
}

@media only screen and (min-width: 1920px) and (max-width:3839px) and (min-aspect-ratio:32/21) and (max-aspect-ratio:32/15)    {
    /* for widescreen desktop - aspect ration for widescreen from too short for background*/
    label{
        font-size: 1em;
    }
    input{
        font-size: 1em;
    }
}

@media only screen and (min-width: 1440px) and (max-width:1919px) and (min-aspect-ratio:5/4) and (max-aspect-ratio:32/21) {
    label{
        font-size: .75em;
    }
    input{
        font-size: .75em;
    }    /* for 4:3 laptop - aspect ration from too narrow to 4:3 */

}

@media only screen and (min-width: 1440px) and (max-width:1919px) and (min-aspect-ratio:32/21) and (max-aspect-ratio:32/15)    {
    /* for widescreen lap - aspect ration for widescreen from too short for background*/
    label{
        font-size: .75em;
    }
    input{
        font-size: .75em;
    }
}

@media only screen and (min-width: 1024px) and (max-width:1439px) and (min-aspect-ratio:5/4) and (max-aspect-ratio:32/21) {
    /* for 4:3 laptop - aspect ration from too narrow to 4:3 */
    label{
        font-size: .75em;
    }
    input{
        font-size: .75em;
    }
}

@media only screen and (min-width: 1024px) and (max-width:1439px) and (min-aspect-ratio:32/21) and (max-aspect-ratio:32/15)    {
    /* for widescreen lap - aspect ration for widescreen from too short for background*/
    label{
        font-size: .75em;
    }
    input{
        font-size: .75em;
    }
}

@media only screen and (max-width: 1023px) and (min-aspect-ratio:5/4) and (max-aspect-ratio:32/21) {
    /* for 4:3 laptop - aspect ration from too narrow to 4:3 */
    label{
        font-size: .75em;
    }
    input{
        font-size: .75em;
    }
}

@media only screen and (max-width:1023px) and (min-aspect-ratio:32/21) and (max-aspect-ratio:32/15)    {
    /* for widescreen lap - aspect ration for widescreen from too short for background*/
    label{
        font-size: .75em;
    }
    input{
        font-size: .75em;
    }
}