input,
input::placeholder,
select,
textarea,
textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 300;
}

input {
    border: none;
    border-radius: 3px;
    padding: .7em 1.425rem;
    width: 100%;
}

input,
textarea {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 300;
    background-color: rgba(0, 0, 0, 0.15);
}

.select_country,
input {
    margin-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.15);
}

.select_country {
    height: 2.6rem;
    border-radius: 3px;
    position: relative
}

.select_country select {
    height: 2.6rem;
    padding: .125rem .125rem .0625rem 1.425rem;
    background: none;
    box-shadow: none;
    width: 100%;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.select_country select option {
    background-color: #07096f;
}

.select_country:after {
    position: absolute;
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 258.07 138.11" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" image-rendering="optimizeQuality" fill-rule="evenodd" clip-rule="evenodd"><path fill="none" stroke="#B0B0B0" stroke-width="12.83" stroke-miterlimit="22.926" d="M4.54 4.54l124.5 124.5 124.5-124.5"/></svg>');
    top: 13px;
    right: 15px;
    pointer-events: none
}

textarea {
    width: 100%;
    border-radius: 3px;
    padding: 15px 0 90px 1.425rem;
    resize: none;
    height: 170px;
    margin-bottom: 20px;
    font-weight: 300;
    font-style: normal;
    border: none;
    overflow-y: hidden
}

:focus {
    outline: 0 auto -webkit-focus-ring-color !important
}

.btn-gradient {
    height: 40px;
    line-height: 1;
    text-transform: uppercase;
    padding: 10px 60px;
    letter-spacing: 3px;
}

.float-ethereum {
    position: absolute;
    display: none;
}

@media (min-width:768px) {
    .form_container {
        max-width: 500px;
        margin: 0 auto
    }

    .btn-gradient {
        font-size: 0.90rem;
        padding: 10px 100px;
    }

    .float-ethereum {
        display: block;
        width: 25%;
        top: 30%;
        right: -8%;
    }
}