html,
body {
    /* min-height: 100%;
     */
    height: 100%;
    position: relative;
}

body {
    background-image: url(../img/general/background_left_top.png), url(../img/general/background_left_bottom.png), url(../img/general/background_right_bottom.png);
    background-repeat:  no-repeat, no-repeat, no-repeat;
    background-position:  left top, left bottom, right bottom;
    background-size:  40% auto, 30% auto, 45% auto;
}

h1 {
    font-size: 26px;
    color: #ff199f;
    font-weight: bold;
    text-align: center;
}

section.content p.desc {
    font-size: 14px;
    text-align: center;
    color: #491057;
    font-weight: bold;
}

section.content .box {
    background-color: #ccc;
    border: 5px solid #ff199f;
    border-radius: 6px;
    width: 100%;
    box-shadow: -1px 7px 37px -17px rgba(0,0,0,0.75);
    -webkit-box-shadow: -1px 7px 37px -17px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 7px 37px -17px rgba(0,0,0,0.75);
    position: relative;
    
}
section.content .box .postermaker{
    width: 100%;
}
section.content .col-poster {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

section.content {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}

section.content .col-poster .form{
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 50%;
}

section.content .col-poster .form .info{
    margin-bottom: 7.5px;
    font-size: 12px;
    color: #491057;
}

section.content .col-poster .form input{
    border: 1px solid #491057;
    padding: 10px 20px;
    text-align: center;
}

section.content .col-poster .form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #491057;
    opacity: 1; /* Firefox */
  }
  
  section.content .col-poster .form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #491057;
  }
  
  section.content .col-poster .form input::-ms-input-placeholder { /* Microsoft Edge */
    color: #491057;
  }

section.content .col-poster .form .btn-submit{
    color: #fff;
    background-color: #491057;
    width: 60%;
    margin: 10px auto;
    border-radius: 0;
    padding: 10px;
}

section.content .col-poster .custom_poster{
    width: 100%;
    max-width: 400px;
}
section.content .box-success {
    background-color: #ccc;
    border: 5px solid #ff199f;
    border-radius: 6px;
    box-shadow: -1px 7px 37px -17px rgba(0,0,0,0.75);
    -webkit-box-shadow: -1px 7px 37px -17px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 7px 37px -17px rgba(0,0,0,0.75);
    position: relative;
    
}

section.content .btn-download,section.content .btn-back{
    background-color: #ff199f;
    margin-top: 20px;
    color: #fff;
    border-radius: 0;
    padding: 10px 40px;
    margin-bottom: 10px;
}
#stepModal .link img{
    width: 100%;
}

#stepModal .modal-body{
    padding: 0;
}

#stepModal .modal-content{
    border: 6px solid #fff;
    border-radius: 10px;
}
#stepModal .close{
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 20px;
}
@media screen and (max-width:992px) {
    html,body{
        /* height: unset;
        position: inherit; */
    }
    footer{
        margin-top: 0;
        position: absolute;
    }
    h1{
        font-size: 20px;
    }
    section.content{
        /* margin-top: 80px; */
    }
    section.content .col-poster .form input{
        font-size: 12px;
        padding: 7.5px 0;
    }
    section.content .col-poster .form .btn-submit{
        font-size: 14px;
        padding: 5px;
    }section.content .col-poster .form{
        bottom: 5px;
        left: 10px;
    }
    section.content.success{
        margin-top: 120px;
    }
}