﻿/*Roboto and Rubik Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

@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"]{

}
.control-label {
    color: navy !important;
}
.password-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

    .password-wrapper input[type="password"],
    .password-wrapper input[type="text"] {
        flex: 1 1 auto;
        padding-right: 40px; /* space for the icon */
    }

    .password-wrapper .hideShow {
        position: absolute;
        right: 15px;
        display: flex;
        align-items: center;
        height: 100%;
        cursor: pointer;
    }
.fa-eye{
    color: navy;
}

body {
    height: auto;
    background-color: #EBEEF5;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
p, label {
    font-family: "Roboto", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}
a {
    color: #75A8DD;
}
.bg-image {
    background: url('../images/login-image.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-background {
    min-height: 100vh;
    width: auto;
    margin: auto;
    overflow: hidden !important;
}
.main-background form {
    width: 406px;
    margin: auto;
}

.main-background h1 {
    text-align: center;
    color: #38539A;
}
.form-input {
    width: 100%;
    height: 41px;
    border: none;
}
.login-header {
    text-align: left !important;
    color: #FFFFFF !important;
    font-size: 65px;
    font-weight: 200;
    margin: auto;
    vertical-align: middle !important;
}
.inner-div {
    margin: 30px;
    position: absolute;
    top: 35vh;
}
.dx-button-mode-contained {
    background-color: #5197FB !important;
}
.text-right {
    float: right !important;
}
.left-cont {
    margin: auto;
}
.login-button {
    height: 34px !important;
    width: 232px;
    background: linear-gradient(90deg,rgba(121, 121, 173, 1) 0%, rgba(9, 9, 121, 1) 100%);
    border-radius: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 500;
}

.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/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;
}

@media only screen and (max-width: 1120px) {
    .bg-image {
        display: none;
    }

    .main-background form {
        width: 100%;
        margin: auto;
    }
    .left-cont {
        margin: auto;
        width: 90%;
    }
}