﻿/* TELA DEPOIS DA CONFIRMAÇÃO DO E-MAIL */

.box-email {
    border-radius: 8px;
    border: 1px solid;
    margin: 50px 0;
}

.box-senha {
    margin: 50px 0;
}

.color-success {
    background: #c6eac7;
    border-color: #3c763d;
    color: #3c763d;
}

.color-failed {
    background: #f9adad;
    border-color: #e40000;
    color: #e40000;
}

.confirmacao-email .row {
    text-align: center;
}

.confirmacao-email h1 {
    line-height: 45px;
}

.confirmacao-email ul {
    padding-left: 0;
}

    .confirmacao-email ul li {
        padding-left: 0;
        padding-bottom: 15px;
    }

.color-success ul li a {
    color: #3c763d;
    text-decoration: underline;
}

.color-failed ul li a {
    color: #e40000;
    text-decoration: underline;
}

.opcoes-after {
    font-size: 18px;
}

.input__phone {
    width: 100%;
    border: 1px solid #d5d5d5;
    height: 34px;
    border-radius: 5px;
}

/* ALERT PARA CONFIRMAR O E-MAIL*/

.fade.in {
    opacity: 1;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -8px;
    right: 0;
    color: inherit;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
    }

a:active, a:hover {
    outline: 0;
}

.alert-info .alert-link {
    color: #245269;
}

.alert .alert-link {
    font-weight: 700;
}