
html, body {
    color: #000;
    //background: #f7f7f7;
    font-size: 15px; font-family: "Open Sans",sans-serif; font-weight: 600; padding: 0; margin: 0; }
body {  }

.bold {
    font-weight: bold;
}
.center {
    text-align: center;
}
.font-15 {
    font-size: 15px;
}
.vmiddle {
    vertical-align: middle;
}

.blue {
    color: #073777;
}

.raleway {
    font-family: 'Raleway', sans-serif;
}

.panel-cont {
    position: relative;
    padding-top: 270px;
    padding-bottom: 20px;
}
.panel {
    width: 376px;
    margin: 0 auto 0 auto;
    background: #fff;

    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.35);
}

.top-picture {
    margin-bottom: 12px;
}

.header, .title, .nav, .block {
    padding: 28px 35px;
}
.title {
    text-align: center;
}
.title h1 {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin: 0;
    text-align: left;
}
.title p:nth-child(2) {
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 5px;
}
.title p:nth-child(3) {
    font-size: 22px;
    font-weight: bold;
    margin-top: -4px;
    margin-bottom: 12px;
}

.block {
    padding-top: 0;
}

.right { float: right; }
.hidden { display: none; }
.error {  color: #f00; }

h2 { font-size: 14px; font-weight: 600; line-height: 18px; }


input[type=text], input[type=password], input[type=email] {
    margin: 2px 0 10px;
    vertical-align: middle;
    background: none repeat scroll 0 0 #f7f7f7;
    color: #444;
    width: 180px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
    outline: 0 none;
    transition: border-color 0.05s ease-in-out 0s;
    padding: 0 5px;
    height: 32px;
}

.buttons {clear: both; padding-top: 10px; }
.buttons:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

a.button {
    line-height: 15px;
    color: #ffffff;
    text-decoration: none;
    padding: 3px 10px 4px;
    display: inline-block;
    font-size: 15px;
    border: 0;
    font-weight: 400;
    background: #5bcc08;
}

a.link { color: #ff3e00; }

dl dt {
    clear: both;
    float: left;
    line-height: 34px;
    padding: 2px 0 2px 0;
    width: 110px;
}

.alert-error {
    color: #f00;
}
.alert-error p {
    margin-bottom: 2px;
}
.alert-error ul {
    margin-top: 0;
}
.alert-success {
    color: #54b90a;
}