﻿#connectionSection form input[type=text] {
    border-radius:5px; 
    border-style:none;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    border: solid 1px rgb(149,149,149);
}

#connectionSection form input[type=submit] {
    background-color: rgb(0,114,187);
    color: white;
    border: none;
    padding: 4px 10px;
    margin-left: 5px;
}

#connectionSection form input[type=submit]:disabled {
    background-color: rgb(0,80,100);
    color: gray;
}

.sealUpdate {
    margin-top: 5px;
}

.signupResults {
    color: red;
}

#goalsSection .goalItemC{
    
}

#goalsSection .goalItemC .goalTextC{
    color: black;
    font-size: 17px;
    padding-left: 15px;
}

#goalsSection .goalItemC .goalTextC::before {
  content: '';
  position: absolute;
  border-color: rgb(0,114,187);
  border-style: solid;
  border-width: 0 5px 0 0;
  height: 35px;
  top: 11px;
  left: 0px;
  margin-top: 0px;
}

#goalsSection .goalItemC .goalNumberC{
    color: rgb(30,170,83);
    font-size: 40px;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;

}


/*#connectionSection form input[type=text]::-webkit-input-placeholder {
   margin-left: 5px;
}

#connectionSection form input[type=text]:-moz-placeholder { 
   margin-left: 5px;
}

#connectionSection form input[type=text]::-moz-placeholder { 
   margin-left: 5px;
}

#connectionSection form input[type=text]:-ms-input-placeholder {  
   margin-left: 5px;
}*/
