﻿
@font-face {
    font-family: helveticaneue;
    src: url('/Content/fonts/helvetica-neue.ttf');
}
body {
    font-family: helveticaneue, sans-serif !important;
}

.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-left.Zheus {
  /*  background: rgba(214,180,107,1);
    background: -moz-linear-gradient(left, rgba(214,180,107,1) 0%, rgba(149,122,64,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(214,180,107,1)), color-stop(100%, rgba(149,122,64,1)));
    background: -webkit-linear-gradient(left, rgba(214,180,107,1) 0%, rgba(149,122,64,1) 100%);
    background: -o-linear-gradient(left, rgba(214,180,107,1) 0%, rgba(149,122,64,1) 100%);
    background: -ms-linear-gradient(left, rgba(214,180,107,1) 0%, rgba(149,122,64,1) 100%);
    background: linear-gradient(to right, rgba(214,180,107,1) 0%, rgba(149,122,64,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6b46b', endColorstr='#957a40', GradientType=1 );*/
    width: 60%;
    height: 100vh;
}

    .content-left.BrlTrust {
        background: rgba(24,106,154,1);
        background: -moz-linear-gradient(left, rgba(24,106,154,1) 0%, rgba(28,54,96,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(24,106,154,1)), color-stop(100%, rgba(28,54,96,1)));
        background: -webkit-linear-gradient(left, rgba(24,106,154,1) 0%, rgba(28,54,96,1) 100%);
        background: -o-linear-gradient(left, rgba(24,106,154,1) 0%, rgba(28,54,96,1) 100%);
        background: -ms-linear-gradient(left, rgba(24,106,154,1) 0%, rgba(28,54,96,1) 100%);
        background: linear-gradient(to right, rgba(24,106,154,1) 0%, rgba(28,54,96,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#186a9a', endColorstr='#1c3660', GradientType=1 );
        width: 60%;
        height: 100vh;
    }

.content-left-logo-Hemera {
    -webkit-mask-image: url(/Content/Component/MenuLateral/images/logo_hemera2x.png);
    -webkit-mask-repeat: no-repeat;
    background: #fff;
    height: 25px;
    margin-top: 40px;
    margin-left: 40px;
}

.content-left-logo-Zheus {
    display: flex;
    align-items: center;
    height: 100vh;
    margin-left: calc(50% - 110px);
    padding: 20px 0;
    
}

    .content-left-logo-Zheus .img-background {
        width: 450px;
        transform: translateX(-50%)
    }

.content-left-logo-BrlTrust {
    background: url(https://www.brltrust.com.br/wp-content/themes/brltrust/images/logo.png);
    background-repeat: no-repeat;
    height: 60px;
    margin-top: 40px;
    margin-left: 40px;
}

    .content-right {
        width: 40%;
        height: 100vh;
    }


.content-login {
    display: flex;
    width: 100%;
}



.box-form {
    display: grid;
    position: fixed;
    width: 420px;
    height: 100vh;
    align-items: center;
    left: calc(60% - 420px/2);
    
}



.register-box {
    background: #FFFFFF;
    border-radius: 5px;
    padding: 45px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.46);
    overflow: auto;
}
    .register-box .form-group{
        text-align:left;
    }
    .title-form {
        font-size: 20px;
        color: #000;
        font-weight: 600;
    }

.text-form {
    font-size: 13px;
    color:#999999;
}

.list-btn{
    margin-top: 20px;
    display:flex;
    justify-content:space-around;
}

.zh-link {
    font-size: 14px;
    padding: 0 10px;
    color: #9B9B9B;
    display: block;
    transition: 0.4s;
}

    .zh-link:hover {
        color: #ac8f4f
    }

.list-links {
    display: inline-flex;
    border-collapse: collapse;
}

    .list-links li:first-child {
        border-right: 1px solid #9B9B9B;
    }

    .list-links li:last-child {
        border-left: 1px solid #9B9B9B;
    }

    .list-links a {
        padding: 0 10px;
        color: #9B9B9B;
        display: block;
        transition: 0.4s;
    }

    .list-links li:hover a {
        color: #ac8f4f
    }

a:link, a:visited {
    color: #9B9B9B;
    text-decoration: none;
}

.hr-form {
    width: 80px;
    border-top: 4px solid #D6B46B;
}

.hr-form-BrlTrust {
    width: 80px;
    border-top: 4px solid #186a99;
}



    .btn-grad {
        background-image: linear-gradient(to right, #603813 0%, #b29f94 51%, #603813 100%);
    }

    .btn-grad:hover {
        background-position: right center;
    }


.loginTitulo {
    font-size: 25px;
    font-weight: bold;
    color: #FFF;
}


.select-perfil {
    margin: 30px 0;
}

h3 {
    color: white;
    margin: 20px 0;
}

.animate-switch.ng-animate {
    transition: all 0.6s;
    position: absolute;
    top: 55px;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}


.box-loading .loading {
    margin-left: calc(60% - 75px);
}


@media screen and (max-width: 770px) {

    .content-left.Zheus, .content-left.BrlTrust {
        width: 100%;
    }
    .content-right {
        width: 0;
    }
    .box-form {
        left: calc(50% - 420px/2);
    }

    .box-loading .loading {
        margin-left: calc(50% - 75px);
    }
    .content-left-logo-Zheus{
        align-items: start;
        margin-left: 50%;

    }
        .content-left-logo-Zheus .img-background {
            width: 350px;
        }
}