﻿/* -----------------------------------*/
/* ------>>> Links and Types <<<-------*/
/* -----------------------------------*/
#login-wrapper #content form a:hover { color: #007FFF; text-decoration: none; }
#welcome h1 { color: #013F5C; font-size: 20px; font-weight: 600; margin-bottom: 15px; text-transform: uppercase; }

#incompatibilidade {
         color: #000000;
         font-size: 30px;
         margin-top: 20%;
         width: 100%;
         height: 70%;
 }

/* -----------------------------------*/
/* --------->>> Main Layout <<<--------*/
/* -----------------------------------*/
/* Login Area */
#bg-body-login { background: url('../../../Content/images/bg-pg-login.png') repeat scroll center top;  }
#login-wrapper { margin: 90px auto; display: table; border: 1px solid #ddd; top: 70px; width: 628px; border-radius: 10px; background-color: #f7f7f7; padding: 11px 11px 30px 11px; }

#logo-pronim { float: right; margin-right: 20px; }
#logo-client { width: 590px; text-align: center; height: 110px; margin: 2px auto; margin-bottom: 20px; }
    #logo-client img { margin: 5px auto; }
#login-wrapper #content { width: 100% !important; margin-top: 32px; display: table; height: 300px; float: left; }

/* Área lateral */
#welcome { margin-left: 20px; height: auto; display: table-cell; vertical-align: top; border-right: 1px solid #ddd; }
    #welcome div { width: 290px !important; margin-left: 18px; float: left; }
    #welcome p { line-height: 18px; color: #1F1F1F; margin-bottom: 20px; font-size: 14px; font-weight: 400; }

/* Toast Messages */
#msg-toast { width: 591px; margin: 5px auto; }

/* Outras Opções */
#option-link { margin: 0 auto; float: none; width: 250px }



/* -----------------------------------*/
/* ------->>> Forms Elements <<<-------*/
/* -----------------------------------*/

#login-wrapper form { margin: 0px; width: 305px !important; padding: 0; display: table-cell; vertical-align: top; }
#login-wrapper fieldset { width: 260px; padding: 0; }
#login-wrapper form input[type="submit"] { margin-top: 20px; }
#login-wrapper input[type=text], #login-wrapper input[type=password] { height: 39px !important; line-height: 29px; }
