﻿@font-face {
    font-family: 'Raleway';
    src:url('../fonts/raleway.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0 auto;
    background: rgb(240, 243, 244);
    font-family:'Raleway',Arial,Verdana,'Times New Roman';
        background: url('../img/backlogin.jpg') repeat;
}

a {
    text-decoration:none;
    color:#51c8e6;
}

.clear {
    clear:both;
}

fieldset {
    background: #ffffff;
    border: 1px solid #e6e8e8;
    border-radius: 5px;
    margin: 20px 0 20px 0;
    padding: 25px;
    position: relative;
}

    fieldset p {
        margin: 0 0 10px;
        color: #8e8e93;
        direction: ltr;
        overflow-x: hidden;
        height: 100%;
        font-family: Helvetica, Arial, sans-serif;
        font-size: 13px;
    }

        fieldset p a{
            color:#31a60d;
            font-weight:bold;
            text-decoration:none;
        }

fieldset legend {
    background: inherit;
    font-family: "Lato", sans-serif;
    color: #31a60d;
    font-size: 15px;
    left: 10px;
    padding: 0 10px;
    position: absolute;
    top: -12px;
    font-weight: 400;
    width: auto !important;
    border: none !important;
}

#wrapper {
    width:100%;
    height:100%;
}

#content {
    width: 1200px;
    height: 400px;
    margin: 0 auto;
    max-width: 100%;
}

#login {
    height:420px;
    width:400px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-200px;
    margin-top:-250px;
}

#logo {
    position: relative;
    top: 0;
    left: 0;
}

    #logo img {
        width:150px;
    }

#boxLogin {
    width: 380px;
    height: 350px;
    border-radius: 3px;
    background-color:#FFF;
    padding: 20px;
    border: solid 1px #ffd6d8;
}

    #boxLogin h2 {
        margin-top:0px;
    }

#soonar {
    position: relative;
    bottom: 0px;
    right: -45px;
    float: right;
}

    #soonar img {
        width:80px;
    }

#box {
}

    #box input[type=text], #box input[type=password] {
        width: 290px;
        height: 20px;
        color: #8e8e93;
        margin-bottom: 20px;
        padding: 5px;
        border: solid 1px #DDD;
        transition: box-shadow 0.3s, border 0.3s;
        font-weight: 200;
    }

    #box input[type="text"]:focus,
        #box input[type="password"]:focus {
            border: solid 1px #31a60d;
            box-shadow: 0 0 1px 1px #31a60d;
            outline:0px;
        }

    #box input[type=submit] {
        width: 100px;
        height: 30px;
        padding: 5px 5px 5px 0px;
        background-color: #31a60d;
        color: #FFF;
        border: none;
        border-radius:5px;
    }

#btnEntrar {
    width:105px;
    float:right;
    margin-top: 30px;
}

    #btnEntrar span {
        margin-left:-26px;
        color:#FFF;
        vertical-align:middle;
    }

.tr {
    height: 5px;
    width: 100%;
    margin: 0 auto;
    border-bottom: dotted 1px #e6e8e8;
    margin: 10px 0px;
}

.copyright {
    font-size: 11px;
    margin: 0 auto;
    padding: 0px 10px 0;
    text-align: center;
    color:#8e8e93;
}

    .copyright a {
        text-decoration:none;
        font-weight:bold;
    }
@media (max-width: 760px) {
    #login{
        margin-top: -150px;
    }
}    
@media (max-width: 450px) {
    #content{
        width:100%;
    }
    #login{
        width:100%;
        margin:0;
        padding:0;
        left: 0;
        top: 0;
        position: relative;
    }
    #logo img{        
        display: block;
        margin: 15px auto;
    }
    #boxLogin{
        width: 90%;
        padding: 4%;
        margin: 0 auto;
    }
    fieldset{
        width: 90%;
        padding: 5%;
    }
    #box input[type=text], #box input[type=password]{
        width: 95%;
    }
}    