﻿.info {
    width:calc(100% - 20px);
    margin:10px auto;
    table-layout:fixed;
    border-spacing:10px;
}

.header {
    background:orangered;
    line-height:25px;
    color:white;
    font-size:16px;
    padding:5px;
    border-radius:4px;
}

.label {
    width:100px;
    white-space:nowrap;
}

.err {
    font-size:20px;
    color:red;
}

.data {
     padding:5px;
     border:1px solid gray;
     border-radius:4px;
}

.info input:not([type=submit]) {
    width:100%;
    height:100%;
    border:none;
    outline:none;
}
.btn {
    border:none;
    outline:none;
    padding:8px 40px;
    background:#105caa;
    border-radius:4px;
    color:white;
    cursor:pointer;
    margin:5px;
    display:inline-block;
    }
    .btn:hover {
        background:royalblue;
    }
    .btn a {
    color:white;
    }


.description {
    color: gray;
}
.capcha img {
    width: 150px;
}
.submitholder {
    text-align:center;
}