.sftRowHalf1 {
    width: 49%;
    display: inline-block;
}
.sftRowHalf2 {
    width: 49%;
    display: inline-block;
}
.sftContainer {
    vertical-align: middle;
    display: flex;
}
.sftContainer img {
    vertical-align: middle;
    display: flex;
    margin: 0 auto;
    text-align: center;
}
.sftStep1 {
    /*background-color: #f7f9fb;
    padding: 25px;
    margin: 2%;
    border: 1px solid #e8e8e8;*/
}
.sftStep2 {
    background-color: #f7f9fb;
    padding: 25px;
    margin: 2%;
    border: 1px solid #e8e8e8;
}
.sftForm label {
    display: block;
    margin-bottom: .5rem;
}
.sftForm .sft-input-group-addon {
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #555;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #cccccc70;
    margin: 0;
}
.sftFormGroup {
    margin-bottom: 1rem;
}
.sftForm .sftFormControl {
    color: #666;
    padding: 6px 10px !important;
    height: auto !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #eaeaea !important;
    border-radius: 2px !important;
    background: #fafafa;
    box-shadow: none !important;
    box-sizing: border-box !important;
    transition: all .2s linear !important;
}
.sftBtn {
    border-style: solid !important;
    border-top-width: 0 !important;
    border-right-width: 0 !important;
    border-left-width: 0 !important;
    border-bottom-width: 0 !important;
    color: #ffffff !important;
    border-color: #8dc63f !important;
    background-color: #8dc63f !important;
    border-radius: 2px !important;
    padding-top: 15px !important;
    padding-right: 48px !important;
    padding-bottom: 15px !important;
    padding-left: 48px !important;
    font-family: inherit !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}
.sftBtn:hover {
    opacity: 0.8 !important;
}
.sftCopyCodeBox  {
    /*background-color: #f7f9fb;*/
   /* padding: 25px;
    margin: 2%;*/
    /*border: 1px solid #e8e8e8;*/
}
.sftCopyCodeBox p  {
    text-align: left;
    font-size: 14px !important;
    color: #1f1f1f;
    margin-bottom: 10px;
    line-height: 1.6;
}
.sftCopyCodeBox textarea  {
    font-size: 13px !important;
    line-height: 1.6;
}
@media screen and (max-width: 800px) {
    .sftRowHalf1 {
        width: 100%;
        display: block;
    }
    .sftRowHalf2 {
        width: 100%;
        display: block;
    }
    .sftContainer {
        vertical-align: middle;
        display: block;
    }
}
@media screen and (min-width: 800px) {
    .sftCopyCodeBox textarea{
        width: 40%;
    }
}
.sft-input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
#copyHTML  {
    display: block;
    margin-top: 15px;
}