.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt40 {
    margin-top: 40px;
}

.mb40 {
    margin-bottom: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mt80 {
    margin-top: 80px;
}

.mb80 {
    margin-bottom: 80px;
}


.icon-success-box {
    width: 80px;
    height: 80px;
    background: linear-gradient(128deg, #00C7FF 0%, #0096FF 100%);
    border-radius: 50%;
    display: table;
    margin: 0 auto;
}

.icon-success-box .glyphicon {
    font-size: 25px;
    line-height: 80px;
    text-align: center;
    display: table;
    margin: 0 auto;
    color: #fff;
}

.text-danger {
    color: red;
}

.fwbold {
    font-weight: bold;
}

input::-webkit-input-placeholder {
    color: #f1f1f1;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #f1f1f1;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #f1f1f1;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #f1f1f1;
}