﻿body {
}

.text_form input[type=text] {
    width: 245px;
    height: 45px;
    border: 1px solid #383f47;
    background-color: #2f353c;
    padding: 0 10px;
    color: #777;
}

.button_form input[type=submit] {
    color: white;
    background-color: #26a97d;
    border: solid 1px #2b94d9;
    /* line-height: 60px;*/
    height: 40px;
    /* width: 100px;*/
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

.button_form button {
    color: white;
    background-color: #26a97d;
    border: solid 1px #2b94d9;
    line-height: 60px;
    height: 60px;
    width: 100px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

.button_form a {
    color: white;
    background-color: #26a97d;
    border: solid 1px #2b94d9;
    line-height: 60px;
    height: 60px;
    width: 100px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

.button_form label {
    color: white;
    background-color: #26a97d;
    border: solid 1px #2b94d9;
    line-height: 60px;
    height: 60px;
    width: 100px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
