
/**  =====================
Estilos para sección login de BAS agentes
      Custom css start
==========================  **/

body{
    background: linear-gradient(to right, #101f25, #293453, #35496c, #406087);
}

.bg-degrade {
    background: linear-gradient(to right, #101f25, #293453, #35496c, #37506e);
    background-size: 400% 400%;

    -webkit-animation: BgAnimate 10s ease infinite;
    -moz-animation: BgAnimate 10s ease infinite;
    animation: BgAnimate 10s ease infinite;
}

.half-right-login{
    background-color: #fff;
    padding: 30px;
    border-radius: 0px 12px 12px 0px;
    /*background-image: url("../images/bas/login/bas_login_bg.png");*/
    background-image: url("../images/bas/background_vertical.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
}

.info-company{
    color: #fff;
    text-align: center;
    margin-top: 16px;
}

.half-right-login img{
    width: 100%;
}

.half-left-login{
    background:#fff;
    padding: 65px 45px 114px 65px;
    border-radius: 12px 0px 0px 12px;
}
.cont-title-login{
    margin: 30px auto 38px;
}
.cont-title-login h3, h4{
    text-align: center;
    color: #43678f;
    font-size: 30px;
    font-weight: 600;
}


.half-left-login .cont-icon{
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    /*background-image: linear-gradient(to right, #e5ae6e, #e09d5c, #db8b4c, #d5793d, #d06631);*/
    background: #d5793d;
    margin: -6px 20px 0 0px;
    border-radius: 50%;
    float: left;

}
.half-left-login .cont-icon .icofont {
    font-size: 27px;
    line-height: 50px;
}
.half-left-login form{
    width: 100%;
    float: left;
}
.half-left-login label{
    color: #364c6f;
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    display: block;
    margin: 20px 0 6px;
}
.half-left-login input, .half-left-login input:focus{
    border-radius: 15px!important;
    padding: 15px 10px;
    /* background: #ffecd6; */
    background: #e3eaff;
    border: none;
}
.half-left-login .btn-submit{
    width: 100%;
    border-radius: 15px !important;
    padding: 10px;
    color: #fff;
    /* background: linear-gradient(90deg, rgba(229,174,110,1) 0%, rgba(208,102,49,1) 100%); */
    background-image: linear-gradient(to right, #293453, #35496c, #406087, #4a78a1, #5491bb);
    box-shadow: none;
    border: none;
    font-size: 18px;
    margin: 28px 0 0 0;
    cursor: pointer;
    transition: 0.3s;
}
.half-left-login .btn-submit:hover{
    background-image: linear-gradient(to left, #293453, #35496c, #406087, #4a78a1, #5491bb);
    transition: 0.3s;
}
.half-left-login  .invalid-feedback {
    margin-top: .25rem;
    font-size: .875rem;
    color: #dc3545;
    text-align: left;
    font-weight: 300;
}
.cont-info-detail{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
}
.left-sidebar{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20px;
    background-image: linear-gradient(to bottom, #6ec4e5, #5c89e0, #2d52c2, #263793, #1d356d);
    border-radius: 10px 0px 0px 10px;
}

.bottom-bar, .top-bar, .logo-movil{
    display: none;
}

.insurances-logos{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 20px;
    text-align: center;
}

.insurances-logos img{
        width: 31%;
        margin: 2% 1%;
        max-width: 90px;
}
.img-zurich{
    max-width: 65px !important;
    margin-top: -10px !important;
}
.img-chubb {
    max-width: 150px !important;
}
.img-aig{
    max-width: 70px !important;
}
.logos-movil{
    display:none;
}

.logo-rotate {
    filter: invert(0.20);
    width: 10em !important;
    margin-top: 30px;

    -webkit-animation: LogoRotate 8s ease infinite;
    -moz-animation: LogoRotate 8s ease infinite;
    animation: LogoRotate 7s ease infinite;
}

.logo-rotate-movil {
    width: 10em !important;

    -webkit-animation: LogoRotate 8s ease infinite;
    -moz-animation: LogoRotate 8s ease infinite;
    animation: LogoRotate 7s ease infinite;
}

.logo-home {
    width: 22em !important;
    margin-top: 10px;
}

.conditions-text {
    color: white;
    font-weight: bold;
}

.conditions-click {
    color: white;
    background-color: #3d78d5;
    font-weight: bold;
    padding: 4px;
    border-radius: 5px;
}

@media(max-width:1199px){
    .cont-title-login h3 {
        font-size: 30px;
    }
}

@media(max-width:991px){
    .half-right-login {
        background-size: auto 100%;
    }
    .half-left-login {
        background: #fff;
        padding: 65px 30px 114px 50px;
        border-radius: 12px 0px 0px 12px;
    }
    .main-cont{
        margin: 60px 0 0 0;
    }
}

@media(max-width:767px){
    .half-right-login{
        display: none;
    }
    .left-sidebar{
        display: none;
    }
    .bottom-bar{
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 20px;
        width: 100%;
        background: #3d78d5;
        border-radius: 0px 0px 10px 10px;
    }
    .half-left-login {
        background: #fff;
        padding: 65px 50px 111px 50px;
        border-radius: 12px;
    }
    .top-bar{
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        height: 20px;
        width: 100%;
        background: #3d91d5;
        border-radius: 10px 10px 0px 0px;
    }
    .logo-movil {
        display: block;
        width: 100%;
        float: left;
    }
    .logo-movil img{
        width: 100%;
        max-width: 300px;
    }
    .cont-title-login {
        margin: 8px auto 16px;
        width: 100%;
        float: left;
    }
    .cont-title-login h3 {
        font-size: 30px;
        text-align: center;
        color: #43678f;
    }
    .half-left-login .cont-icon {
        display: none;
        width: 40px;
        height: 40px;
        margin: -7px 17px 0 0px;
    }
    .half-left-login .cont-icon .icofont {
        font-size: 19px;
        line-height: 39px;
    }
    .logos-movil{
        display:block;
        position: relative;
        width: 100%;
        padding: 20px;
        text-align: center;
        margin: 13px auto 11px;
    }
}

@media(max-width:450px){
    .half-left-login {
        padding: 65px 25px 70px 25px;
    }
}

@-webkit-keyframes BgAnimate {
    0%{background-position:0% 92%}
    50%{background-position:100% 9%}
    100%{background-position:0% 92%}
}
@-moz-keyframes BgAnimate {
    0%{background-position:0% 92%}
    50%{background-position:100% 9%}
    100%{background-position:0% 92%}
}
@keyframes BgAnimate {
    0%{background-position:0% 92%}
    50%{background-position:100% 9%}
    100%{background-position:0% 92%}
}

@-webkit-keyframes LogoRotate {
    50% { -webkit-transform: rotate(242deg) }
}

@-moz-keyframes LogoRotate {
    50% { -moz-transform: rotate(242deg) }
}

@keyframes LogoRotate {
    50% { transform: rotate(242deg) }
}
