html * {
    background: #fafafa;
    font-family: Open Sans,sans-serif;
    color: #979797;
    font-size: 14px;
}
.styletext {
    margin-bottom: -20px;
    height: 45px;
    font-size: 16px;
    text-align: center;
    /*box-shadow: inset 0 2px 1px -1px rgba(0,0,0,.19);*/
}
.btn-main {
    background: #128496;
    color: #fff!important;
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 5px;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}