@font-face {
    font-family: 'thaisans_neuebold';
    src: url('../fonts/thaisansneue-bold-webfont.eot');
    src: url('../fonts/thaisansneue-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/thaisansneue-bold-webfont.woff') format('woff'),
    url('../fonts/thaisansneue-bold-webfont.ttf') format('truetype'),
    url('../fonts/thaisansneue-bold-webfont.svg#thaisans_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'thaisans_neuelight';
    src: url('../fonts/thaisansneue-light-webfont.eot');
    src: url('../fonts/thaisansneue-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/thaisansneue-light-webfont.woff') format('woff'),
    url('../fonts/thaisansneue-light-webfont.ttf') format('truetype'),
    url('../fonts/thaisansneue-light-webfont.svg#thaisans_neuelight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'thaisans_neueregular';
    src: url('../fonts/thaisansneue-regular-webfont.eot');
    src: url('../fonts/thaisansneue-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/thaisansneue-regular-webfont.woff') format('woff'),
    url('../fonts/thaisansneue-regular-webfont.ttf') format('truetype'),
    url('../fonts/thaisansneue-regular-webfont.svg#thaisans_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cloudbold';
    src: url('../fonts/cloud-bold-webfont.woff2') format('woff2'),
    url('../fonts/cloud-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cloud_lightlight';
    src: url('../fonts/cloud-light-webfont.woff2') format('woff2'),
    url('../fonts/cloud-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    padding-top: 60px;
    font-family: cloud_lightlight;
    font-size: 18px;
}

label {
    font-size: 18px;
}

@media (max-width: 980px) {
    body {
        padding-top: 0;
    }
}

.navbar-brand, .navbar-nav > li > a {
    font-size: 18px;
    padding: 15px 20px;
    line-height: 25px;
}

.navbar-nav > li > a, .navbar-brand {
    font-family: cloudbold;
}

.main-home-menu h3 {
    font-family: cloudbold;
    font-size: 28px;
}
.panel-heading
{
    font-family: cloudbold;
    font-size: 22px;
}
.main-home-menu p {
    font-family: cloud_lightlight;
    font-size: 18px;
}

.login {
    background: none;
}

.login-screen {
    background-color: #1abc9c;
    min-height: auto;
    padding: 0;
}

.btn
{
    font-family: cloud_lightlight;
}