﻿/* poppins-regular */
@font-face {
    font-family: 'Poppins-Regular';
    src: url('../../fonts/Poppins-Regular.ttf') format('truetype');
}

/* poppins-medium */
@font-face {
    font-family: 'Poppins-Medium';
    src: url('../../fonts/Poppins-Medium.ttf') format('truetype');
}

body {
    font-family: 'Poppins-Regular', sans-serif;
    background-color: #3ac47d !important;
    /*background-size: cover ;*/
    /*width: 100%;
    height: 100%;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

#ContentorLogin {
    width: 450px;
}

    #ContentorLogin #LogoFit {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }

        #ContentorLogin #LogoFit img {
            width: 200px;
        }

    #ContentorLogin #CaixaLogin {
        background: linear-gradient(to bottom, #0ba360 0%, #3cba92 100%);
        display: flex;
        align-self: center;
        justify-content: center;
        align-items: center;
        flex-flow: column;
        width: 450px;
        border-radius: 10px;
    }

        #ContentorLogin #CaixaLogin h3 {
            margin-bottom: 40px;
            margin-top: 40px;
            color: #fff;
            font-size:14pt;
        }

        #ContentorLogin #CaixaLogin .formGroup {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-flow: column;            
        }

            #ContentorLogin #CaixaLogin .formGroup:first-child {
                margin-bottom: 15px !important;
            }

            #ContentorLogin #CaixaLogin .formGroup:last-child {
                margin-top: 15px !important;
            }

.formGroup{
    margin: 15px;
}

.form-control {
    font-family: 'Poppins-Regular', sans-serif;
    text-align: center !important;
    font-size: 11pt;       
}

#passwordWrapper{    
    position:relative;
    width:auto;
    height:auto;
}

#iconOlho {
    display: inline !important;
    position:absolute;
    right:10px;
    top:50%;
    color: #404041;
    font-size:1.5em;
    transform:translateY(-50%)
}

.btn {
    font-family: 'Poppins-Regular', sans-serif;
    border-radius: 2px;
    font-size: 12pt !important;
    margin-bottom: 40px !important;
    margin-top: 20px !important;
}

.btn-primary-blue, .dxbButton {
    width: auto;
    height: 30px;
    background-color: #5facfe;
    color: #fff;
}

#ContentorLogin #RecuperarPassword {
    margin-top: 40px;
    text-align: center;
}

    #ContentorLogin #RecuperarPassword a {
        color: #fff;
        font-size: 12pt;
    }

#login-row {
    display: flex;
    justify-content: center;
    align-content: center;
}

#login-box {
    margin-top: 120px;
    max-width: 600px;
    height: 320px;
    border: 1px solid #9C9C9C;
    background-color: #EAEAEA;
}

#login-form {
    padding: 20px;
}

