body{
    /* padding: 0; */
    margin: 0;
    /* color: #696974; */
    color: #3A3A3A;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
   
}

.sub-title{
    font-size: 28px;
    font-weight: bold;
    color: #3A3A3A;
    text-align: center;
    color: #1C94E2;
}
.container{
    padding: 20px;
}
.main-title,.content-title, .sub-content{
    font-size: 16px;
   
}
.sub-content{
margin-top: 8px;
}
.sp_image{
    max-width: 300px;
    min-width: 100px;
    height: auto;
    margin: 10px auto 25px;
    display: block;
}
.success_img{
    max-width: 100px;
    min-width: 50px;
    margin: 5px auto 10px;
}
.content-title{
    font-weight: bold;
    margin-bottom: 5px;
}

.align-left{
    text-align: left;
}
.margin-bottom{
    margin-bottom: 12px;
    margin-top: 18px;
}
ol{
    padding-left: 20px;
}
input:focus {
    outline: none;
}
.finish-btn{
    width: 100%;
    height: 40px;
    /* margin: 20px; */
    margin-top: 20px;
    background-color: #1C94E2;
    font-weight: 600;
    border: none;
    color: white;
    font-size: 16px;
}
.footer{
    margin-top: 50px;
    background-color: #F3F5F8;
    /* color: ; */
    font-weight: 600;
    padding: 10px 0;
    font-size: 14px;
}