body {
    background: transparent;
    font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS';
}

.main {

    background: white;
    width: 400px;
    height: 400px;
    margin: 7em auto;
    /*border-radius: 1.5em;*/
    vertical-align: middle;
}
.main2 {

    background: white;
    width: 400px;
    height: 300px;
    margin: 7em auto;
    /*border-radius: 1.5em;*/
    vertical-align: middle;

}

.sign {
    border-radius: 25px;
    padding-top: 40px;
    color: black;
    font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS';
    font-size: 23px;
}

.un {
width: 76%;
color: black;
/*font-weight: 700;*/
font-size: 14px;
background: white;
padding: 10px 20px;
border: none;
border-radius: 25px;
/*border-radius: 20px;*/
outline: none;
box-sizing: border-box;
border: 2px solid black;
margin-bottom: 50px;
margin-left: 46px;
text-align: center;
margin-bottom: 27px;
font-family:   'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS';
}

form.form1 {
    padding-top: 40px;
}

form.form2 {
    padding-top: 100px;
}

.pass {
width: 200px;
height: 30px;
color: black;
/*font-weight: 700;*/
font-size: 14px;
background: white;
border: none;
border-radius: 25px;
/*border-radius: 20px;*/
outline: none;
box-sizing: border-box;
border: 2px solid black;
text-align: center;
font-family:  'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS';
}

.pass2 {
    width: 76%;
    color: black;
    /*font-weight: 700;*/
    font-size: 14px;
    background: white;
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    /*border-radius: 20px;*/
    outline: none;
    box-sizing: border-box;
    border: 2px solid black;
    margin-bottom: 50px;
    margin-left: 46px;
    text-align: center;
    margin-bottom: 27px;
    font-family:   'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS';
    }
    


.un:focus, .pass:focus {
    border: 2px solid black !important;
    
}
.cancel {
    cursor: pointer;
      /*border-radius: 5em;*/
      height:40px;
      color: black;
      background: white;
      border: 2px solid black;
      font:black;
      padding-left: 40px;
      padding-right: 40px;
      padding-bottom: 10px;
      padding-top: 10px;
      border-radius: 25px;
      font-family:  'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS';
      font-size: 13px;
      
  }
.submit {
  cursor: pointer;
    /*border-radius: 5em;*/
    color: black;
    background: white;
    border: 2px solid black;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 25px;
    height:24px;
    font-family:  'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS';
    font-size: 12px;
}
.activate_surf_forecast {
    cursor: pointer;
      /*border-radius: 5em;*/
      color: white;
      background: black;
      border: 2px solid black;
      padding-left: 5px;
      padding-right: 5px;
      border-radius: 25px;
      height:23px;
      font-family:  'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS';
      font-size: 13px;
  }
  .activate_surf_forecast_ok {
    cursor: pointer;
      /*border-radius: 5em;*/
      color: black;
      background: white;
      border: 2px solid black;
      padding-left: 5px;
      padding-right: 5px;
      border-radius: 25px;
      height:23px;
      font-family:  'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS';
      font-size: 13px;
  }
  
.submit:disabled {
    cursor: pointer;
      /*border-radius: 5em;*/
      color: lightgrey;
      background: white;
      border: 2px solid lightgrey;
      padding-left: 4px;
      padding-right: 4px;
      border-radius: 25px;
      height:24px;
      font-family:  'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS';
      font-size: 12px;
  }

.forgot {
    color: black;
    padding-top: 15px;
    font-size:small;
}

a {
    color: black;
    text-decoration: none
}

    

