/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 7 de dez. de 2023, 14:55:27
    Author     : Vedoble
*/
.pop-up-login{
    width: 420px !important;
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 40px);
    text-align: center;
    height: 438px;
    border-radius: 40px !important;

}

.txt-pop-up{
    margin-bottom: 20px !important;
    color: #7F7F7F !important;
}

.txt-pop-up2{
    font-size: 24px !important;
    line-height: 30px !important;
    margin-bottom: 20px !important;
    color: #495057 !important;
    margin-left: -50px !important;
}

.txt-pop-up3{
    font-size: 24px !important;
    line-height: 30px !important;
    margin-bottom: 20px !important;
    color: #495057 !important;
}

.txt-novidades{
   font-size: 13px;
}


.input-pop-up {
    border-radius: 25px !important;
    width: 100% !important;
    height: 60px !important;
    color: #495057;
    background: #ffffff;
    padding: 0.5rem 0.5rem;
    border: 1px solid #ced4da;
    border-top-color: rgb(206, 212, 218);
    border-right-color: rgb(206, 212, 218);
    border-bottom-color: rgb(206, 212, 218);
    border-left-color: rgb(206, 212, 218);
}

.ui-input-icon-right{
    width: 100% !important;
}

.input-pop-up.ui-state-focus{
    border-color: #1EE13C !important;
    box-shadow:0 0 0 .2em  #1EE13C !important;
}

.input-pop-up:hover{
    border-color: #00A849 !important;
    box-shadow:0 0 0 .2em  #00A849 !important;
}

.pop-up-btn {
    width: 100%;
    color: white;
    font-weight: bold !important;
    font-size: 20px !important;
    background: #00A849 !important;
    border: none !important;
    height: 50px !important;
    border-radius: 50px !important;
}

.pop-up-btn-cadastrar {
    width: 100%;
    color: #7F7F7F  !important;
    font-weight: bold !important;
    font-size: 20px !important;
    background: #F4F4F4 !important;
    border-color: #7F7F7F !important;
    height: 50px !important;
    border-radius: 50px !important;
}

.btn-facebook{
    border: none !important;
    background-color:  #3B5998 !important;
    padding-top: 7px !important;
}

.btn-twitter{
    border: none !important;
    background-color: #55ACEE !important;
    padding-top: 7px !important;
}
body .ui-chkbox .ui-chkbox-box.ui-state-active {
  border-color: #00A849 !important;
  background: #00A849 !important;
}
body .ui-chkbox .ui-chkbox-box.ui-state-focus {
    box-shadow: none!important;
}
body .ui-chkbox .ui-chkbox-box.ui-state-hover {
  border-color: #00A849 !important;
  
}
.novidade_email{
    margin-right: 6px!important;
}
.h-line-pop-up{

    border-bottom: 1px solid #C7C7C7;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;

}