/*
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 : 13 Feb, 2024, 12:49:13 PM
    Author     : DELL
*/
/*
body {
    font-family: 'Lato', sans-serif;
}

h1 {
    margin-bottom: 40px;
}

*/label {
    color: #333;
    font-size: 20px
}/*

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    width: 80%;
    margin-left: 3px;
    }
.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;

}
.card{
	margin-left: 10px;
	margin-right: 10px;
}


/* ------------ */

.content{
    width:100%; 
    display: flex; 
    justify-content: space-between;
  }
  
  #captcha {
    border-radius: 5px;
    border: 1px solid gainsboro;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  input[type="text"] {
    padding: 12px 20px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    width: 100%;
    margin: 12px 0;
    font-size: 16px;
  }
  
  button {
    background-color: #19ABAD;
    border: none;
    color: white;
    padding: 12px 30px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    /*width: 100%;*/
    border-radius: 5px;
    font-size: 18px;
  }
  
  /* canvas {
 pointer-events: none; 
  }  */
