﻿body, form {
    /* background: #fdd591; */
    /*background-image: url(../../custom/images/MDC_Back_2.jpg);*/
    background-image: url('../../img/back.jpg');
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    color: #FFFFFF;
    height: 100%;
    font-family: 'latolight','Helvetica, Arial','sans-serif';
}    height: 100%;
    font-family: 'latolight','Helvetica, Arial','sans-serif';
}

a {
/*background: #F4BE5C;*/
    background: #0C4975;
    color: #FFFFFF;
    text-decoration: none;
}



.trademark {
    font-family: 'raleway', 'Helvetica', 'Arial,sans-serif';
    text-align: center;
    font-size: 3.6em;
}

    .trademark .char1, .trademark .char2, .trademark .char3, .trademark .char4,
    .trademark .char5, .trademark .char6, .trademark .char7, .trademark .char8,
    .trademark .char9, .trademark .char10, .trademark .char11, .trademark .outstanding {
        color: #FFFFFF;
    }

.error {
    color: red;
}

.azureSignInButton {
    background-color: #1c1c1c;
    border-radius: 10px;
}

.azureSignInButton:hover {
    background-color: black;
}

.login {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .login td {
        display: table-cell;
        vertical-align: middle;
    }

.divlogin {
    margin: 0 auto;
    width: 400px;
    padding: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 10px;
background: rgb(0,60,106);
    background: -moz-linear-gradient(74deg, rgba(0,60,106,1) 0%, rgba(0,60,106,0.8687850140056023) 35%, rgba(0,60,106,0.7147233893557423) 100%);
    background: -webkit-linear-gradient(74deg, rgba(0,60,106,1) 0%, rgba(0,60,106,0.8687850140056023) 35%, rgba(0,60,106,0.7147233893557423) 100%);
    background: linear-gradient(74deg, rgba(0,60,106,1) 0%, rgba(0,60,106,0.8687850140056023) 35%, rgba(0,60,106,0.7147233893557423) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003c6a",endColorstr="#003c6a",GradientType=1);}

    .divlogin .flip-card, #license .flip-card {
        margin: 0 auto;
        width: 320px;
        height: 100px;
    }

    .divlogin .flip-card-front, #license .flip-card-front {
        width: 320px;
        height: 100px;
    }

    .divlogin .flip-card-back, #license .flip-back {
        width: 320px;
        height: 100px;
    }

.logo {
     background-image: url('../../custom/logos/bardenas.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    height: 120px;
    width: 300px;
    margin-bottom: 30px;
    margin: 0 auto;
}

.login .cell {
    box-sizing: border-box;
    margin: 50px auto;
    width: 300px;
    text-align: center;
}

.login .others {
    margin: 20px auto;
    width: 300px;
    text-align: center;
}

.login i {
    display: block;
    float: left;
    margin-right: 10px;
    line-height: 1.6em;
    font-size: 1.4em;
    /*color: #0B3646;*/
    color: #FFFFFF;}

.login h2 i {
    float: none;
}

.login input[type='text'], .login input[type='password'] {
    font-size: 1.5em;
     /*background: transparent;*/
    /*color: #dddddd;*/
    color: #0B3646;
    border: none;
    border-bottom: solid 1px #dddddd;
    width: 255px;
    border-radius: 5px;
}

    .login input[type='text']:focus, .login input[type='password']:focus {
        outline: none;
    }


 .mainbutton {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 2em;
    padding: 5px;
    text-align: center;
    background: #333333;
    color: #000000;
    text-decoration: none;
    width: 75%;
    /*background-color: #C1D72E;*/
    background-color: #5C9CB7;
    border-radius: 10px;
    border: 1.5px solid #FFFFFF;
}

 .mainbutton:hover {
        background-color: silver;
    }


.confirm, .confirm h1, .confirm h2 {
    text-align: center;
}

#pass-status {
   position: relative;
   float: right;
   top: -20px;
   left: -10px;
}