﻿.wrapper-login-sign-in {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-image: url('../images/sign-in-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 3;
}

    .wrapper-login-sign-in::before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.7;
        z-index: -1;
    }

.form-new-sign-in {
    min-width: 400px;
    padding: 40px 25px;
    border-radius: 15px;
    border: 1px solid #ffffff;
    background: #333335;
}

.login-input {
    padding: 10px 15px;
    border: 1px solid #808080;
    border-radius: 4px;
    background: none;
    color: #fff;
    width: 100%;
}

.sumnit-btn-dash button {
    padding: 10px 25px;
    background: #ff6a00;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    border: none;
    outline: none;
    font-size: 16px;
    width: 100%;
    font-weight: bold;
    margin-bottom: 15px;
}
