@charset "utf-8";
/* CSS Document */

<style>

      body {
      display: flex;
      justify-content: center;
      height: 100%;
      background-color: lightsteelblue;
      margin-top: 0px;
      }
      div, form, input, p { 
      padding: 0;
      margin: 0;
      outline: none;
      font-family: Arial, sans-serif;
      font-size: 14px;
      font_weight: normal;
      color: #666;
     }
      .specialmsg  { 
      padding: 0;
      margin: 0;
      outline: none;
      font-family: Roboto, Arial, sans-serif;
      font-size: 12px;
      color: #666;
       }
           
      h1 {
      padding: 10px 0;
      font-size: 32px;
      font-weight: bold;
      color: #000000;
      text-align: center;
      }
           
      h2 {
      font-size: 25px;
      font-weight: bold;
      }
           
      p {
      font-size: 12px;
      }
      hr {
        display: block;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        margin-left: auto;
        margin-right: auto;
        border-style: inset;
        border-width: 1px;
        color: black;
      }
      .main-block {
      max-width:900px; 
      min-height: 460px; 
      padding: 10px 0;
      }
      form {
      margin: 0 30px;
      }
      .account-type, .gender {
      margin: 15px 0;
      }
      
      label#icon {
      margin: 0;
      border-radius: 5px 0 0 5px;
      }
      label.radio {
      position: relative;
      display: inline-block;
      padding-top: 4px;
      margin-right: 20px;
      text-indent: 30px;
      overflow: visible;
      cursor: pointer;
      }
      label.radio:before {
      content: "";
      position: absolute;
      top: 2px;
      left: 0;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: #1c87c9;
      }
      label.radio:after {
      content: "";
      position: absolute;
      width: 9px;
      height: 4px;
      top: 8px;
      left: 4px;
      border: 3px solid #fff;
      border-top: none;
      border-right: none;
      transform: rotate(-45deg);
      opacity: 0;
      }
      input[type=radio]:checked + label:after {
      opacity: 1;
      }
      input[type=text], input[type=password] {
      width: calc(100% -40px);
      height: 27px;
      padding-left: 10px; 
      border-radius: 0 5px 5px 0;
      border: solid 1px #cbc9c9; 
      box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
      background: #fff; 
      }
      .input_select {
      width: calc(100% -40px);
      height: 27px;
      padding-left: 10px;
      padding-bottom: 5px;
      border-radius: 0 5px 5px 0;
      border: solid 1px #cbc9c9; 
      box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
      background: #fff; 
      }
      input[type=password] {
      margin-bottom: 15px;
      }
      #icon {
      display: inline-block;
      padding: 9.3px 15px;
      box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
      background: #cbc9c9;
      color: #000;
      text-align: center;
      }
      .btn-block {
      margin-top: 10px;
      text-align: center;
      }
      button {
      width: 100%;
      padding: 10px 0;
      margin: 10px auto;
      border-radius: 5px; 
      border: none;
      background: #1c87c9; 
      font-size: 14px;
      font-weight: 600;
      color: #fff;
      }
      button:hover {
      background: #26a9e0;
      } 

    .menubutton1 {
  background-color:crimson;
  border: none;
  border-radius: 5px;
  width: 150px;
  color: #fff;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
}

    .menubutton2 {
  background-color:green;
  border: none;
  border-radius: 5px;
  color: #fff;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
}

    .menubutton3 {
  background-color:blue;
  border: none;
  border-radius: 5px;
  color: #fff;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
}

    .menubutton4 {
  background-color:cadetblue;
  border: none;
  border-radius: 5px;
  color: white;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
}

a:link {
     text-decoration: none;
     font-family: Gotham, Arial;
     font-size: 10pt;
     color: gray;
    font-weight: normal; 
     
}

a:hover {
     text-decoration: none;
     font-family: Arial;
     font-size: 10pt;
     color: gray;
     font-weight: normal;
}

a:visited {
     text-decoration: none;
     font-family: Arial;
     font-size: 10pt;
     color: gray;
     font-weight: normal;
}

a:link.white {
     text-decoration: none;
     font-family: Gotham, Arial;
     font-size: 10pt;
     color: white;
    font-weight: normal; 
     
}

a:hover.white {
     text-decoration: none;
     font-family: Arial;
     font-size: 10pt;
     color: white;
     font-weight: normal;
}

a:visited.white {
     text-decoration: none;
     font-family: Arial;
     font-size: 10pt;
     color: white;
     font-weight: normal;
}

.rcorners1 {
border-radius: 15px;
background: #ffffff;
width: 70%;
font-weight: bold;
padding:30px 30px 30px 30px;
}

.rcorners2 {
border-radius: 15px;
background: #ffffff;
width: 70%;
padding:5px 30px 5px 30px;
}
</style>


