.button-login {
	background:  #4183D7;
	border-color:background:  #4183D7;
}

.button-login:hover {
	background:  #4183D7 !important;
	border-color:background:  #4183D7 !important;
	opacity: 0.5;
}

.page-content {
	position: fixed;
	display: flex;
	align-items: center;
}


.v2 {
    border-radius: 15px;
    padding: 32px!important;
}

h4.login-title {
    display: none;
}

.logo.img-responsive img {
    width: 38px!important;
    margin-bottom: 13%;
}

body.sidebar-light.pace-done {
    background-color: #00b5ff69;
    background-blend-mode: overlay;
    background-repeat: no-repeat;
}
.row.justify-content-md-center {
    margin: 13%;
}

.letreiro.col-sm-8 {
    text-align: end;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-content: space-around;
    flex-direction: row-reverse;
    padding-top: 6%;
}

.letreiro.col-sm-8 p {
    font-size: 12rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    line-height: 90px;
}