.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.clearfix, .ipModuleForm .form-horizontal .form-group, .ipModuleForm.form-horizontal .form-group {
}
.clearfix::before, .clearfix::after, .ipModuleForm .form-horizontal .form-group::before, .ipModuleForm .form-horizontal .form-group::after, .ipModuleForm.form-horizontal .form-group::before, .ipModuleForm.form-horizontal .form-group::after {
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.clearfix::after, .ipModuleForm .form-horizontal .form-group::after, .ipModuleForm.form-horizontal .form-group::after {
    clear: both;
}
html, body {
    border: medium none;
    margin: 0;
    padding: 0;
}
body {
    background: url(shape.svg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family:'Bai Jamjuree', sans-serif;
    font-size: 14px;
    background-color: #efefef;
}
strong, b {
    font-weight: 700;
}
.container {
    margin: 0 auto;
    padding: 25% 25px 25px;
    text-align: center;
}

@media only screen and (min-width : 1025px) {
  .container {
    margin: 0 auto;
    padding: 10% 25px 25px;
    text-align: center;
}
}
.container img {
}
.logo {
    max-width: 390px;
    width: 70%;
    margin-bottom: 33px;
}

.premium {
    letter-spacing: 5px;
    margin-bottom: 20px;
    display: inline-flex;
    font-size: 12px;
}
h1 {
    color: #015d8b;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 45px;
    letter-spacing: -2px;
}
p {
    color: #565f66;
    margin-bottom: 35px;
    /* max-width: 900px; */
    text-shadow: 1px 1px white;
    display: unset;
    width: 100%;
    text-align: center;
}
a {
    backface-visibility: hidden;
    border-radius: 20px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    /* display: inline-block; */
    letter-spacing: 1px;
    margin-bottom: 5px;
    min-width: 90px;
    /* padding: 10px 30px; */
    text-align: center;
    text-decoration: none;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}
a:hover {
    transition: all 0.2s ease 0s;
}
.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.pcontainer {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    float: unset;
    justify-content: center;
    text-align: r;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    margin-top: 0px;
    padding-top: 0px;
}

.tcontainer {
    align-items: center;
    /* display: flex; */
    flex-flow: row wrap;
    float: left;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
}
b{
font-weight:700;
