﻿@import url('../NP_Fonts/MyFontsWebfontsKit.css');

* {
    border: 0;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

i {
    font-style: italic;
}

b {
    font-weight: bold;
}
.strong {
    font-family: HurmeGeometricSans3-Bold;
    font-weight: normal !important;
}
.clr-bth {
    clear: both;
}

.flt-left {
    float: left;
}
/*@font-face
{
    font-family: 'HurmeDesign';
    src: url('../../Styles/Fonts/Hurme_Design_HurmeGeometricSans3Regular.otf');
}*/
hr {
    /*background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));     background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));     background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));     background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));     border: 0;     height: 1px;*/
    border: 0;
    height: 1px;
    background: #4b2582;
    background-image: -webkit-linear-gradient(left, #008b6c, #4b2582, #008b6c);
    background-image: -moz-linear-gradient(left, #008b6c, #4b2582, #008b6c);
    background-image: -ms-linear-gradient(left, #008b6c, #4b2582, #008b6c);
    background-image: -o-linear-gradient(left, #008b6c, #4b2582, #008b6c);
}

body {
    /*font-family: 'HurmeDesign' , Fallback, sans-serif;
    letter-spacing: 1px;*/
    font-family: HurmeGeometricSans3-Regular;
    font-weight: normal;
    font-style: normal;
}

html {
    background: #e3e4e4;
    font-size: 14px; /*font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;*/
}
/* Headings */
h1 {
    font-size: 2em;
}
/*28px*/
h2 {
    font-size: 1.571em;
}
/* 22px */
h3 {
    font-size: 1.429em;
}
/* 20px */
h4 {
    font-size: 1.286em;
}
/* 18px */
h5 {
    font-size: 1.143em;
}
/* 16px */
h6 {
    font-size: 1em;
}
/* 14px */


.gradient-text {
    /*background: -webkit-linear-gradient( #4b2582, #008b6c);*/
    /* background: -webkit-linear-gradient( #4b2582, #008b6c);
    background: linear-gradient( #4b2582, #008b6c);*/
    /*background: -webkit-linear-gradient( right, #4b2582, #008b6c); 
    background: -moz-linear-gradient( right, #4b2582, #008b6c); 
    background: -ms-linear-gradient( right, #4b2582, #008b6c); 
    background: -o-linear-gradient( right, #4b2582, #008b6c); 
    background: linear-gradient( to left, #008b6c, #4b2582);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    color: #000;
}

.title {
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 5px;
}

.wraper-login {
    width: 300px;
    border: 1px solid #a1a2a3;
    margin: 100px auto 0px auto; /*-webkit-border-radius: 3px;     -moz-border-radius: 3px;     border-radius: 3px;*/
    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.45);
    -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.45);
    box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.45);
    background: #fff;
    padding: 10px;
    min-height: 530px;
}

.vuwind-welcome-text {
    letter-spacing: 1px;
    font-size: 0.857em;
    padding: 10px 0;
}

.vuwind-username, .vuwind-password {
    width: 100%;
    position: relative;
    color: #ddd;
    margin: 7px 0;
    padding-left: 3px;
}

.vuwind-password {
    padding-bottom: 5px;
}

.vuwind-input {
    background: #dcdcdc;
    width: 275px;
    height: 35px;
}

.vuwind-lgn-forgot, .vuwind-lgn-remember {
    font-size: 0.857em;
    color: #4b2582;
}
.vuwind-lgn-remember {
margin-right:-25px;
}

.vuwind-lgn-forgot {
    padding: 10px 0;
}

    .vuwind-lgn-forgot a {
        text-decoration: none;
        color: #4b2582;
    }

.np-login-logo {
    float: right;
    background-image: url('../../Images/Banner/NPC_Logo_60px.png');
    width: 76px;
    display: block;
    height: 50px;
    background-repeat: no-repeat;
}

input[type=text]:not(.basic),
input[type=tel]:not(.basic),
input[type=email]:not(.basic),
input[type=password]:not(.basic),
select:not(.basic),
textarea:not(.basic) {
    padding: 5px 10px;
    letter-spacing: 2px;
    background: #dcdcdc;
    width: 275px;
    height: 35px;
    border: solid 1px #dcdcdc;
}

.style-1 input[type="text"] {
    /*padding: 10px;
  border: solid 1px gainsboro;*/
    /*-webkit-transition: box-shadow 0.3s, border 0.3s;
  -moz-transition: box-shadow 0.3s, border 0.3s;
  -o-transition: box-shadow 0.3s, border 0.3s;
  transition: box-shadow 0.3s, border 0.3s;*/
}

input[type="text"]:focus,
input[type="text"].focus,
input[type=password]:focus,
input[type=password] .focus {
    border: solid 1px #dcdcdc;
    -webkit-box-shadow: 0 0 1px 1px #4b2582;
    -moz-box-shadow: 0 0 1px 1px #4b2582;
    box-shadow: 0 0 1px 1px #4b2582;
}

.vuwind-lgn-remember label {
    font-size: 14px;
    color: #4b2582;
    margin: -3px;
    padding-left: 7px;
}

.login-footer {
    padding: 8px 0;
    color: #858585;
    text-align: center;
}

    .login-footer a {
        text-decoration: none;
        color: #4b2582;
    }

.logbutton, .regbutton {
    background-color: #4B2582;
    background-repeat: repeat-y;
    background-image: -ms-linear-gradient(left, #4B2582 0%, #008B6C 100%);
    background-image: -moz-linear-gradient(left, #4B2582 0%, #008B6C 100%);
    background-image: -o-linear-gradient(left, #4B2582 0%, #008B6C 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #4B2582), color-stop(1, #008B6C));
    background-image: -webkit-linear-gradient(left, #4B2582 0%, #008B6C 100%);
    background-image: linear-gradient(to right, #4B2582 0%, #008B6C 100%);
    cursor: pointer;
    margin: 10px 5px;
    height: 50px;
    padding: 5px;
    width: 290px;
    color: #fff;
}
.regbutton {
font-size:20px;
}
.logbutton {
font-size:22px
}

.vuwind-login-msg {
    text-align: center;
    width: 295px;
    height: 20px;
}
@media screen and (max-width: 1366px) {

    .wraper-login {
        margin: 55px auto 0px auto;
    }
}
@media screen and (max-width: 768px) {

    .wraper-login {
        margin: 150px auto 0px auto;
    }
}
@media screen and (max-width: 330px) {
    .wraper-login {
        width: 260px;
        margin: 2px auto 0px auto;
        min-height: 545px;
    }

    .vuwind-input {
        width: 225px;
    }

    .logbutton {
        width: 250px !important;
        height: 46px !important;
    }

    .vuwind-login-msg {
        width: 245px;
    }

    input[type=text]:not(.basic),
    input[type=tel]:not(.basic),
    input[type=email]:not(.basic),
    input[type=password]:not(.basic),
    select:not(.basic),
    textarea:not(.basic) {
        width: 225px !important;
        height: 32px !important;
    }
}

@media screen and (max-width: 480px) {
    .vuwind-input {
        width: 265px;
    }
    .wraper-login {
        margin: 5px auto 0px auto;
    }
}
