/*
 To change this license header, choose License Headers in Project Properties.
 To change this template file, choose Tools | Templates
 and open the template in the editor.

 Created on : 23/06/2016, 12:59:15
 Author     : Robson V. Leite <robsonvleite.com>
*/
.wc_register_error{
    margin-top: 5px;
    padding: 12px;
    background: #cf7171;
    color: #fff;
    font-size: 0.875em;
    font-weight: 400;
    text-align: center;
    text-shadow: 1px 1px 0 #713B3B;
}

.wc_register_sended{
    position: fixed;
    top: 0;
    left: -15px;
    text-align: center;
    z-index: 101;
}
.wc_register_content {
    display: block;
    width: 410px;
    max-width: 90%;
    margin: 10px auto 10px auto;
    background-color: rgba(255,255,255,0.8);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    padding: 10px;
    min-height: 200px;
}
.wc_register_sended .h2{
    font-size: 1.2em;
    font-weight: bold;
    color: #008B6F;
}

.wc_register_sended .h2 span{
    display: inline-block;
    background: #008B6F;
    margin-bottom: 10px;
    font-size: 2em;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50%;
}

.wc_register_sended p{
    margin-top: 15px;
}


.wc_contact_close{
    position: absolute;
    right: -12px;
    top: -12px;
    padding: 7px 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    background: #cf7171;
    cursor: pointer;
    border: 2px solid #fff;
    font-size: 0.875em;
}

.wc_contact_close:hover{
    background: #F45563;
}

.wc_contact_modal_content header{
    margin-bottom: 20px;
    color: #555;
}


/*MEDIA QUERIE PARA 1088PX*/
@media(min-width:68em) {
    .wc_register_sended{
        left: 10px;
    }
    .wc_register_content {
        width: 520px;
    }
}