         html, body {
               background-color: rgba(95, 33, 103, 0.82) !important;
			    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#4e73df),to(#224abe));
			    background-image: linear-gradient(180deg,rgba(24, 64, 127, 0.25) 10%,rgba(95, 33, 103, 0.41) 100%);
			    background-size: cover;
			    color: white;
			    font-family: 'Raleway', sans-serif;
			    font-weight: 100;
			    height: 100vh;
			    margin: 0;
            }


            .full-height {
                height: 100vh;
            }

            .flex-center {
                align-items: center;
                display: flex;
                justify-content: center;
            }

            .position-ref {
                position: relative;
            }

            .top-right {
                position: absolute;
                right: 10px;
                top: 18px;
                color:white !important;
            }

            .top-right>a {
      
                color:white !important
                font-weight: bold !important;
            }

            .content {
                text-align: center;
            }

            .title {
                font-size: 2.7em;
                font-weight: bold;
            }

            .links > a {
                color: #636b6f;
                padding: 0 25px;
                font-size: 12px;
                font-weight: 600;
                letter-spacing: .1rem;
                text-decoration: none;
                text-transform: uppercase;
            }

            .m-b-md {
                margin-bottom: 30px;
            }


.titulo-plaza{
  font-weight: bold;
}


.readOnly{
	    background: blanchedalmond;
}

.form-control:disabled, .form-control[readonly] {

	background: blanchedalmond !important;
}

.bg-gradient-primary {
    background-color: rgba(95, 33, 103, 0.54) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#4e73df),to(#224abe));
    background-image: linear-gradient(180deg,rgba(24, 64, 127, 0.75) 10%,rgba(95, 33, 103, 0.63) 100%);
    background-size: cover;
}

.navbar{
	background-color:rgb(177, 147, 220) !important;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#4e73df),to(#224abe));
        background-image: linear-gradient(180deg,rgba(24, 64, 127, 0.34) 10%,rgba(95, 33, 103, 0.12) 100%);


}

#logoutModal{
	color:black !important;
}

#nabvar-bk{
	margin-bottom: 15%;
}
/*#nabvar-bk{
	background-color:rgb(177, 147, 220) !important;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#4e73df),to(#224abe));
        background-image: linear-gradient(180deg,rgba(24, 64, 127, 0.34) 10%,rgba(95, 33, 103, 0.12) 100%);
}*/