.reset-head{
    background-color: rgb(205, 193, 181);
    background-image: url(/images/kontakt-mapa.png);
    background-position: right;
    background-size: 50% 100%;
    background-repeat: no-repeat;
    height: 150px;
}
.reset-head div{
    float: left;
    margin-left: 15%;
    width: 25%;
    height: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.reset-head div > h1{
    margin: 5px 0px;
}
.reset-error{
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    background-color: red;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 250%;
    color: white;
}
.app_table{
    margin: auto;
    width: 60%;
}
.reset-input{
    text-align: left;
    width: 60%;
}
.reset-input input{
    border: none;
    background: #e6e6e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
    height: 25px;
}
.reset-input .register-req{
    border: 1px solid red;
}
.reset-input input{
    width: 100%;
}
.reset-input img{
    vertical-align: middle;
}
.reset-button{
    float: none;
    overflow: hidden;
    clear: both;
    padding-top: 50px;
}
.reset-button button{
    height: 35px;
    color: white;
    width: 150px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: rgb(207, 41, 2);
    display: block;
    margin: auto;
    clear: both;
}
.reset-content{
    padding: 50px 0px;
    background: white;
}