﻿.login-container {
    text-align: center;
    margin: auto;
    width: 50%;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 20px;
}

    .login-container input {
        width: 100%;
        border: 1px solid #343A40;
    }

.logo img {
        height: auto;
        width: 8rem;
}

    .login-container label {
        font-weight: bold;
    }

    .login-button {
        width: 40%;
    }

.logo {
    width: auto;
    margin: auto;
    position:absolute;
    bottom : 0;
    right:0;
    padding-bottom:2rem;
    padding-right:2rem;
}

#errorHolder {
    text-align: center;
}

#login-box {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    max-height: 70%;
    width: 100%;
    /* margin: 0 auto; */
    min-height: 250px;
    padding: 20px;
    z-index: 9999;
    margin-top: 5%;
    margin-bottom: 5%;
    background-color: white;
    max-width: 70%;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
    overflow-x: hidden;
    overflow-y: auto;
}

    #login-box .controls {
        padding-left: 3rem;
        padding-right: 3rem;
        width:80%;
        margin:auto;
    }

        #login-box .controls input {
            border-radius: 0px;
            border-bottom: 2px solid #d9d9d9;
            border-top: 0px;
            border-left: 0px;
            border-right: 0px;
            color: #262626;
            font-family: 'Helvetica', sans-serif;
            margin-bottom: 1rem;
        }

            #login-box .controls input:focus {
                box-shadow: none;
            }

            #login-box .controls input:first-child {
                border-top-left-radius: 2px;
                border-top-right-radius: 2px;
            }

            #login-box .controls input:last-child {
                border-bottom-left-radius: 2px;
                border-bottom-right-radius: 2px;
            }

    #login-box button.btn-custom {
        border-radius: 2px;
        margin-top: 8px;
        background: var(--mc-sonae-tertiary, #000F64);
        color: white;
        font-family: 'Helvetica', sans-serif;
    }

        #login-box button.btn-custom:hover {
            -webkit-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease;
            background-color: #206dc5;
            cursor: pointer;
        }

    .controls a {
        color: var(--mc-sonae-tertiary, #000F64);
    }

.block-element{
    cursor:not-allowed;
}

.backoffice {
    color: var(--mc-sonae-tertiary, #000F64);
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.pml-icon {
    text-align: center;
    margin-top: 30px;
}

.pml-text {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.version-login{
    padding-right:2rem;
}