* {
    font-family: HelveticaNeueW01-55Roma, HelveticaNeueW02-55Roma, HelveticaNeueW10-55Roma, sans-serif;
}

input[type=submit]:hover {
    background-color: #42b72a;
}

input[type=submit] {
    width: 40%;
    height: 35px;
    background-color: #42b72a;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
}

.submit_button {
    text-align: center;
    margin-left: 0px;
    margin-top: -20px;
    padding: 25px;
}

.Head {
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 18px;
    margin-left: 15px;
}

.Sub_head {
    color: #626972;
    margin-top: -20px;
    margin-bottom: 30px;
    margin-left: 17px;
}

a {
    color: #5f82c6;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

form {
    width: 465px;
    height: auto;
    margin-left: 35%;
    margin-top: 3%;
    box-shadow: 0px 5px 8px 3px #aaa;
    background-color: white;
    z-index: 10;
    position: relative;
}

body {
    background-image: url(./img/facebook.png);
    background-size: cover;
    position: relative;
}

body::before {
    position: absolute;
    content: "";
    background-color: white;
    width: 100%;
    height: 100%;
    top: -70px;
    opacity: 0.6;
}

select {
    font-size: 15px;
    height: 42px;
    width: 30%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    padding-left: 5px;
}

.title_date {
    margin-left: 20px;
}

.date {
    text-align: center;
}

hr {
    margin-top: -15px;
    margin-bottom: 15px;
    opacity: 50%;
}

input[type=text],
input[type=password] {
    margin-top: 5px;
    width: 40%;
    padding: 12px 20px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 17px;
    background-color: #f5f6f7;
}

::placeholder {
    color: #8d949e;
    opacity: 1;
}

textarea:focus,
input:focus {
    outline: none;
}

input[type=text]:focus {
    
}

input[name=name] {
    margin-left: 20px;
    width: 205px;
}

input[name=surname] {
    margin-left: 15px;
    width: 205px;
}

input[name=phone] {
    margin-left: 20px;
    width: 428px;
}

input[name=password] {
    margin-left: 20px;
    width: 428px;
}

input[name=password]:focus {
    
}

.footer_text {
    margin-left: 20px;
    font-size: 14px;
    color: gray;
}

.title_date {
    margin-top: 10px;
    font-size: 14px;
}

.title_gender {
    margin-bottom: 8px;
    font-size: 14px;
    margin-left: 18px;
}

#in_female,
#in_male,
#in_other {
    margin-left: -1px;
}

#female_id {
    width: 27.5%;
    height: 25px;
    border: 1px solid #aaaa;
    padding: 10px 0px 0px 10px;
    border-radius: 5px;
    word-spacing: 65px;
}

#male_id {
    width: 27.5%;
    height: 25px;
    border: 1px solid #aaaa;
    padding: 10px 0px 0px 10px;
    border-radius: 5px;
    word-spacing: 70px;
}

#other_id {
    width: 27.5%;
    height: 25px;
    border: 1px solid #aaaa;
    padding: 10px 0px 0px 10px;
    border-radius: 5px;
    word-spacing: 30px;
}

.female {
    margin-top: 3px;
    margin-left: 19px;
}

.male {
    margin-top: -37px;
    margin-left: 162px;
}

.other {
    margin-top: -37px;
    margin-left: 306px;
}
#detail{
    display: block;
    margin-bottom: 1%;
    margin-left: 18px;
    margin-top: 4px;
}
#option,#custom_sex{
    width: 96%;
    height: 42px;
}
#text_custom{
    color: #626972;
}