﻿/* Made with love by Mutiullah Samim*/

@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

body {
    /* background-image: url('../Imagens/tela-wall-paper-status-v3.png'); */
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    font-family: 'Roboto', sans-serif;
}



.container {
    height: 100%;
    align-content: center;
}

.card {
    max-height: 400px;
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
    background-color: #000000;
    background-color: hsla(0, 0%, 0%, 0.45)
}

.card-logo {
    background-color: 
    text-align: center;
    padding: 15px;
}

.card-header {
    background-color: rgba(0,0,0,0.0) 
}

.card-body {
    background-color: rgba(0,0,0,0.0) 
}

.card-footer {
    background-color: rgba(0,0,0,0.0) 
}

.social_icon span {
    font-size: 60px;
    margin-left: -10px;
    color: #094396;
}

    .social_icon span:hover {
        color: white;
        cursor: pointer;
    }

.card-header h3 {
    color: white;
    text-align: center;
    margin-top: 10px;
}

.social_icon {
    position: absolute;
    right: 20px;
    top: -85px;
}

.input-group-prepend span {
    width: 50px;
    background-color: #efefef;
    color: #280071;
    border: 0 !important;
    border-radius: 25px;
}

input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.remember {
    color: white;
}

    .remember input {
        width: 20px;
        height: 20px;
        margin-left: 15px;
        margin-right: 5px;
    }

.login_btn {
    color: white;
    background-color: #280071;
    width: 100px;
    border-radius: 25px;
    height: 40px;
}

    .login_btn:hover {
        color: #280071;
        background-color: #efefef;
        border: 1px solid #280071;
    }

.login_btn_old {
    color: white;
    background-color: #D56F2B;
    width: 100%;
    border-radius: 25px;
    /*height: 40px;*/
}

    .login_btn_old:hover {
        color: #D56F2B;
        background-color: #efefef;
        border: 1px solid #D56F2B;
    }

.links {
    color: white;
}

    .links a {
        color: white;
        margin-left: 4px;
    }

.link a {
    color: white;
    margin-top: 10px;
}

    .link a:hover {
        color: dimgray;
        margin-left: 0px;
        text-decoration: none;
    }

.remove-obj {
    display: none;
}

.input-group h2, p {
    color: white;
    font-family: 'Numans', sans-serif;
}

.input-group input {
    border-radius: 0px 25px 25px 0px !important;
    height: 3rem;
    background-color: #efefef;
    border: 1px;
}

/*Início MULTI STEP*/
.multi-step .modal-footer .btn-next {
    background-color: #280071 !important;
}

.multi-step .modal-footer .btn-prev {
    background-color: #280071 !important;
}

.multi-step .modal-header .modal-steps .step.completed .dot, .multi-step .modal-header .modal-steps .step.completed::after, .multi-step .modal-header .modal-steps .step.current .dot, .multi-step .modal-header .modal-steps .step.current::after {
    border-color: #D56F2B;
}

    .multi-step .modal-header .modal-steps .step.completed .dot::before {
        background-color: #D56F2B;
    }

.multi-step .modal-footer .btn-prev.disabled {
    background-color: #EAEAEA;
    color: #fff;
}
/*Fim MULTI STEP*/
.step.current .label {
    font-weight: bold !important;
}
