﻿@charset "utf-8";


article {
    width: 450px;
    margin: 40px auto 0px;
    /*outline: 2px solid red;*/
}

    article h1 {
        text-align: center;
        font-weight: bold;
        font-size: 30px;
        padding-bottom: 60px;
    }


article form label{
    font-weight: bold;
    display: block;
    margin-top:20px;
}

    article form div input {
        width: 450px;
        height: 50px;
        margin: 0px 0 20px;
        border-width: 0px 0px 1px 0px;
        border-color: #c1c1c1;
        background-color: #F7F7F7;
    }

    article form > input {
        margin-top: 40px;
        background-color: #222222;
        width: 450px;
        height: 58px;
        font-size: 18px;
        font-weight: bold;
        color: white;
    }
.phone_id {
    display: none;
}
