body {
    text-align: left;
    margin: 0;
    padding: 0;
    background-image: url(images/bgd-log.jpg) repeat-x;
    background-size: auto 100%;
    enable-background: new;
    background-image: url(images/bgd-log.jpg);
}



.back {
    background-image: url(images/bgd-log.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    width: 1004px;
    height: 699px;
    margin-left: auto;
    margin-right: auto;
}

.login_btn {
    background: url(images/login_btn.png) no-repeat;
    width: 300px;
    height: 200%;
    display: inline;
    border: none;
    /*left: 42px;*/
    /*position: relative;
	cursor: pointer;*/
}

.logincontent {
    position: relative;
    color: #333;
    text-align: left;
    top: -100px;
    left: -100px;
    margin-left: auto;
    margin-right: auto;
}

.logo {
    background-image: url(images/logo-TreeRing.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    top: 58px;
    width: 500px;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
}

.logo-new {
    background-image: url(images/logo-TreeRing.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 350px;
    height: 145px;
    margin-left: auto;
    margin-right: auto;
}

.logincontent2 {
    color: #333;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.logo-app {
    background-image: url(images/app-logo.png);
    background-repeat: no-repeat;
    background-size: 103%;
    width: 350px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
}

a:link {
    color: black;
    font-size: 14px;
}

a:visited {
    color: black;
}

a:hover {
    color: darkblue;
}

a:active {
    color: #CE7469;
}

a {
    color: black;
    font-size: 16px;
    font-family: 'Segoe UI';
    font-weight: normal;
}

/* fonts.googleapis.com/icon?family=Material+Icons */
/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/MaterialIcons.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
