main .main_content {
    position: relative;
    z-index: 1;
    padding-bottom: 55px;
    /*border: 1px solid #D4D1C9;*/
}

@media( min-width: 768px ){
    main .content_container {
        max-width: 950px;
    }
    main .main_content {
        border-radius: 12px;
         margin-top: 10px;
    }
}

main .title {
    padding-top: 110px;
    font-size: 24px;
    margin-top: 20px;
    padding-bottom: 0px;
}
@media( min-width: 768px ){
    main .title {
        font-size: 25px;
        background-position: center top;
        margin-top: 50px;
        padding-top: 120px;
        line-height: 36px;        
    }
}
main .title.error {
    color: #e52624;
    background-image: url(../_img/error-image.png);
    background-repeat: no-repeat;
    background-position: center top;
}

main .title.finished {
    color: #b0be45;
    background-image: url(../_img/email-ok.png);
    background-repeat: no-repeat;
    background-position: center top;
}

main .title.finished2 {
    color: #b0be45;
    background-image: url(../_img/check-ok.png);
    background-repeat: no-repeat;
    background-position: center top;
}

main .title.warning {
    color: #ee9c37;
    background-image: url(../_img/alert.png);
    background-repeat: no-repeat;
    background-position: center top;
    font-size: 24px;
    line-height: 26px;
}
main .title.warning .bold
{
    color: #ee9c37;
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    display: inline;
}

main .background_main{
    z-index: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

main .text {
    display: block;
    float: left;
    font-size: 15px;
    padding: 15px 4%;
    width: 100%;
    color: #4D4748;
    text-align: center;
}
@media( min-width: 768px ){
    main .text {
        font-size: 15px;
        line-height: 25px;
    }
}

main .text_2 {
    display: block;
    float: left;
    font-size: 18px;
    padding: 15px 4%;
    width: 100%;
    color: #4D4748;
    text-align: center;
}
@media( min-width: 768px ){
    main .text_2 {
        font-size: 18px;
        line-height: 25px;
        padding: 15px 14%;
    }
}

main .text_2 a {
    font-size: 18px;
    color: #4D4748;
    text-decoration: underline;
}
main .text_2 a:hover {
    text-decoration: none;
}

main .psw_container {
   display: block;
   width: 100%;
   float: left;
}
main .password_recovery
{
   display: block;
   margin: auto;
   text-align: center;
   font-size: 14px;
   color: #4D4748;
   text-decoration: underline;
}
main .password_recovery:hover
{
    text-decoration: none;
}

main .text_3 {
    display: block;
    float: left;
    font-size: 14px;
    padding: 5px 4%;
    width: 100%;
    color: #4D4748;
    text-align: center;
}
@media( min-width: 768px ){
    main .text_3 {
        font-size: 14px;
        line-height: 16px;
        padding: 5px 14%;
    }
}

main .text_3 a {
    font-size: 14px;
    color: #4D4748;
    text-decoration: underline;
}
main .text_3 a:hover {
    text-decoration: none;
}
@media( min-width: 768px ){
    main .text_3 a {
        font-size: 14px;
        line-height: 16px;
    }
}

main .button_container {
    display: block;
    margin: auto;
    padding: 0em 4%;
    width: 100%;
}
@media( min-width: 768px ){
    main .button_container {
        padding: 0em;
        width: 274px;
    }
}

.button_container a {
    display: block;
    float: left;
    margin-top: 35px;
    background-color: #E52624;
    color: #fff;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    line-height: 46px;
    width: 100%;
    border-radius: 5px;
}
.button_container a::after{
    content: " >";
}
.button_container a:hover{
    background-color: #BC2020;
}
.button_container a.bottom_margin
{
    margin-bottom: 20px;
    margin-top: 40px;
}
@media( min-width: 768px ){
    .button_container a {
        margin-top: 60px;
        margin-bottom: 60px;
        font-size: 162.5%; /*26px*/
        line-height: 50px;
    }
}