body {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4e8ea0+0,2c3144+100 */
    background: #4e8ea0;
    /* Old browsers */
    background: -moz-linear-gradient(top, #4e8ea0 0%, #2c3144 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e8ea0), color-stop(100%, #2c3144));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4e8ea0 0%, #2c3144 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4e8ea0 0%, #2c3144 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4e8ea0 0%, #2c3144 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #4e8ea0 0%, #2c3144 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e8ea0', endColorstr='#2c3144', GradientType=0);
    /* IE6-9 */
}

h1,
h2 {
    margin: 0px auto;
    padding: 20px 10px;
    font-weight: 100;
    color: #fff;
}

h1 {
    font-size: 24px;
    line-height: 1.25;
    padding-bottom: 10px;
}

h1 img {
    float: left;
    margin: 2px 11px 11px 2px;
    width: 23px;
    height: 24px;
}

h2 {
    line-height: 1.56;
    font-size: 16px;
}

#recover_logo {
    position: absolute;
    right: 20px;
    bottom: 40px;
}

#recover_logo > img {
    width: 80px;
}

.main-wrapper {
    width: 440px;
    height: 200px;
    margin: 0px auto;
    position: relative;
    top: 45%;
    transform: translateY(-50%);
}

.recover-wrapper {
    margin: 0px auto;
    padding: 30px 30px 10px;
    background: #3b4b54;
    border: 1px solid rgba(120, 120, 120, 0.2);
    border-radius: 2px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.notification {
    position: absolute;
    left: 50%;
    margin: 0px 0 0 -200px;
    padding: 10px;
}

.notification p {
    color: #fff;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.56;
}

.success {
    color: #ffffff;
}

.recover-wrapper button[type=submit] {
    display: block;
    margin-left: auto;
    margin-right: 0;
    background-color: #3cb5c6;
    border: none;
    border-radius: 2px;
}

.recover-contact, .notification p.notification__contact {
    margin-top: 20px;
    width: 431px;
    color: #fff;
    font-size: 12px;
    line-height: 1.33;
    padding: 5px;
}

.recover-contact a, .notification p.notification__contact a {
    font-weight: bold;
    color: #fff;
}

