.alert.alert-danger {
    position: absolute;
    bottom: 0;
    text-align: center;
    margin: 20px 0;
}
p {
    margin-bottom: 50px;
}


body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background: radial-gradient(circle, #1565c0, #1a202c);
}

.border {
    margin-bottom: 8em;
    border-width: 4px !important;
    border-color: #1e2530 !important;
    border-radius: 2%;
}
.background2{
    background: #1e2530;
    margin: 5px 5px 5px 5px;
}

.card {
    margin-bottom: 20px;
    border: none;

}
.imaglog{
    background: white;
    font-size: 25px;
}

.red-line{
        width: 100vw; /* Largura responsiva */
        height: 4px;
        background-color: red;   
}
.box {
    width: 500px;
    padding: 40px;
    top: 50%;
    left: 50%;

    text-align: center;
    transition: 0.25s;
    margin-top: 100px;
    border-radius: 10px;
}

.box input[type="text"],
.box input[type="password"] {
    font-family: Montserrat-Bold;
    font-size: 15px;
    line-height: 1.2;
    color: #333;
    display: block;
    width: 100%;
    background: #fff;
    height: 50px;
    border-radius: 25px;
    padding: 0 30px 0 53px;
}

.box h1 {
    font-family: Montserrat-ExtraBold;
    font-size: 24px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 20px !important;
}

.box input[type="text"]:focus,
.box input[type="password"]:focus {
    border-color: #2ecc71
}

.box input[type="submit"] {
    font-family: Montserrat-Bold;
    font-size: 15px;
    line-height: 1.5;
    color: #e0e0e0;
    width: 50%;
    height: 50px;
    border-radius: 25px;
    background: #184B87;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    position: relative;
    z-index: 1;
}

.box input[type="submit"]:hover {
    background: #2ecc71
}

.forgot {
    text-decoration: underline
}

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0
}

ul.social-network li {
    display: inline;
    margin: 0 5px
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff
}

.social-network a.icoGoogle:hover {
    background-color: #BD3518
}

.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i {
    color: #fff
}

a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px
}

.social-circle li i {
    margin: 0;
    line-height: 50px;
    text-align: center
}

.social-circle li a:hover i,
.triggeredHover {
    transform: rotate(360deg);
    transition: all 0.2s
}

.social-circle i {
    color: #fff;
    transition: all 0.8s;
    transition: all 0.8s
}