﻿@font-face {
    font-family: 'GT walsheim';
    src: url('../Content/fonts/GT-Walsheim-Bold.ttf');
}

* {
    box-sizing: border-box;
    margin: 0px;
    border: 0px;
}ì

.dm-custom-input:focus {
    outline-width: 2px;
    outline-style: solid;
}

body {
    height: 100%; 
    background-image:url('../Content/Images/loginSuppliers.png');
    background-size: cover;
    background-repeat: no-repeat;
}

/* DM Style */
.container-card-login {
    width: 100%;
    border-right: 1px solid #1E1E1E;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.card-login {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 500px;
    padding: 60px;
    background-color: black;
    border-radius: 24px !important;
	box-shadow: 0px 2px 0px 5px #fe5000;
}

.bg-card-login {
    position: absolute;
    z-index: -1;
    margin-top: 0.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 510px;
    height: 83%;
    padding: 60px;
    border-radius: 24px !important;
    background: linear-gradient(
        to right,
        #96260B 0%,
        #AC2F09 33%,
        #C33807 66%,
        #D84105 100%);
}

input {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    border-radius: 32px !important;
}

.input-group {
    width: 100%;
    display: flex;
    position: relative;
}

/* this doesn't work 
input[type="text"], textarea {
    background: linear-gradient(
        to right,
        #96270bc4 0%,
        #AC2F09 33%,
        #C33807 66%,
        #D84105 100%) !important;
} */

.show-pass {
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: calc(50% - 10px)
}

.input-custom {
    box-sizing: border-box;
    width: 100%;
    height: 65px;
    border-radius: 8px;
    outline: none;
    border: none;
    padding: 20px;
    color: black;
    font-size: 14px;
    background: none;
    border: 1px solid #2e2e2e;
    backdrop-filter: blur(5px);
}

.test-environment {
    font-size: 16px;
    margin-bottom: 5px;
}

.title-group {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    color: #FE5000;
	margin-bottom: 35px;
	font-family: 'GT walsheim';
}

.lost-password {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}

.container-button {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.container-button a {
    text-decoration: none;
    font-weight: bold;
}

.button {
    cursor: pointer;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 65px;
    border-radius: 16px;
    border:0px;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: bold;
    color: white;
    border-radius: 32px !important;
    background: linear-gradient(
        to right,
        #96260B 0%,
        #AC2F09 33%,
        #C33807 66%,
        #D84105 100%);
}

.button:hover {
    transform: translateY(-1px);
    transition: all 0.2s ease-in-out;
}

canvas {
    display: inline;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.docs-version {
    margin-top: 20px;
    width: 100%;
    font-weight: lighter;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
}

@media only screen and (max-width: 750px) {
    .lost-password {
        margin-bottom: 20px;
    }

    .container-button {
        flex-direction: column;
    }

    .button {
        width: 100%;
    }

    .title-group {
        font-size: 24px;
    }
    
    .button {
        height: 50px;
    }

    canvas {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
    }
}

.dm-login-page-error-text {
    margin-right: 8px;
    font-size: 18px;
}

.red-dot {
    color: red !important;
    font-weight: bold;
}

.label-group {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
}

.function-box {
    color: rgb(240,240,240);
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}