﻿
body {
    /*Login Page*/

    background: #002F53;
    color: white;
}

.login-zone {
    margin: 88px auto 0 auto;
    width: 400px;
    height: 618px;
    display: block;
}

.logo {
    /*background-image: url(../Content/theme-c1/images/logo_blanco.png);*/
    background-image: url('images/Logo-Proes.png');
    background-repeat: no-repeat;
    background-position-x: 80px;
    width: auto;
    height: 180px;
    padding-left: 60px;
    padding-bottom: 50px;
}

.welcome {
    font-family: 'Ideal Sans SSm A','Ideal Sans SSm B',sans-serif;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 10px;
}

.result-panel .result-label {
    font-family: 'Ideal Sans SSm A','Ideal Sans SSm B',sans-serif;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 10px;
    width: 400px;
    text-align: left;
    font-weight: normal;
}

.Ship-Shore {
    font-family: 'Ideal Sans SSm A','Ideal Sans SSm B',sans-serif;
    color: #ffffff;
    font-size: 26px;
    line-height: 30px;
    margin: 10px 0 10px;
    font-weight: bold;
}

.input-control {
    width: 370px;
    padding: 30px 15px;
    margin: 0;
    font-size: 18px;
    color: #fff;
    background-color: #07243b;
    outline: 0;
    border: 0;
    font-family: 'Ideal Sans SSm A','Ideal Sans SSm B',sans-serif;
}


.control-group {
    margin-bottom: 10px;
}

input::placeholder {
    color: #d7cfcf;
}

.usp_button {
    color: #fff;
    width: 400px;
    padding: 19px 0 15px 0;
    margin-top: 10px;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    outline: 0;
    border: 2px solid #07243b;
    background-image: linear-gradient(#07243b, #0e3a5d);
}

    .usp_button:hover {
        background-image: linear-gradient(#0e3a5d, #0e3a5d);
        cursor: pointer;
    } 

}

/***** DIALOGOS ******/
.codigoacceso-label {
    color: dimgray;
    font-weight: bold;
    font-size: 100%;
    text-align: left;
    width: auto;
}

.formctl {
    float: left;
    display: block;
    width: 50%;
    font-size: 80%;
    padding: 1px;
}

formctltext {
    padding: 0;
    border: 1px solid black;
}