@import url('Common.css');

h1 {
    font-size: 2rem; 
    text-align: center;
}
#target {
    margin-left: 2rem;
}
.form-group { 
    margin-bottom: 15px; 
}
h2 {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0.2rem 1rem 0rem;
    background-color: #FFC5D8;
    text-shadow: 2px 2px 0px #ff55ff,-2px 2px 0px #ff55ff,2px -2px 0px #ff55ff,-2px -2px 0px #ff55ff,2px 2px 0px #ff55ff;
  }
h3::before {
    content: "";
    display: inline-block;
    background-color: rgb(51, 85, 255);
    width: 0.6rem;
    height: 1.8rem;
    margin-right: 0.5rem;
    vertical-align: middle;
}
input[type="text"], input[type="email"], input[type="tel"] { 
    width: 50%;
    font-size: 1rem; 
    padding: 0.2rem 1rem;
}
.readonly { 
    background-color: #f0f0f0; 
}
small a {
    text-decoration: none; 
    color: inherit; 
    font-size: 0.7rem;
}
button#updateButton {
    background-color: rgb(255, 120, 255);	
}
.submit {
    margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
    input[type="email"] {
        width: 90%;
    }
    input[name="salonName"] {
        width: 90%;
    }
}