.logincontent {
    width: 100%;
    height: 86%;
    padding-top: 14%;
}
.signinlogin {
    width: 360px;
    height: 360px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    border-radius: 60px;
}
.signincontent {
    width: 360px;
    height: 340px;
    text-align: center;
    padding-top: 20px;
    color: #5F7883;
}
.signincontent h3 {
    -webkit-font-smoothing: antialiased;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 300;
    font-size: 35px;
    line-height: 1.2;
}

.signcontent {
    width: 360px;
    height: 150px;
    text-align: center;
    margin-top: 20px;
}
.signcontent input {
    width: 200px;
    height: 36px;
    margin-bottom: 4px;
    border: solid 0px #5F7883;
    border-bottom: solid 1px #5F7883;

    font-family: 'Helvetica Neue', sans-serif;
    font-size: 19px;
    font-weight: 200;
}
.signcontent input:focus {
    outline: none;
}
.signcontent button {
    margin-top: 15px;
}

#down {
    width: 100%;
    position : absolute;
    bottom : 10px;
    text-align: center;
    right: 20px;
}