/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


.VizeColor {
	color:#2D9596 !important;
}

html {
  /*scroll-behavior: smooth;*/
}

.vize-section .container {
	height:100vh;
	display: flex;
  	justify-content: center;
  	align-content: center;
	font-size: 18px;
	background-color: #2D9596;
}

.form-inline {
	display: flex;
  	flex-flow: row wrap;
  	align-items: center;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
}

.vize-section .container .post-password-form {
	justify-content: center;
	align-self: center;
}


.vizeText {
    width: 100%;
    text-align: center;
	padding-bottom:20px;
	color:#ffffff;
	font-size: 18px;
}

.passwordformInput {
    width: 100%;
}

.passwordformInput input {
    margin-left:5px;
	width:250px;
}

.passwordformInput button {
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	margin-bottom: 0;
}

.passwordformInput > label > button {
    background-color: #fff;
    color:#2334B2;
    border: 0;
	border-radius:5px;
    cursor: pointer;
	padding:4px 15px 4px 15px;
	margin-left:25px;
}


