﻿html {
    background: url("../Image/login/background.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    /*opacity: 0.85;*/
    margin: 0;
    padding: 0;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-size: 8pt;
}

body {
    overflow: hidden;
    height: 100%;
    margin: 0;
    padding: 0;
}

.container {
    position: relative;
    min-height: 100%;
}

.footer {
    position: absolute;
    min-width: 360px;
    width: 100%;
    height: 45px;
    line-height: 18px;
    background-color: Black;
    color: White;
    font-family: Arial,Helvetica,sans-serif;
    text-align: center;
    opacity: 0.7;
    bottom: 0px;
}

td.loginBox {
    border-top: 5px solid blue;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    background: white;
    padding: 5px;
}

td.titleBox {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.buttonText {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: White;
    background: LightCoral;
    background-position: center;
    border: 2px solid LightCoral;
}

.labelText {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: Gray;
}

.error {
    color: red;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
    text-align: left;
    display: block;
}

.transparent-link {
    font-family: Arial,Helvetica,sans-serif !important;
    text-decoration: underline;
    color: #020E50;
    transition: font-weight 0.3s;
    font-weight: normal;
    margin-left: 30px;
    font-size: 15px;
}

    .transparent-link:hover {
        font-weight: bold;
    }

.submit-btn {
    width: 326px;
    height: 50px;
    margin: 5px 30px 10px 30px;
    font-size: 20px;
    border-radius: 5px;
    border: 1px solid #bec4ce;
    color: #020E50;
}

    .submit-btn:hover {
        outline: none;
        border: 1px solid #9bc1ff;
        background-color: #c6c7c9;
    }


/*-----------------------------------------------------------*/
.white {
    width: 87px;
    height: 27px;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    background: #ffffff;
    border-radius: 5px;
    text-decoration: none;
    border: solid #999999 1px;
    box-shadow: 0px 0px 2px #666666;
    outline: none;
    margin-left: 3px;
}

    .white:hover {
        background: #b3b3b3;
        text-decoration: none;
    }

    .white:disabled {
        background: #dbdbdb;
        color: #969696;
    }
/*-------------------------------------------------------*/
.blue {
    width: 87px;
    height: 27px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    background: #0275d8;
    border-radius: 5px;
    text-decoration: none;
    border: solid #0275d8 1px;
    outline: none;
}

    .blue:hover {
        background: #0249d8;
        text-decoration: none;
    }

    .blue:disabled {
        background: #dbdbdb;
        color: #969696;
    }


.noty_message {
    user-select: text !important; /* Allow text selection */
}

.noty_theme__bootstrap-v4.noty_bar .noty_body {
    min-height: 50px !important;
    font-size: 16px !important;
    align-content: center !important;
}
