﻿        .auto-style1 {
            width: 400px;
           
        }
        .auto-style2 {
            width: 235px;
        }
         .auto-style2ab {
          
            padding: 10px;
           align-content: center;
           text-align: left;
           width: 400px;
           
        }
        .auto-style2abc {
            
            padding: 10px;
            
            align-content: center;
        }
        .auto-style3 {
            width: 318px;
        }
        .auto-style4 {
            width: 450px;
            
        }
        .auto-style5 {
            text-align: center;

        }
        .auto-style6 {
            width: 100px;
        }
        .StyleBold{
            
            font-weight: bold;
            text-align: center;
            font-size: small;
        }
        .ErrorMessage {
            color: red;
        }
         .auto-styleX {
            width: 800px;
        }
    body {

background-color: white;
font-family: Arial;
color: black;
         }
 

        .auto-style8 {
            width: 120px;
            height: 35px;
        }
           .headerSurvey {
           font-weight: bold;

        }
.button {
    background-color: #F68E1E;
    border-color: White;
    border-style: Solid;
    color: White;
    font-family: Arial;
}
.button:hover {
    background-color: white;
    color: grey;


}

