
.login-wrap{
    background-image: url(../img/wallpaper.jpg);
    background-size: cover;
    
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    
}

.login-wrap.cadastro{
    flex-direction: row-reverse;
}

.login-form-box{
    width: 50%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.login-form-box img {
	max-width: 150px;
	margin-bottom: 30px;
}

.login-form-box form {
	width: 70%;
	padding: 20px;
}

.login-form-box .input-group{
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    
}
.login-form-box .form-control{
    width: 100%;
    
}

.login-form-box .btnShowLoginPass {
	position: absolute;
	right: 5px;
	top: 35%;
	background: none;
	box-shadow: none !important;
	border: none;
	font-size: 1.5em;
	z-index: 9;
}

.login-form-box h3 {
	margin-top: 75%;
	border: none;
	font-size: 1.9em;
}

.login-message-box{
    width: 50%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 2.5em;
    color: #fff;
    text-align: center;
    padding: 5%;
}

.login-message-box b{
    color: #C89848;
}


 
.login-form-box {
    background: #fff;
    
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
    padding: 30px 30px 20px 30px;
    max-width: 900px;
    
}

.login-form-box h3 {
    font-weight: 700;
    margin-bottom: 25px;
    color: #111827;
}

.login-form-box label {
    font-weight: 600;
    font-size: 1.2rem;
    color: #374151;
}

.login-form-box .form-control {
    border-radius: 10px;
    border: 1px solid #939495;
    padding: 12px 14px;
    transition: all 0.2s ease;
}

.login-form-box .form-control:focus {
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99,102,241,0.15);
}

.login-form-box hr {
    border-top: 1px solid #e5e7eb;
    margin: 25px 0;
}

.btn-login {
    border-radius: 12px;
    font-weight: 700;
   
    padding: 14px;
    
    border: none;
    transition: all 0.2s ease;
}

.btn-login:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 25px rgba(79,70,229,0.4);
}

.login-message-box {
  
   
    color: #fff;
    
    font-weight: 500;
    line-height: 1.4;
}

.login-message-box b {
    color: #fbbf24;
}
















.ceab-login{

    background-color: #fff;
    background-image: url(../img/wallpaper.jpg);
    background-size: cover;

}

.ceab-overflow{
    content: ' ';
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(0deg,#000,rgba(255,255,255,0.3));
    display: block;
    position: absolute;
    position: fixed;
}

.ceab-login header{
    width: 100%;
    background-color: #222;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #969696;
    font-size: 1.7em;
    color: #fff;
    z-index: 99;
}

.ceab-login header img{
   max-width: 80px;
    
}

.ceab-login-form{
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #f4f4f4;
    width: 100%;
    margin-top: 5%;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.ceab-login-form span.need{
    color: #a19f9f;
}

.ceab-login-form .input-group{
    width: 100%;
    margin-bottom: 20px;
    z-index: 1;
}


.ceab-login-form .btnShowLoginPass{
    position: absolute;
    right: 10px;
    top: 32px;
    z-index: 2;
}

.ceab-login-form  .cn-input-pass{
    width: 85% !important;
}


.ceab-login-form .empresa-logo{
    width: 100%;
    text-align: center;
   
}

.ceab-login-form .empresa-logo img{
    max-width: 50%;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}

.ceab-login-form .empresa-nome{
    font-size: 1.5em;
    vertical-align: middle;
   
    padding-top: 15px;
}

.ceab-login-form h4{
    display: block;
    text-align: center;
}


.swal-footer{
    text-align: center !important;
}


.btn-login{
     background-color: #222 !important;
      border-color: #222 !important;
      transition: all ease-in 0.1s !important;
}
.btn-login:hover,
.btn-login:active,
.btn-login:focus,
.btn-login.active {
  background: #B9974C !important;
 
  border-color: #B9974C !important;
  
}


@media only screen and (max-width : 1200px) {

}

@media only screen and (max-width : 979px) {
  .ceab-login-form  .cn-input-pass{
    width: 80% !important;
}
.ceab-login header{
    font-size: 18px;
}
  
}

@media only screen and (max-width : 767px) {
   .ceab-login-form  .cn-input-pass{
        width: 80% !important;
    }
    .ceab-login header{
        font-size: 18px;
    }
    
    .login-wrap {
	 
	flex-direction: column;
	 
    }
    
    .login-wrap.cadastro{
        flex-direction: column;
    }
    
    .login-form-box {
	width: 90%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	margin-top: 10%;
	border-radius: 12px;
	padding-top: 30px;
    }
    
    .login-form-box form{
        width: 90%;
    }
    
    .login-form-box h3 {
	margin-top: 5%;
	 
}

    
    .login-message-box {
            width: 100%;
            height: auto;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            font-size: 1.5em;
            color: #fff;
            text-align: center;
            padding: 5%;
    }
    
}

@media only screen and (max-width : 480px) {
  .ceab-login-form  .cn-input-pass{
    width: 80% !important;
}
.ceab-login header{
    font-size: 18px;
}
}

@media only screen and (max-width : 320px) {
.ceab-login-form  .cn-input-pass{
    width: 80% !important;
}
.ceab-login header{
    font-size: 18px;
}
    
}