body form {
    margin: 0 auto
}

.ssl-form {
    max-width: 1080px
}

.ssl-form .row {
    width: 50%;
    display: inline-flex;
    margin-top: 10px
}

.ssl-form .row:last-child {
    margin-left: 50%;
    position: relative
}

.ssl-form input {
    width: 60%;
    height: 40px;
    line-height: 40px;
    padding: 2px 4px;
    outline-style: none
}

.create-ssl {
    width: 108px;
    height: 38px;
    line-height: 38px;
    color: white;
    border-radius: 4px;
    background-color: #1e90ff;
    border: 1px solid #1e90ff;
    cursor: pointer
}

a {
    color: blue;
    text-underline: none
}

.notice {
    color: #cccccc;
    margin-left: 10px
}

.ssl-result {
    margin-left: 20px
}