 body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #702910;
  background: linear-gradient(0deg, rgba(112, 41, 16, 1) 12%, rgba(117, 21, 32, 1) 20%, rgba(16, 97, 39, 1) 74%, rgba(26, 122, 64, 1) 88%, rgba(46, 158, 100, 1) 100%, rgba(10, 128, 32, 1) 100%);
    }
    body, div, h1, form, input, p { 
    padding: 0;
    margin: 0;
    outline: none;
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    color: #666;
    }
    h1 {
    padding: 10px 0;
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    }
    p {
    font-size: 12px;
    }
    hr {
    color: #a9a9a9;
    opacity: 0.3;
    }
    .main-block {
    width: 730px; 
    min-height: 650px; 
    padding: 10px 0;
    margin: auto;
    border-radius: 5px; 
    border: solid 1px #ccc;
    box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
    background: #ebebeb; 
    }
    form {
    margin: 0 30px;
    }
    .account-type, .gender {
    margin: 15px 0;
    }
    input[type=radio] {
    display: none;
    }
    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] {
    min-width: 231px;
    height: 36px;
    margin: 26px 0 0 -5px;
    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[type=password] {
    margin-bottom: 15px;
    }
  #image{padding-top: 10px;}

    #icon {
    display: inline-block;
    padding: 7.3px 6px;
    box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
    background: #1c87c9;
    color: #fff;
    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;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #26a9e0;
    }
    button:hover {
    background: #26a9e0;
    }
  
    .colums{
      max-width: 750px;
    }
    .colums> .form-left{
      max-width: 365px;
      float: left;
    }
    .colums> .form-right{
      max-width: 365px;
      float: right;
      }

    select {
          min-width: 160px;
          padding: 8px;
          margin: 11px;
          font-size: 12px;
      }

      @media only screen and (max-width: 600px) {
        .main-block{
            width: 95%;
            height: 550px;
            margin:0 auto;
            padding: 0px;
        }

      }