/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : Jul 18, 2024, 1:30:20?PM
    Author     : janos
*/

body {
  background-image: url("../images/background.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.form_space_before {
    height:70vh;
}

.form_height {
    height: 10%;
}

.form_col1 {
    display: inline; 
    width: 20%
}

.form_col2 {
    display: inline; 
    width: 30%
}

.form_col3 {
    display: inline; 
    width: 30%
}

.form_col4 {
    display: inline; 
    width: 15%
}

.form_col5 {
    display: inline; 
    width: 5%
}

.text_field_size {
    text-align: left;
}

.form_button {
    }
    
@media only screen and (max-width: 980px) {        
    .form_space_before {
        height:10vh;
    }
    
    .form_height {
        height: 20%;
    }
     
    .form_col1 {
        width: 0%
    }

    .form_col2 {
        padding-left: 30vw;
        padding-right: 30vw;
        padding-bottom: 2vw;
        width: 100%
    }

    .form_col3 {
        padding-left: 30vw;
        padding-right: 30vw;
        padding-bottom: 2vw;
        width: 100%
    }

    .form_col4 {
        padding-left: 30vw;
        padding-right: 30vw;
        width: 100%
    }

    .form_col5 {
        width: 0%
    }
    
    .text_field_size {
        height: 10vw;
        width: 50vw;
        font-size: 5vw;
        text-align: center;
    }
    
    .form_button {
        height: 10vw;
        width: 50vw;
        font-size: 4vw;
        text-align: center;
    }

}
