.content{
    margin: 15px;
    border-radius: 8px;
    box-shadow: 0px 22px 16px #010F6C40;
    
}

.brasao{
    text-align: center;
    background-color: #FFD300;
    border-bottom: 5px solid #010F6C;
    border-radius: 8px 8px 0 0;
}

.brasao span{
    display: block;
    color: #010F6C;
    font-weight: bold;

}

.brasao img{
    width: 180px;
    margin-bottom: -15px;
}

.form{
    background-color: #F2F2F7;
    padding: 40px;
    border-radius: 0 0 8px 8px;
    color:  #010F6C;

}

.form a{
    color:  #010F6C;
    font-weight: bold;
}

.btn-primary{
    background-color: #010F6C;
    border: none;
    color: #fff;
    border-radius: 4px;
    width: 90px;
    height: 30px;
    padding: 0;
}

.input-group-text{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #010F6C;
    color: #010F6C;
}

input[name=email], input[name=password]{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #010F6C;

}

input[name=email]:focus, input[name=password]:focus{
    background-color: transparent;
    border-bottom: 1px solid #010F6C;

}

::placeholder {
    color: #010F6C !important;
  }

.logos{
    position: relative;
    right: 0;
    top: 30px;
    text-align: right;
}

.logos img{
    margin-right: 1px;
}


@media only screen and (min-width: 568px) {
   
    .brasao{
        border-bottom: none; 
        border-right: 5px solid #010F6C;
        border-radius: 8px 0 0 8px;
    }

    .form{
        border-radius: 0 8px 8px 0;
    }

    html, body{
        height: 100%;
    }

    body{
        display: flex;
    }

    .brasao img{
        width: 160px;
        margin-bottom: -15px;
    }

    .brasao div{
        padding-top: 55px;
    }

    .content{
        min-width: 568px;
        margin: auto;
    } 
  }
