﻿* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    background: #80888F !important;
}

.container-box {
    width: 370px;
    height: 530px;
    background: #FFFFFF;
    color: #FFF;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 70px 30px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0,.5) 10px 10px 10px;
}

    .container-box .divlog {
        background: white;
        width: 190px;
        height: 190px;
        border: 2px solid #B4BDC6;
        position: absolute;
        top: -100px;
        left: calc(35% - 35px);
        display: block;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.log {
    max-width: 180px;
    width: 100%;
    height: auto;
}

.container-box label {
    margin: 0;
    padding: 0;
    font-weight: bold;
    display: block;
}

.container-box input {
    width: 100%;
    margin-bottom: 20px;
}

.lblogo {
    color: #80888F;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 80px;
    font-weight: normal;
}

.txtlog {
    height: 35px;
    background: rgba(0,0,0,0);
    border: 0px;
    outline: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    font-size: 15px;
    padding-left: 10px;
    color: #04955F !important;
}

.btnSubmint {
    border: none;
    outline: none;
    height: 40px;
    margin-top: 15px;
    background: #80888F;
    width: 100%;
    font-size: 18px;
    border-radius: 4px;
    color: #FFFFFF;
}

.btnSubmint:active {
    color: #FFFFFF;
    background: #80888F;
}