/*
Theme Name: NLP Steps
*/

.g-recaptcha  {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
	margin-top: 30px !important;
}

#toast-container > .toast-error {
    background-color: #da604f; 
    color: #fff;
    opacity: 1 !important;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 0 auto;
}