* {
    box-sizing: border-box;
}
body{
    background-color: #f7f7f7;
    /*height: 100%;*/
}
.main-block{
    min-height: 450px;
    border: 1px solid #e0e0e0;
    border-top: 3px solid #E92026;
    margin-top: 8%;
    background-color: #fff;
    padding: 30px 60px;
}
.main-block-navigation{
    display: block;
    height: 50px;
    width: 100%;
}
.nav-button{
    background-color: #fff;
    border: none;
    color: #777;
}
.nav-button:hover{
    color: #3367d6;
}
.active{
    background-color: #E92026;
    color: #FFF;
}
.active:hover{
    color: #FFF;
}
.form-input{
    display: block;
    width: 100%;
    padding: 10px 15px;
    margin: 0;
}
.form-submit{
    background-color: #E92026;
    border: none;
    color: #FFF;
    display: block;
    width: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 18px;
}
.margin-top{
    margin-top: 100px;
    border-bottom: 1px solid silver;
}
.logo-background{
    width: 100%;
    height: auto;
    display: block;
    background-color: #f00; 
    background-image: url('../img/logo.jpg');
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 70% contain;
}
label{
    font-size: 10px;
    position: relative;
    bottom: 5px;
}
.links a{
    font-size: 14px;
    font-family: Segoe UI;
    color: #3367d6;
}
.links p{
    font-family: "NanumBarunGothic";
    color: #777;
    font-size: 14px;
    width: 90%;
}
.text-small{
    font-size: 12px;
}
a.text-small{
    color: #0d3f7a;
    font-weight: bold;
}
p.text-small{
    color: #666;
}