html {
    background-color: white;
}

html, body {
    min-height: 100vh;
}

body {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    color: #5A6068;
    padding: 150px 100px 0px 100px;
    background: #acd2ff;
    background: -moz-linear-gradient(top, #acd2ff 0%, #ffffff 25%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #acd2ff), color-stop(25%, #ffffff), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #acd2ff 0%, #ffffff 25%, #ffffff 100%);
    background: -o-linear-gradient(top, #acd2ff 0%, #ffffff 25%, #ffffff 100%);
    background: -ms-linear-gradient(top, #acd2ff 0%, #ffffff 25%, #ffffff 100%);
    background: linear-gradient(to bottom, #acd2ff 0%, #ffffff 25%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#acd2ff', endColorstr='#ffffff', GradientType=0);
    background-repeat: repeat-x;
    line-height: 1.42857143;
    box-sizing: border-box;
    height: auto;
}

.title {
    font-size: 30px;
    margin-bottom: 50px;
    line-height: 1.42857143;
}

a {
    color: #3272C0;
    text-decoration: none;
}

a:hover {
    color: #CC3333;
}

.middle {
    left: 150px;
    position: relative;
}

p {
    font-size: 18px;
}

.soc a.edit {
    background-position: 0 -81px;
}

.soc a {
    background: rgba(0, 0, 0, 0) url("/static/garant/images/layout/icons.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 25px;
    margin-bottom: 4px;
    margin-right: 8px;
    transition: none 0s ease 0s;
    vertical-align: middle;
    width: 26px;
}

div.content {
    width: 800px;
    margin: 0 auto;
}

@media (max-width: 991.98px) {
    body {
        padding: 0 15px 15px;
        background: -moz-linear-gradient(top, #acd2ff 0%, #ffffff 15%, #ffffff 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #acd2ff), color-stop(25%, #ffffff), color-stop(100%, #ffffff));
        background: -webkit-linear-gradient(top, #acd2ff 0%, #ffffff 15%, #ffffff 100%);
        background: -o-linear-gradient(top, #acd2ff 0%, #ffffff 15%, #ffffff 100%);
        background: -ms-linear-gradient(top, #acd2ff 0%, #ffffff 15%, #ffffff 100%);
        background: linear-gradient(to bottom, #acd2ff 0%, #ffffff 15%, #ffffff 100%);
    }

    div.content {
        width: 720px;
    }
}

@media (max-width: 767.98px) {
    div.content {
        width: 100%;
    }

    .form-overview {
        width: 100%;
        box-sizing: border-box;
    }

    .title {
        font-size: 24px;
    }
}

@media (max-width: 575.98px) {
    .form-overview .btn {
        width: 100%;
    }
}





