﻿@charset "utf-8";

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body, html {
    width: 100%;
    height: 100%;
    background: #f5f7f6;
    color: #f5f5f5;
    font: 11px "Roboto", sans-serif;
}

.login {
    position: relative;
    height: 100vh;
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.login {
    background: url(../images/bg-login-2.jpg) no-repeat scroll center center/cover;
    width: 100%;
    height: 100vh;
}

.content-login {
    width: 420px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    margin-top: -60px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    background: #232949ce;
    box-shadow: 0 4px 20px rgba(200, 200, 200, 0.25);
}

.login .content-login {
/*    position: absolute;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    height: 40%;
    top: 25%;
    margin-top: -20%*/
}

.login p {
    display: none;
    margin-top: 0;
    margin-bottom: 0;
    color: white;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 40px;
}

    .login .brand {
        float: left;
        width: 100%;
        position: relative;
        text-align: center;
        padding-bottom: 40px;
    }

    .login table {
        width: 100%;
    }

        .login table table tbody tr:nth-of-type(1) {
            display: none;
        }

        .login table table tbody tr:nth-of-type(2) td:nth-of-type(1), .login table table tbody tr:nth-of-type(3) td:nth-of-type(1) {
            padding: 0;
        }

        .login table table tbody tr:nth-last-of-type(2), .login table table tbody tr:nth-last-of-type(3) {
            text-align: center !important
        }

        .login table table tbody tr:nth-of-type(4) td {
            text-align: left !important;
        }

        .login table input[type="submit"] {
            cursor: pointer;
            width: 100%;
            background: #eca24f;
            padding: 10px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            background: #f8ac59;
            text-shadow: 1px 1px 1px #db9341;
            font-size: 14px;
            border: none;
            color: white;
            margin-top: 30px;
            margin-bottom: 20px;
        }

        .login table input[type="text"], .login table input[type="password"] {
            padding: 7px;
            width: 100%
        }

    .login .hide {
        display: none;
    }

    .login .application {
        padding: 7px;
        width: 100%;
        margin-bottom: 14px;
    }

    .login a {
        color: #fff;
        text-decoration: none;
        float: left;
        width: 100%;
        text-align: center !important;
    }

        .login a:hover {
            text-decoration: underline;
        }

    .login .bottom-div {
        width: 100%;
        text-align: center;
        position: absolute;
        bottom: 20px;
    }

    .login #PasswordRecovery1 #PasswordRecovery1_UserNameContainerID_UserName {
        margin-bottom: 15px;
    }

    .login #PasswordRecovery1 table tr:nth-of-type(2) td {
        padding-bottom: 15px;
        text-align: left !important
    }

    .login #PasswordRecovery1 table tr:nth-of-type(4) td {
    }

#PasswordRecovery1_UserNameContainerID_UserNameRequired {
    display: none;
}

.login #PasswordRecovery1 table input[type="submit"] {
    margin-top: 20px;
}

.login ul li {
    margin-top: 15px;
    background: #f2dede !important;
    color: #a94442 !important;
    padding: 10px;
    border: 1px solid #a94442;
}

#Login1_UserNameRequired, #Login1_PasswordRequired {
    display: none;
}

#Login1_UserName, #Login1_Password {
    margin-bottom: 15px
}

.login #PanelPasswordRecoveryMessage_Button {
    margin-bottom: 15px;
}

.login #PanelPasswordRecoveryMessage_Button {
    margin-top: 20px;
}

.login #PanelPasswordRecoveryMessage_Button {
    cursor: pointer;
    width: 100%;
    background: #eca24f;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background: #f8ac59;
    text-shadow: 1px 1px 1px #db9341;
    font-size: 14px;
    border: none;
    color: white;
    margin-top: 30px;
    margin-bottom: 20px;
}


#changepassmessagediv {
}

    #changepassmessagediv #changepassmessage {
        font: 11px "Roboto", sans-serif;
        line-height: 18px;
        background: #f2dede !important;
        color: #a94442 !important;
        padding: 10px;
        border: 1px solid #a94442;
    }

#ChangePassword1 table td {
    text-align: right !important;
    padding-right: 15px;
}