html, body {height: 100%;}
body{
    font-family: 'Anuphan', sans-serif;
    color: #FFF !important;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
    background-image: url(../img/bg.png);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: inherit;
    background-size: cover;
}
.form-data {max-width: 480px; padding: 15px;}
img{max-width: 100%;height: auto;border-radius: 0px;}
.btn-submit{ background-color: #000F95; color: #FFF; border-radius: 50px;}
.btn-submit:hover {color: #FFF;background-color: #041eff;border-color: #041eff;}
.form-control{border-radius: 30px;}
p{max-width: 100%;height: auto;color: #000;font-weight: 700;font-size: 16px;}