* {
	margin: 0;
	padding: 0;
	src: url('\/msys/font/GOTHIC.TTF') format('truetype');
    font-family:century gothic;
}

body {
	src: url('\/msys/font/GOTHIC.TTF') format('truetype');
    font-family: century gothic;
    font-size: 12px;
    background-color: white;
    margin: 0px;
    padding: 0px;
    background-color: #1b2631;
}

.div_principal {
    width: 100%;
    height: 105%;
}

.info_1_acesso {
    float: left;
    color: red;
    width: 100%
}

.div_1 {
    margin-top: 40px;
    padding: 5px;
    width: 300px;
    height: 515px;
    background-color: white;
}

.div_1_1 {
    width: 300px;
    height: 300px;
    float: left;
}

.div_1_1 img {
    width: 300px;
    height: 300px;
    /* border: 1px solid black; */
}

.div_1_3 {
    width: 300px;
    height: 30px;
    float: left;
}

.div_box_resultado {
    height: 20px;
    padding: 10px;
    font-size: 15px;
    margin-bottom: 5px;
    /* border-radius: 15px; */
    margin-top: 5px;
}

.div_box_login {
    width: 300px;
}

.input_login {
    float: left;
    border: 1px solid lightgray;
    margin-bottom: 10px;
    width: 300px;
    height: 35px;
    font-size: 20px;
    text-align: center;
    /* border-radius: 15px; */
    color: gray;
    font-family: century gothic;
    src: url('\/font/GOTHIC.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
    /* box-shadow: 0px 5px 10px gray; */
}

.pag_fim {
    float: middle;
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 0;
    /
    /* Permalink - use to edit and share this gradient:
		background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #7f7f7f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #7f7f7f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #7f7f7f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#7f7f7f', GradientType=0);
    /* IE6-9 */
}

.div_box_bt_entrar {
    float: left;
    width: 300px;
}
    
.btn_entrar {
    width: 300px;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    padding: 10px;
    font-size: 20px;
    background-color: #283747;
    color: white;
    border: 0px;
}

.btn_entrar:hover {
    background-color: #5d6d7e;
}

.btn_entrar:active {
    background-color: #aeb6bf;
    box-shadow: 0px 0px 0px gray;
    border: 2px solid lightgray;
}