body {
    font-family: Tahoma,sans-serif;
    background-color: #2283a3;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Tahoma,sans-serif;
    font-weight: lighter;
}

.text-light, .text-light:hover, a.text-light, a.text-light:focus, a.text-light:hover {
    color: #fff;
}

#login-container {
    position: absolute;
    width: 300px;
    top: 100px;
    left: 50%;
    margin-left: -150px;
    z-index: 1000;
}

.sub-title {
    color: #FFDD00;
    text-align: center;
    margin: -10px 0 20px;
    font-size: 14px;
}


.block {
    margin: 0 0 10px;
    padding: 30px 15px 1px;
    background-color: #fff;
    border-radius: 15px;
}

.block-title {
    margin: -20px -15px 20px;
    border-bottom: 1px solid #dae0e8;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background: rgba(218,224,232,.15);
}

    .block-title h1, .block-title h2, .block-title h3, .block-title h4, .block-title h5, .block-title h6 {
        display: inline-block;
        font-size: 14px;
        line-height: 1.4;
        margin: 0;
        padding: 10px 15px 9px;
        font-weight: 600;
        border: none;
    }

.block-options {
    padding: 2px 3px;
    height: 38px;
}

    .block-options .icon {
        min-width: 34px;
        height: 34px;
        padding: 6px 8px;
        font-size: 18px;
        text-align: center;
        color: #333;
        opacity: .3;
        border-color: transparent;
        -webkit-transition: opacity .15s ease-out;
        transition: opacity .15s ease-out;
    }

.form-horizontal {
    margin: 0px;
    padding: 0px;
}

.form-group {
    margin: 0px;
    padding: 10px 10px;
}

.form-control {
    padding: 6px 8px;
    max-width: 100%;
    color: #454e59;
    border-right: 10px;
    height: 40px;
}

.form-actions {
    margin: 0px;
    padding: 0px 0px 20px 0px;
    border-radius: 10px;
    border: none;
}

.input-group-addon {
    padding: 6px 12px;
    color: #555;
    background: none;
    text-align: center;
    border-color: #dae0e8;
    border-radius: 3px;
    border-left: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.text-muted {
    color: #fff;
}

.btn-acess {
    margin: 0px;
    padding: 5px;
    border-radius: 5px;
    background-color: #2283a3;
    color: #fff;
    width: 100%;
    height: 40px;
    font-weight: bolder;
    border: none;
}

.btn-forget {
    margin: 0px;
    color: #2283a3;
    background-color: #fff;
    font-weight: bolder;
    border: none;
    font-size: 11px;
}

.borda {
    text-align: center;
    margin-top: -50px;
    height: 80px;
    
}

.logos {
    width: 90px;
    height: 89px;
    border-radius: 50%;
    text-align: center;
    border: solid 8px white;
    
}
.logo-login {
   margin-left:10px;
}
.title-esqueci-senha {
    color: #2283a3;
    text-align: center;
    margin: -10px 0 20px;
    font-size: 14px;
    font-weight: bolder;
}


.logo-top {
    margin-right: 10px;
}
@media screen and (min-width: 768px) {
    #login-container {
        width: 300px;
        top: 120px;
        margin-left: -190px;
    }

    .block, .widget {
        margin-bottom: 20px;
    }

        .block, .block.full, .content-header, .content-header-media .header-section, .modal-body {
            padding-left: 20px;
            padding-right: 20px;
        }

    .block-title, .form-bordered {
        margin-left: -20px;
        margin-right: -20px;
    }
}
