﻿.center {
    width: 50%;
    height: 50%;
    overflow: hidden;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#contents {
    border: 1px solid black;
    width: 40rem;
    height: 20rem;
    background-color: #313131;
    filter: alpha(opacity=60);
    opacity: 0.8;
    display: flex;
    flex-direction: column;
    /*background-image: url(../../Images/loginBGred1.jpg);

            background-size: 100% 100%;
            background-repeat: no-repeat;*/
    /*background-size: 50% 50%;*/
    /*background-position-x:left;
            background-position-y:bottom;*/
}
.imgLoginLogoLeft {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 0.3rem;
    flex: 0 0;
}

.imgLoginLogoCircuit {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 0.3rem;
    flex: 0 0;
}

.thirdpartyLogos {
    display: flex;
}
.imageTrTrlogo {
    height: 2.5rem;
    padding: 0.1rem;
    background-image: url('./logo/TrackTracking_and_ALKIUMtech_logo1.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 0.6rem;
}
#logingrp {
    flex: 1 1;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
#loginUser {
    float: right;
}

#username {
    width: 100%;
}

#password {
   
}

#login {
    //height: 120px;
}

.margin {
    margin: 5px;
}

.inputboxes {
    width: 15rem;
    height: 1.3rem;
}

button {
    background: #1a99ed;
    background-image: -webkit-linear-gradient(top, #1a99ed, #038ed9);
    background-image: -moz-linear-gradient(top, #1a99ed, #038ed9);
    background-image: -ms-linear-gradient(top, #1a99ed, #038ed9);
    background-image: -o-linear-gradient(top, #1a99ed, #038ed9);
    background-image: linear-gradient(to bottom, #1a99ed, #038ed9);
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    font-family: Arial;
    color: #ffffff;
    /*font-size: 20px;*/
    padding: 8px 15px 8px 15px;
    border: solid #4bb7fa 1px;
    text-decoration: none;
    cursor: pointer;
}

    button:hover {
        background: #2baeff;
        background-image: -webkit-linear-gradient(top, #2baeff, #3498db);
        background-image: -moz-linear-gradient(top, #2baeff, #3498db);
        background-image: -ms-linear-gradient(top, #2baeff, #3498db);
        background-image: -o-linear-gradient(top, #2baeff, #3498db);
        background-image: linear-gradient(to bottom, #2baeff, #3498db);
        text-decoration: none;
    }

button1 {
    opacity: 1;
    background: #c2c2c2;
    background-image: -webkit-linear-gradient(top, #c2c2c2, #828282);
    background-image: -moz-linear-gradient(top, #c2c2c2, #828282);
    background-image: -ms-linear-gradient(top, #c2c2c2, #828282);
    background-image: -o-linear-gradient(top, #c2c2c2, #828282);
    background-image: linear-gradient(to bottom, #c2c2c2, #828282);
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    font-family: Arial;
    color: #ffffff;
    padding: 8px 15px 8px 15px;
    border: solid #4d4d4d 1px;
    text-decoration: none;
}

    button1:hover {
        background: #c2c2c2;
        background-image: -webkit-linear-gradient(top, #c2c2c2, #a1a1a1);
        background-image: -moz-linear-gradient(top, #c2c2c2, #a1a1a1);
        background-image: -ms-linear-gradient(top, #c2c2c2, #a1a1a1);
        background-image: -o-linear-gradient(top, #c2c2c2, #a1a1a1);
        background-image: linear-gradient(to bottom, #c2c2c2, #a1a1a1);
        text-decoration: none;
    }

    .validation-summary-errors {
        color: red;
    }

    .validation-summary-errors ul {
        padding: 0px;
        list-style-type: none;
    }
form i {
    margin-left: -1.3rem;
    cursor: pointer;
    vertical-align: middle;
}
.bi-eye-slash::before {
    content: url('eye-slash-fill.svg');
}
    .bi-eye::before {
        content: url('eye-fill.svg');
    }