﻿        @font-face {
            font-family: Gotham_Book;
            src: url('../fonts/GothamRnd-Book.eot'); /* IE9 Compat Modes */
            src: url('../fonts/GothamRnd-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
            url('../fonts/GothamRnd-Book.woff') format('woff'), /* Modern Browsers */
            url('../fonts/GothamRnd-Book.ttf') format('truetype'), /* Safari, Android, iOS */
            url('../fonts/GothamRnd-Book.svg#21661efc977bfcfec5c6c16307c05ceb') format('svg'); /* Legacy iOS */
            font-style: normal;
            font-weight: 400;
        }
        html, body, form {
            margin: 0;
            padding: 0;
            border: 0;
            font-size: 100%;
            font: inherit;
            vertical-align: baseline;
            background: #afafaf;
            font-family: Gotham_Book !important;
            height: 100%;
            width: 100%;
        }


        .bimg {
            background: url(login.jpg) no-repeat center center fixed;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }

        .container {
  position: absolute; /* or absolute */
  top: 65%;
  left: 50%;
  width:500px;
  height:330px;
  margin-top: -320px;
  margin-left: -255px;
  background: #f2f2f2;
  border-radius: 5px;
  opacity: 0.9;
    filter: alpha(opacity=90);
        }

        .tb {
            background: #fdfdfa !important;
            border: 1px solid #c0c2ab;
            height: 30px;
            font-size: 12pt;
            width: 300px;
            margin-top: 20px;
            margin-left: 100px;
        }

        :-moz-placeholder {
            background: #fdfdfa !important;
            font-size: 12pt;
            font-family: Gotham_Book !important;
        }

        ::-webkit-input-placeholder {
            background: #fdfdfa;
            font-size: 12pt;
            font-family: Gotham_Book !important;
        }


        .btn {
            background-color: transparent; 
            font-family: Gotham_Book !important;
            border:0;
            font-size: 10pt;
            text-decoration: none;
            display: inline-block;
            color: #25A0DA;
          
        }
            .btn:hover {
                cursor: pointer;
                text-decoration:underline;
            }
 .btnlog {
     font-family: Gotham_Book !important;
           background-color: transparent; 
           border: 1px solid #afafaf; 
           font-size: 16px; 
           margin-top: 10px;
           cursor:pointer;
          
        }
            .btnlog:hover {
                cursor: pointer;
                background-color: #fefefe; 
                text-decoration:underline;
            }