#Main{
    width: 100%;
    height: 90vh;
}
#Login{
    border: 2px solid black;
    border-radius: 15px;
    max-width: 400px;
    margin: auto;
    margin-top: 100px;
    padding-top:10px;
    padding-bottom:20px;
}
.LoginInput{
    border: 2px solid green;
    border-radius: 5px;
    width: 90%;
    
    position: relative;
    top: 30px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    
    font-size: 200%;
}
.LoginButton{
    border: 2px solid #1f97e1;
    background-color: green;
    border-radius: 5px;
    width: 90%;
    
    position: relative;
    top: 30px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    
    font-size: 200%;
}
.LoginLabels{
    font-size: 200%;
    margin-left: 5%;
}
/*////////////////////////////////////////////////////////////////////////////*/

#SecondMain{
    border: 2px solid black;
    border-radius: 5px;
    background-color: #4CAF50;
    max-width: 100%;
    min-width: 300px;
    min-height: 10px;
    color: white;
}


.btn-group-buttons{
    width: 40%;
    max-width: 250px;
    background-color: #4CAF50; /* Green */
    border: 2px solid black;
    border-radius: 5px;
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}

/*////////////////////////////////////////////////////////////////////////////*/
.CreateAcctInputDiv, .SurveyInputDiv{
    width: 45%;
    max-width: 350px;
    background-color: #1f97e1;
    border: 2px solid black;
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    color: black;
}

.CreateAcctInput, .SurveyInput{
    width: 75%;
    max-width: 450px;
    font-size: 20px;
}

#CreateAccountSubmitButton, #EditAccountSubmitButton, #SubmitSurveyButton, .SubmitSurveyButton{
    width: 75%;
    max-width: 350px;
    background-color: #4CAF50;
    border: 2px solid black;
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    color: white;
}

.SelectAccountToEditDiv{
    width: 75%;
    max-width: 350px;
    background-color: green;
    border: 2px solid black;
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    color: white;
}
/*////////////////////////////////////////////////////////////////////////////*/
#ClientList{
    width: 75%;
    max-width: 450px;
    height: 200px;
    overflow-y: scroll;
    border: 2px solid black;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    color: white;
}
.ClientInfoDivs{
    border: 1px solid black;
    background-color: #1f97e1;
    width: 90%;
    max-width: 450px;
}
#EstimateListDiv{
    width: 100%;
 

    font-size: 16px;
    cursor: pointer;
    color: white;

}
.EstimateHeaderInput{
    width: 45%;
    max-width: 450px;
    border: 2px solid black;
    border-radius: 2px;
    font-size: 16px;
    margin: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.EstimateItem{
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    background-color: #1f97e1;
}
.EstimateSelects{
    width: 23%;
    max-width: 120px;
}
.SpecialServ{
    border: 2px solid green;
    border-radius: 5px;
    width: 85%;
    max-width: 450px;
    padding: 10px;
}

.ViewContractButton{
    width: 75%;
    max-width: 350px;
    background-color: #1f97e1;
    border: 2px solid black;
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    color: white;
}

#ContractIframe{
    width: 100%;
    max-width: 800px;
    height: fit-content;
    min-height: 1000px;
    background-color: white;
}

.HourLogID{
    width: 95%;
    max-width: 450px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.HourLogHours, #TotalTime{
    width: 95%;
    max-width: 450px;
    font-size: 16px;
    text-align: center;
}

#HourLog{
    width: 95%;
    max-width: 450px;
    border: 2px solid black;
    border-radius: 5px;

    background-color: #1f97e1;
}













