
/*@import "block.css";
@import "main.css";
@import "shop.css";
@import "news.css";
@import "menu.css";*/


@font-face {
    font-family: "helve";
    src: local("helve"), url("../images/helveticacomp.ttf");
}
*{
    font-size: 12px;
    font-family: arial;
}
body {
   /* background:url(../images/bg.jpg) repeat-x top center fixed;*/
    margin: 0;
    padding: 0; 
    font-size: 12px;
    background-color: #0a709c !important;   
    height: 100%;
    width: 100%;
}
.cdk-overlay-container, body, html {
    height: 100%;
    width: 100%;
}

.globalmain {
    width: 100%;
    height: 100%;
    background-color: #0a709c !important;
}
.maintop {
    margin: 0 auto;
    background-image: url(../images/icon-white.png);
    height: 30%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.mainbody {
    height: 70%;
    position: relative;
}
#idform{
    background: #fff;
    box-shadow: 2px 2px 8px rgba(0,0,0,.25);
    margin: 0 auto;
    width: 360px;
    height: 340px;
    padding: 20px;
}
p.home-error {
    color: red;
    font-size: 14px;
}
