.go-back {
    position: absolute;
    left: 0px;
}

.go-back .left-part {
    border: 5px solid #4393dc;
    border-right: 0px;
}

.go-back:hover .left-part {
    border-color: #df7718;
}

.go-back .right-border {
    height: 100%;
}

.go-back .left-part .inner-container {
    border: 2px solid #1ebcd7;
    border-right: 0px;
    background-color: #285f91;
    font-size: 10px;
    padding: 12px 40px 11px;
}

.go-back a {
    text-decoration: underline;
    font-size: 12px;
}

.go-back img.right-part {
    height: 64px;
}