body {
    background-color: #EAF1F5;
}

.approvals-form {

    padding: 1.7rem;
    margin: 0.2rem;
    margin-top: 2rem;
    background-color: white;
    border-radius: 10px;
}

.radioButtonsLabel {
    padding: 0.6rem 0rem;
}

.radioButtonsPaddig {

    padding-bottom: 1rem;
}


.ForFiles {

    padding-bottom: 2rem;
}

.labelForFiles{

    padding-bottom: .6rem;
}

.dontAccount {
   padding: 1rem;
}

.homeHeader {

    font-size: 10em;
}


  table {
    margin: 0.5rem;
    border-collapse: collapse;
    width: 100%;
    color: #588c7e;
    font-family: monospace;
    font-size: 1.2em;
    text-align: left;
     }
  th {
   background-color: #014E7F;
   color: white;
    }
  tr:nth-child(even) {background-color: #f2f2f2}


#logout {

        margin-right: .5rem!important;
}



.pointer {
  cursor: pointer;
}

label {
    font-weight: 550;
}