div.ultramedia_download_document_messages div[data-drupal-messages] {
    position: relative;
    top: 0;
}
#download_document {
    width: 940px;
    margin: 0 auto 0px auto;
    text-align: center;
}
#download_document .container {
    width: 100%;
    margin: auto;
}
#download_document .title {
    text-align: center;
    font-size: 40px;
    line-height: 66px;
    color: #414042;
    position: relative;
    padding: 20px 0 30px 0;
    margin: 0 auto;
    font-weight: bold;
}
#download_document .title span {
    font-size: 22px;
    line-height: 28px;
    font-weight: normal;
    display: block;
}
#download_document .title::before {
    content: url(../img/rect.png);
    position: absolute;
    top: -40px;
    left: 45%;
}
#download_document .container input[type=text], #download_document .container input[type=email], #download_document .container input[type=tel] {
    width: 400px;
    float: left;
    border-radius: 25px;
    margin: 10px 15px;
    height: 50px;
    border: 1px solid #e6e6e6;
    color: #a1a1a1;
    font-size: 18px;
    padding-left: 30px;
    font-weight: normal;
    position: relative;
    -webkit-appearance: none!important;
}
#download_document .container input.button {
    text-decoration: none;
    color: #fff;
    padding: 17px 30px 15px 30px;
    display: inline-block;
    background: #364ee8;
    border: 1px solid #364ee8;
    text-align: center;
    border-radius: 25px;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    letter-spacing: 0.06em;
    
}
#download_document .container input.button:hover {
    color: #364ee8;
    background: #fff;
    border: 1px solid #364ee8;
}
#download_document .container .customcheck {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    color: #364ee8;
    font-weight: normal;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 20px 10px;
    line-height: 28px;
}
#download_document .container .mention1 {
    font-size: 14px;
    color: #a1a1a1;
    position: relative;
    display: block;
    line-height: 14px;
}
#download_document .container .mention2 {
    font-size: 14px;
    color: #a1a1a1;
    position: relative;
    display: block;
    padding-bottom: 80px;
}
#download_document .container .customcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
#download_document .container input[type=checkbox] {
    border-radius: 25px;
    margin: 10px 15px;
    border: 1px solid #364ee8;
    color: #364ee8;
    font-size: 18px;
    padding-left: 30px;
    font-weight: normal;
    width: 100%;
}
#download_document .container .customcheck .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: 1px solid #364ee8;
    border-radius: 50%;
}
#download_document .container .error {
    border: 1px solid #ff0000 !important;
}
/* Create a custom radio button */
#download_document .container .customcheck .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
	border: 1px solid #364ee8;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
#download_document .container .customcheck:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
#download_document .container .customcheck  input:checked ~ .checkmark {
    background-color: #ffffff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
#download_document .container .customcheck .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
#download_document .container .customcheck  input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
#download_document .container .customcheck  .checkmark:after {
    top: 4px;
    left: 4px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #364ee8;
}
@media screen and (max-width: 1024px) {
    #download_document {
        width: 90%;
        margin: 0 auto 0px auto;
        text-align: center;
        overflow: hidden;
    }
}
@media screen and (max-width: 1280px) {
    #download_document .title {
        text-align: center;
        font-size: 40px;
        line-height: 66px;
        color: #414042;
        position: relative;
        padding: 20px 0 30px 0;
        margin: 0 auto;
        font-weight: bold;
    }
}