form{
  width:630px;
  max-width:100%;
  margin: 12px auto;
}

.clf-form, .clf-form *{
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif!important;
  font-size: 15px !important;
  color: #2f2f2f;
}

.clf-form input[type="text"], .clf-form input[type="password"],
.clf-form input[type="email"], .clf-form input[type="number"],
.clf-form input[type="date"], .clf-form input[type="search"],
.clf-form input[type="tel"], .clf-form input[type="url"],
.clf-form textarea, .clf-form select{
    border:1px solid #979797;
    background-color:#fff;
    border-radius: 0;
    padding:11px 15px;
    box-shadow: none;
}
.clf-form input[type="checkbox"]{
    outline: 1px solid #979797;
    border-radius: 0;
    border: 0;
    background: #fff;
    box-shadow: none;
    margin-right: .5rem;
    margin-left: .2rem;
}

.clf-form select{
  height:45px;
   -webkit-appearance: none;
  padding-right:25px;
  background-image: url(arrow-down.svg);
  background-position: right center;
  background-repeat: no-repeat;
  color:#757575;
}


.clf-form select option{
  color:#757575;
}
 
/* #FirstNameSet,#EmailSet,#CountryIDSet{width: calc(50% - .375rem);float:left;margin-right:.375rem}
#LastnameSet,#TelephoneSet,#CitizenshipSet{width: calc(50% - .375rem);float:left;margin-left:.375rem} */

.clf-form .clf-d-submitbutton {
    width: 100%;  
    color: #fff !important;
    padding: 1rem;
    background-image: linear-gradient(90deg, #b7853d, #b7853d);
    font-size: 16px !important;
    border-radius: 0;
    font-weight: 600;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.clf-form .clf-d-fieldset{margin-bottom:.625rem}

.clf-form .clf-text-italic{ font-style: normal; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  text-transform: capitalize;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  text-transform: capitalize;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  text-transform: capitalize;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  text-transform: capitalize;
}

::placeholder {
  /* Recent browsers */
  text-transform: capitalize;
}
@media screen and (max-width: 349px) {
  #FirstNameSet,
    #EmailSet,
    #CountryIDSet,
    #LastnameSet,
    #TelephoneSet,
    #CitizenshipSet {
      width: 100%;
      float: none;
      margin:0;
    }
  /* .clf-form .clf-d-fieldset,.clf-form #ExpectedStartDateSet.clf-d-fieldset,.clf-d-submitbutton{width:100%; text-align: center}
  #FirstNameSet,#LastnameSet,#TelephoneSet,#EmailSet{width:100%;}
  .clf-form .clf-d-fieldset#ReceiveMessageFieldSet{margin-left: 0}
  #Comment2Set textarea{height:72px} */

}

@media screen and (min-width: 1080px) {
  body{
    background-image: url(https://calbeautycollege.edu/images/logo-site-02.png);
      background-repeat: no-repeat;
      background-position: top 1rem left 1rem;
      background-attachment: fixed;
    }
  }
}
