h1{

    font-size:28px;

    text-align:center;

    margin-bottom:10px;

}

.subtitle{

    text-align:center;

    color:#b8bcc6;

    font-size:14px;

    line-height:1.5;

    margin-bottom:24px;

}

.field{

    margin-bottom:18px;

}

.field label{

    display:block;

    margin-bottom:8px;

    color:#d7dce5;

    font-size:14px;

    font-weight:600;

}

.field input,
.field textarea{

    width:100%;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.12);

    border-radius:16px;

    padding:14px 16px;

    color:#fff;

    font-size:15px;

    outline:none;

    transition:.25s;

}

.field input::placeholder,
.field textarea::placeholder{

    color:#7d8795;

}

.field input:focus,
.field textarea:focus{

    border-color:#F4B400;

    box-shadow:
        0 0 18px rgba(244,180,0,.20);

}

.field textarea{

    resize:none;

    min-height:110px;

}

input[readonly]{

    color:#8fd4ff;

}