﻿.bg-image {
    /* The image used */
    background-image: url(../../Resources/Images/Background.PNG);
    /* Add the blur effect */
    filter: blur(8px);
    -webkit-filter: blur(8px);
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-text {
   /* border: 3px solid #E2E5DE;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 40%;
    padding: 20px;
    text-align: center;
}

.loginBody {
    font-family: Tahoma,Arial,sans-serif;
    font-size: 11px;
    background: url(../../Resources/Images/Background.PNG) no-repeat fixed center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .loginBody .img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

.loginTextWarning {
    color: Red;
    font-size: 12px;
}

.loginContainer {
    width: 250px;
    margin: auto;
    padding: 20px 5%;
    height: 200px;
    background-color: rgba(0,0,0,0.4);
    display: block;
    /*  top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    position: absolute;*/
}

    .loginContainer h1 {
        font-size: 15px;
        text-transform: uppercase;
        color: #fff;
        font-family: 'Lato', sans-serif;
        margin-top: 30px;
    }

        .loginContainer h1.gap {
            margin-top: 80px;
        }

   

.loginContent {
    margin-top: 30px;
}

.loginTxtBox input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid black;
    width: 90%;
    height: 30px;
    color: black;
    margin-top: 15px;
    text-indent: 30px;
}

    .loginTxtBox input:focus {
        outline: none;
    }

    .loginTxtBox input.login {
        background: url(../../Resources/Images/login-icon.png)no-repeat top left;
    }

    .loginTxtBox input.password {
        background: url(../../Resources/Images/password-icon.png)no-repeat top left;
    }

.loginForgotPwd {
    margin-top: 10px;
    text-align: right;
    display: inline-block;
    width: 90%;
    font-size: 12px;
}

    .loginForgotPwd a {
        text-decoration: none;
        color: blue;
    }

        .loginForgotPwd a:hover {
            text-decoration: underline;
        }

.btn-login {
    /*background-color: #1677c2;*/
    width: 90%;
    color: black;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0;
    /*display: block;*/
    margin-top: 20px;
    text-decoration: none;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

    .btn-login:hover {
        background-color: #e3e5e7;
        cursor: pointer;
    }

::-webkit-input-placeholder { /* Edge */
    color: darkgrey;
}

:-ms-input-placeholder { /* Internet Explorer */
    color: darkgrey;
}

::placeholder {
    color: darkgrey;
}

.register-container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.register-container-large {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.register-header {
    padding: 20px 0px;
}

.register-error-container {
    padding: 0px 10px;
}

.register-div {
    background-color: #ececec;
    box-shadow: 0px 0px 1px 1px grey;
    padding: 0px 20px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

table.register-table {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    background-color: #ececec;
}

.register-table .trHeader {
    height: 30px;
    background-color: #e04b00;
}

.register-table .lblHeader {
    color: white;
    margin-left: 10px;
    font-weight: bold;
    font-size: 14px
}

.register-table label {
    font-size: 12px;
}

.register-table textarea {
    font-size: 12px;
    border-radius: 3px;
    border: 1px solid #acacac;
    padding: 0.5em 1em;
    margin-bottom: 0.5em;
    float: left;
    margin-top: 5px;
    height: 30px;
    min-width: 695px;
    max-width: 695px;
    font-family: Tahoma,Arial,sans-serif;
}

    .register-table textarea:hover {
        border: 1px solid #58a3ff;
        box-shadow: 2px 2px 4px 0 rgba(88, 163, 255, 0.30) inset, 2px 2px 5px 0 rgba(88, 163, 255, 0.30);
    }

.register-table input {
    /*border: 0;
    border-bottom: 1px solid #fff;
    width: 300px;
    height: 25px;
    margin-top: 5px;
    text-indent: 30px;*/
    font-size: 12px;
    border-radius: 3px;
    border: 1px solid #acacac;
    padding: 0.2em 1em;
    margin-bottom: 0.5em;
    float: left;
    height: 30px;
    vertical-align: top;
}

.register-table select {
    font-size: 12px;
    border-radius: 3px;
    border: 1px solid #acacac;
    padding: 0.2em 1em;
    margin-bottom: 0.5em;
    float: left;
    height: 30px;
    vertical-align: top;
}

    .register-table input[type=text] {
        width: 300px;
    }

    .register-table input[type=checkbox] {
        vertical-align: middle;
        position: relative;
        bottom: 1px;
    }

        .register-table input[type=checkbox] label {
            display: block;
        }

    .register-table input[type=text]:hover {
        border: 1px solid #58a3ff;
        box-shadow: 2px 2px 4px 0 rgba(88, 163, 255, 0.30) inset, 2px 2px 5px 0 rgba(88, 163, 255, 0.30);
    }

    .register-table input[type=radio]:hover {
        border: 1px solid #58a3ff;
        box-shadow: 2px 2px 4px 0 rgba(88, 163, 255, 0.30) inset, 2px 2px 5px 0 rgba(88, 163, 255, 0.30);
    }

.register-table select:hover {
    border-radius: 3px;
    border: 1px solid #58a3ff;
    box-shadow: 2px 2px 4px 0 rgba(88, 163, 255, 0.30) inset, 2px 2px 5px 0 rgba(88, 163, 255, 0.30);
}

.register-panel {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
}

.panel-4 {
    background: #eee;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}

    .panel-4 .panel-body {
        padding: 20px 20px 20px 20px;
    }

.btn-register {
    height: 35px;
    width: 100px;
    background-color: #e04b00;
    margin-right: 10px;
    font-weight: bold;
    color: white;
}

/*a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    height: 20px;
    width: 100px;
    background-color: #e04b00;
    margin-right: 10px;
    font-weight: bold;
    color: white;
    fon
}*/

.lnkbtn {
    display: block;
    width: 100px;
    background-color: lightgrey;
    border: 1px solid black;
    text-align: center;
    text-decoration: none;
    padding: 5px 0px 5px 0px;
}

    .lnkbtn:hover {
        background-color: #aaa;
        cursor: pointer;
        color: black;
    }

    .lnkbtn:visited {
        color: blue;
    }

    .lnkbtn:active {
        border: 1px solid red;
    }

/*.lnkbtn a{
        background-color: lightgray;
        color: white;
        padding: 14px 25px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
    }

.lnkbtn a:visited {
    background-color: #f44336;
    color: white;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}*/

.attachmentgrid {
    border: solid 1px #c1c1c1;
    border-collapse: collapse;
    border-radius: 5px 5px;
}

    .attachmentgrid td {
        padding: 2px;
    }

.forgotPwd-input {
    font-size: 12px;
    border-radius: 3px;
    border: 1px solid #acacac;
    padding: 0.2em 1em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    float: left;
    height: 30px;
    vertical-align: middle;
    width: 90%;
}

      



