* {
    outline: none;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    height: 100%;
    font: normal 14px Roboto;
    color: #2E2E2E;
    background: #fff;
    margin: 0;
}

.pic_wrap {
    display: flex;
    align-items: center;
    height: 200px;
    margin-bottom: 10px;
}

.pic {
    display: block;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}
 .form {
     position: relative;
     padding: 15px 15px;
     background-color: #e9ecef;
     border-radius: 5px;
     margin: 0 0 20px;
 }
