﻿@font-face {
    font-family: Freeroad Black;
    src: url('/Fonts/Freeroad Black.ttf');
}

@font-face {
    font-family: Freeroad Light;
    src: url('/Fonts/Freeroad Light.ttf');
}

@font-face {
    font-family: Freeroad Regular;
    src: url('/Fonts/Freeroad Regular.ttf');
}

#frmLogin input[type="password"],
#frmLogin input[type="text"]{

}

.fa-eye{
    color: lightgray;
}

body {
    height: auto;
}

.dx-button-mode-contained {
    background-color: #5197FB !important;
}

.dx-button {
    border-radius: 10px !important;
}

.version {
    font-size: 8px;
    text-align: right;
}

.loginLabel {
    font-family: Freeroad Regular;
    font-size: 15px;
    font-weight: 400;
}

.text-right {
    float: right !important;
}

.loginText {
    font-family: 'Freeroad Regular';
    font-weight: 500;
    font-size: 15px;
    color: #fff;
}

.inputStyle {
    background-color: white !important;
    border: 1px solid #ccc;
    border-radius: 10px;
}

    .inputStyle:autofill {
        background-color: white !important;
    }

    .inputStyle:-webkit-autofill {
        background-color: white !important;
    }

.login-main-div {
    vertical-align: central;
    min-height: 100vh;
    margin: 0;
    align-content: center;
    background-image: url(../../images/Ampacity/Backgounds/Background.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.form-signin {
    width: 100%;
    max-width: 35%;
    min-width: 300px;
    margin: auto;
    box-shadow: 5px 5px 15px 5px #000000;
}
