body{
    margin-top:80px;
    overflow-x: hidden;
    overflow-y: hidden;
}

label {
	font-size: 12px !important;
}

.imagem-fundo{
    width: 100vw;
    height: 120vh;
    background: url('../img/background-login-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    opacity: 0.9;
}

.login-text-dark{
    color: #9FADBC;
}

.card-login-dark{
    background-color: #1D2125;
}

.card-empresa-dark{
    background-color: #282E33;
}

.transparent {
    /* background-color: rgba(0, 0, 0, 0.5); */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";       /* IE 8 */
    filter: alpha(opacity=50);  /* IE 5-7 */
    -moz-opacity: 0.9;          /* Netscape */
    -khtml-opacity: 0.9;        /* Safari 1.x */
    opacity: 0.9;               /* Good browsers */    
}

.account-block {
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}

.account-block-white{
    background:#edf2f4;
}

.account-block .overlay {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    
}

.account-block .account-testimonial {
    text-align: center;
    position: absolute;
    margin: 0 auto;
    padding: 0 1.75rem;
    bottom: 3rem;
    left: 0;
    right: 0;
}

.text-theme {
    color: #007BFF !important;
}

.btn-theme {
    background-color: #5369f8;
    border-color: #5369f8;
    color: #fff;
}

.clickable-row{
    cursor: pointer;
}

.form-control-black {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #9FADBC;
    background-color: #22272B;
    background-clip: padding-box;
    border: 1px solid #384149;
    border-radius: 0.35rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

