﻿@font-face {
    font-family: 'Roboto'; /*a name to be used later*/
    src: url(~/Content/nahia-design/font/Roboto/Roboto-Regular.ttf); /*URL to font*/
}

.navbar-login {
    background-color: #fff !important;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 72.5px !important;
    border: hidden !important;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.03);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


.navbar-login .img-logo {
    padding-left: 28px;
    /*width: 128px;*/
    height: 36px;
}

.mundo {
    background: url(images/fondoalliancecloud.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#content-login {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 99%;
}

#panel-info {
    width: 50%;
}

#panel-info .img-panel{
    width: 100%;
    padding: 0 .5rem;
}
.barra-vertical {
    width: 4px;
    background: #53575a;
    height: 70%;
    border-radius: 10px;
    margin: 0 10px;
}


#loginForm {
    width: 50%;
    margin: auto;
}

#loginForm .cloud-arrow-up {
    width:20px;
    color: #88ba00;
}


#loginForm .form-horizontal {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.title-form {
    font-size: 20pt;
    color: #53575a;
    font-weight: bold;
}

.form-imput {
    width: 100%;
    padding: 10px 5px;
    text-align: center;
    height: 35px;
    min-width: 100%;
    border-radius: 4px;
    color: #313131;
    font-size: 14px;
    font-weight: 500;
    border: solid 1px #dfdfdf;
}

.info-error-head {
    color: #f3696f;
    font-size: 15px;
}
.info-error-head ul{
    padding:0;
}

.info-error {
    color: #f3696f;
    font-size: 10px;
    line-height: 1.7;
}

.info-password {
    width: 50%;
}

.btn-logIn {
    background-color: #88ba00;
    border-color: #88ba00;
    font-size:16px;
    font-weight:bold;
    width:50%;
    color:#fff;
}
.btn-logIn:hover {
    color: #fff;
    opacity: 0.9;
}



.d-flex {
    display: flex;
}
.justify-content-between {
    justify-content:space-between;
}

.justify-content-center {
    justify-content: center;
}

.aling-item-center{
    align-items:center;
}

.color-label-primary {
    color: #7a7d80;
    font-size: 14px;
    line-height: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: 500;
}
.label-link {
    color: #183585;
    font-size: 12px;
    line-height: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: 500;
    font-style: italic;
    display: inline-block;
}

.barra {
    border-top: 3px solid #88ba00;
    height: 30px;
    margin-top: 10px;
}


.footerAbs {
    position: fixed;
    right: 15px;
    bottom: 10px;
}

input[type="checkbox"] {
    margin: 0 5px 0 0;
}

.mt-1{
    margin-top: 0.25rem;
}
.mb-0 {
    margin-bottom: 0;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.pl-0{
    padding-left:0;
}
.pr-0 {
    padding-right: 0;
}

.m-auto{
    margin:auto;
}

@media (max-width: 993px) {
    #loginForm {
        width: 50%;
    }
    #loginForm .form-horizontal {
        display: block;
    }

    #panel-info, .barra-vertical {
        display: none;
    }
}

@media (max-width: 769px) {
    #loginForm {
        width: 60%;
    }
    #loginForm .form-horizontal {
        display: block;
    }
}


@media (max-width: 576px) {
    .w-sm-100 {
        width: 100% !important;
    }
    #loginForm{
        width:100%;
    }
    #loginForm .form-horizontal{
        display:block;
    }
}



