﻿html, body, form {
	margin:0px;
}
body {
	font-size: 11px;
	font-family: Opensans, Helvetica, Tahoma;
	background-color: #FFF;
    -ms-overflow-style: scrollbar;
}

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.ServicioRosfer-header
{
    text-align: center;
    margin-bottom: 40px;
    height: 310px;
    position: absolute;
    top: 40%;
    margin-top: -155px;
    width: 100%;
}

img.logo-login{
   width: 355px;
   height: 142px;
   margin-bottom: 40px;
}
img.imagemenu{
   width: 90px; height: 20px;
}
body.login-body .login-container .login,
.msj-informativo
{
	 margin: 0px auto;
}
.msj-informativo
{
	width:450px;
	padding: 10px;
}
	.msj-informativo > span
	{
		width:500px;
		color: #333333;
		font-size: 16px;
	}

    html, body.login-body {
    height: 100%;
}
body.login-body {
    padding-top: 20px;
    position: relative;
    min-height: 550px;
}
    body.login-body .login-container {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0px;
    }
    body.login-body .login {
        width: 270px;
        text-align: right;
        padding: 0px 23px 0px 0px;
    }
        body.login-body .login div {
            margin-bottom: 4px;
        }
    body.login-body div.Error1,
    body.login-body div.Error2 {
        margin: 10px 10px 20px;
    }

.estilo-azul
{
    padding: 5px;
    color: #ffffff;
    background-color: #337ab7;
}

div.estilo-azul a {
    padding: 7px;
    margin-bottom: 10px;
    border: 1px solid white;
    border-radius: 5px;
    color:white;
    text-decoration: none;
    cursor:pointer;
}

div.estilo-azul a:hover {
    background-color: #285a86;
}