html,
body,
div,
p,
span,
iframe,
img,
h1,
h2,
h3,
h4,
h5,
h6,
b,
i,
strong,
input,
textarea,
button,
select,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
ul,
li,
ol,
nav,
hgroup {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
i {
    font-style: normal;
}

input,
textarea,
select,
button {
    outline: 0;
    border: 0;
    background: transparent;
    font-family: Lato-Regular;
}

button {
    cursor: pointer;
}

ul,
ol,
li {
    list-style-type: none;
}

img {
    display: block;
    width: 100%;
    /* height: 100%; */
}

a {
    outline: 0;
    text-decoration: none;
    color: white;
}

input::-webkit-input-placeholder {
    color: #FFFFFF;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #FFFFFF;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #FFFFFF;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #FFFFFF;
}



@font-face {
    font-family: 'Lato-Regular';
    src: url("https://s3.ap-southeast-1.amazonaws.com/img.beautyhouse/beautyHouse/public/font/lato/Lato-Regular.ttf");
}

@font-face {
    font-family: 'Lato-bold';
    src: url("https://s3.ap-southeast-1.amazonaws.com/img.beautyhouse/beautyHouse/public/font/lato/Lato-Bold.ttf");
}

@font-face {
    font-family: 'Lato-light';
    src: url("https://s3.ap-southeast-1.amazonaws.com/img.beautyhouse/beautyHouse/public/font/lato/Lato-Light.ttf");
}

@font-face {
    font-family: 'Lato-thin';
    src: url("https://s3.ap-southeast-1.amazonaws.com/img.beautyhouse/beautyHouse/public/font/lato/Lato-Thin.ttf");
}