@font-face {
    font-family: 'Proxima Nova';
    src: url('Fonts/Proxima Nova Font.otf') format('opentype');
}

body {
    background-image: url(../Images/background-photo.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
    overflow: hidden;
    font-family: Proxima Nova, Arial !important;
}

html, body, .container {
    height: 100%;
}

/* Reset */
html, body, h1, p, a, div, section {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
}

/* Add AJ */
.form-03-main {
    /*width:500px;
  display:block;
  margin:20px auto;
  padding:25px 50px 25px; /* AJ Chng 25px 50px 25px; 
  background:rgba(255,255,255,0.7);
  border-radius:6px;
  z-index:9;*/
    width: 437px;
    display: block;
    padding: 7px 50px 7px;
    background: rgba(255,255,255,0.6);
    border-radius: 6px;
    z-index: 9; /* margin:3% auto;	AJ-Chng margin:20px auto; padding:25px 50px 25px; width:500px; BELOW NW25F*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    margin-left: auto;
    margin-right: auto;
}

.logo {
    display: block;
    /*margin:9% auto; 
  margin-left:9%;*/
}

.versiondis {
    display: inline-block;
    /*margin:20px 0px; */
    margin-left: 95%;
    background-image: url(../Images/ver.png);
    width: 83px;
    height: 93px;
    background-repeat: no-repeat;
    font-family: Proxima Nova, Arial !important;
    color: #333333;
    font-style: italic;
}

.vertxt {
    margin-left: 27%;
    display: ruby-text;
    /*margin-top: 45%;*/
    margin-top: 37%;
    display: -webkit-inline-box;
}

@media screen and (min-width:0) {
    .vertxt {
        margin-left: 27%;
        display: run-in;
        margin-top: 45%;
    }
}

.form-group {
    padding: 5px 0px;
    display: inline-block;
    width: 100%;
    position: relative;
    font-size: 17px;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: none;
    font-family: Proxima Nova, Arial !important;
}

.fhead {
    font-size: 20px;
    font-weight: 700;
    line-height: 3.3;
    letter-spacing: 0;
    text-transform: none;
    font-family: Proxima Nova, Arial !important;
    color: #333333;
}


.form-group p {
    margin: 0px;
    font-family: Proxima Nova, Arial !important;
    color: #0073a3;
}

.form-group a {
    font-family: Proxima Nova, Arial !important;
    color: #ffffff;
    text-decoration: none;
}

.forgt {
    font-family: Proxima Nova, Arial !important;
    color: #0073a3;
    text-decoration: none;
    display: inline-block;
}

    .forgt:hover {
        font-family: Proxima Nova, Arial !important;
        color: #0073a3;
        text-decoration: underline;
        display: inline-block;
    }

.form-control {
    min-height: 35px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 15px;
    border-radius: 20px;
    border: 1px solid #0073a3;
    width: 89%;
}

    .form-control:hover {
        min-height: 35px;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 10px 15px;
        border-radius: 20px !important;
        border: 1px solid #000000 !important;
        width: 89%;
    }

    .form-control:active {
        min-height: 35px;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 10px 15px;
        border-radius: 20px !important;
        border: 1px solid #000000 !important;
        width: 89%;
    }

._btn_04 {
    display: inline-block;
    width: 95%;
    padding: 12px 0px;
    background: #0073a3; /*2b3990*/
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 1;
}

    ._btn_04:hover {
        display: inline-block;
        width: 95%;
        padding: 12px 0px;
        background: #0f3557;
        border-radius: 20px;
        text-align: center;
        font-size: 16px;
        color: #fff;
        line-height: 1;
        cursor: pointer;
    }


@media screen and (max-width: 600px) {
    .form-03-main {
        width: auto;
    }
}
/* Add AJ */


/* Layout */
.navbar {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    height: 40px;
    z-index: 9999;
    position: fixed;
}

.inner {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.navbar a {
    display: inline-block;
    border: 1px solid #fff;
    font-size: 14px;
    line-height: 24px;
    border-radius: 3px;
    padding: 2px 15px;
    text-decoration: none;
    margin-top: 5px;
}

.container {
    display: table;
    padding-top: 0px; /*padding-top: 80px;*/
    width: 100%;
}

.content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
/* Special */


/* Media Queries */
@media only screen and (max-width: 340px) {

    .container {
        position: relative;
        display: block;
        float: left;
        vertical-align: baseline;
        margin: 0 auto;
        padding: 80px 0 0 0;
    }

    body h1 {
        font-size: 18px;
        line-height: 23px;
    }

    html, body, .container {
        height: auto;
    }
}

/* For mobile devices */
@media only screen and (max-width: 767px) {
    body {
        /* The file size of this background image is 93% smaller
     * to improve page load speed on mobile internet connections */
        background-image: url(Images/background-photo-mobile-devices.jpg);
    }
}
