p { font-weight: bold; padding:7px; }
input { color: white; }
input[type="email"] {  width: 100%; background:#12163b; border-radius:10px; padding:15px 20px;}
input[type="text"] { width: 100%; background:#12163b; border-radius:15px; padding:15px 20px;}

textarea { color: white; width: 100%; background:#12163b; border-radius:20px; padding:15px 20px; }

.container { display: block; position: relative; padding-left: 35px; margin-bottom: 12px; cursor: pointer; }
    .container input[type="radio"] { position: absolute; opacity: 0;}
        .container input[type="radio"]:checked ~ .check { background-color: #12163b; }
        .container input[type="radio"]:checked ~ .check:after { display: block; }
    .container .check:after { top: 9px; left: 9px; width: 8px; height: 8px; border-radius: 50%; background: white;}

.check { position: absolute; top: 0; left: 0; height: 25px; width: 25px; background-color: #12163b; border-radius: 50%; }
    .check:after { content: ""; position: absolute; display: none; }