@import "main.css";

#form-area{
    background-image: url("../images/pattern_transp1.png");
    height: 100vh;
}

#form-box{
    margin-top: 6vh;
}

.form-group{
    padding-bottom: 3vh;
}

.form-control{
    
    border-radius: 30px;
    border: solid #fff 5px;
    box-shadow: 6px 4px 0px 0px rgb(116, 122, 115, 0.8);
    background-color: #f2f2f2;
}

.modal-content{
    border-radius: 30px;
    border: solid #fff 5px;
    box-shadow: 6px 4px 0px 0px rgba(182, 190, 180, 0.6);
    background-color: #f2f2f2;
    display: inherit;
    max-width: 500px;
    max-height: 300px;
    font-size: 1.0rem;
    padding-bottom: 0px;
}



#megseButton, #kuldesBtn3{
    position: relative;
    top: 10px;
	left: -30px;

}

@media screen and (max-width: 900px) {
    body{
        height: 100%;
        background-size: cover;
    }

    #form-area{
        background-image: url("../images/pattern_transp.png");
        height: 100%;
    }

    #form-box{
        margin-top: 0vh;
    }
 
    .form-control, #check-box{
        display: inline-block;
        max-width: 100%;
    }

    #boldHeader{
        margin-top: 5vh;
        color: #65944c;
        font-size: 8vw;
        font-family: karbonSemiBold;
        text-transform: uppercase;
        text-align: center;
    }
   
    .normalText{
        font-family: karbonRegular;
        font-size: 4.2vw;
        text-align: center;
        font-weight: bolder;
    }

    #full-screen, .logo-lg-screen, #kuldesBtn1{
        display: none;
    }
	.kuldesButton {
    box-shadow: 3px 4px 0px 0px rgba(182, 190, 180, 0.6);
    background:linear-gradient(to right, #fcd141 5%, #ffc402 100%);
    border-radius:20px;
    display:inline;
    cursor:pointer;
    color:#4c504b;;
    font-family:karbonSemiBold;
    font-size:25px;
    font-weight: bold;
    padding: 0px 35px;
    text-decoration:none;
    text-shadow:0px 0px 0px #2f6627;
    margin-top: 1vh;
    margin-bottom: 1vh;
    z-index: 100;
    border: none;
}

.kuldesButton:hover {
    background:linear-gradient(to right, #b4beb2 5%, #747a73 100%);
    color:#ffffff;
}
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 0.8rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
  }
  
  .form-control{
	  font-size: 0.8rem;
  }
  .visszaButton {
    box-shadow: 3px 4px 0px 0px rgb(116, 122, 115, 0.8);
    background:linear-gradient(to right, #5bad33 5%, #65944c 100%);
    border-radius:20px;
    display:inline;
    cursor:pointer;
    color:#ffffff;
    font-family:karbonSemiBold;
    font-size:25px;
    font-weight: bold;
    padding: 0px 30px;
    text-decoration:none;
    text-shadow:0px 0px 0px #2f6627;
    margin-top: 5vh;
    float: right;
    
}
.visszaButton:hover {
    background:linear-gradient(to right, #67c239 5%, #83c062 100%);
    background-color:#256b00;
    color:#ffffff;
}
.row{
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#megseButton {
    box-shadow: 3px 4px 0px 0px rgba(182, 190, 180, 0.6);
    background:linear-gradient(to right, #fff 5%, #f1f1f1 100%);
    color:#4c504b;
    border-radius:20px;
    display:inline;
    cursor:pointer;
    font-family:karbonSemiBold;
    font-size:30px;
    font-weight: bold;
    padding: 0px 35px;
    text-decoration:none;
    text-shadow:0px 0px 0px #2f6627;
    margin-top: 1vh;
    margin-bottom: 1vh;
    border: none;
}

#megseButton:hover {
    background:linear-gradient(to right, #b4beb2 5%, #747a73 100%);
    color:#fff;
}
}

@media screen and (min-width: 901px) {
    body{
        background-size: cover;
        position: fixed; 
        overflow-y: scroll;
        width: 100%;
    }

    #small-screen, #small-img, #small-text, #check-box, #kuldesBtn2, #check-box{
        display: none;
    }
	
	  .form-control{
	  font-size: 1.0rem;
  }

    #small-img{
        z-index: -1;
    }

    .logok{
        max-width: 10%;
    }

    #sasmob_logo{
        position: fixed;
        bottom: 30px;
        right: 1%;
        max-width: 5%;
    }

    #szeged_logo{
        position: fixed;
        bottom: 30px;
        left: 1%;
        max-width: 8%;
    }

    .kuldesButton{
        float: right;
    }

   	#boldHeader{
    margin-top: 5vh;
    color: #65944c;
    font-size: 2.5vw;
    font-family: karbonSemiBold;
    text-transform: uppercase;
	}
.normalText{
    font-family: karbonRegular;
    font-size: 1.2rem;
}
.kuldesButton {
    box-shadow: 3px 4px 0px 0px rgba(182, 190, 180, 0.6);
    background:linear-gradient(to right, #fcd141 5%, #ffc402 100%);
    border-radius:20px;
    display:inline;
    cursor:pointer;
    color:#4c504b;;
    font-family:karbonSemiBold;
    font-size:30px;
    font-weight: bold;
    padding: 0px 35px;
    text-decoration:none;
    text-shadow:0px 0px 0px #2f6627;
    margin-top: 1vh;
    margin-bottom: 1vh;
    z-index: 100;
    border: none;
}

.kuldesButton:hover {
    background:linear-gradient(to right, #b4beb2 5%, #747a73 100%);
    color:#ffffff;
}
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1.2rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
  }
  .visszaButton {
    box-shadow: 3px 4px 0px 0px rgb(116, 122, 115, 0.8);
    background:linear-gradient(to right, #5bad33 5%, #65944c 100%);
    border-radius:20px;
    display:inline;
    cursor:pointer;
    color:#ffffff;
    font-family:karbonSemiBold;
    font-size:30px;
    font-weight: bold;
    padding: 0px 30px;
    text-decoration:none;
    text-shadow:0px 0px 0px #2f6627;
    margin-top: 5vh;
    float: right;
    
}
.visszaButton:hover {
    background:linear-gradient(to right, #b4beb2 5%, #747a73 100%);
    background-color:#256b00;
    color:#ffffff;
}
#megseButton {
    box-shadow: 3px 4px 0px 0px rgba(182, 190, 180, 0.6);
    background:linear-gradient(to right, #fff 5%, #f1f1f1 100%);
    color:#4c504b;
    border-radius:20px;
    display:inline;
    cursor:pointer;
    font-family:karbonSemiBold;
    font-size:30px;
    font-weight: bold;
    padding: 0px 35px;
    text-decoration:none;
    text-shadow:0px 0px 0px #2f6627;
    margin-top: 1vh;
    margin-bottom: 1vh;
    border: none;
}

#megseButton:hover {
    background:linear-gradient(to right, #b4beb2 5%, #747a73 100%);
    color:#fff;
}
}


.visszaButton img{
    align-self: start;
    display: inline;
    max-height: 2rem;
    margin-right: 5px;
}
.visszaButton p{
    margin-bottom: 0;
    display: inline-block;
}



/* Checkbox starts */
  
  /* Hide the browser's default checkbox */
  .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #f2f2f2;
    border-radius: 5px;
    border: 2px solid #fff;
    box-shadow: 2px 3px 0px 0px rgb(116, 122, 115, 0.8);
  }
  
  /* On mouse-over, add a grey background color */
  .container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .container input:checked ~ .checkmark {
    background-color: #65944c;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
/* Checkbox ends */

/* Modal starts */
.modal {
  position:fixed;
  top:0;
  left:0;
  display: flex;
  width:100%;
  height:100vh;
  justify-content:center;
  align-items:center;
  opacity:0;
  visibility:hidden;
}

.modal .content {
  position:relative;
  padding:10px;
  width:400px;
  height:300px;
  border-radius:8px;
  background-color:#fff;
  box-shadow: rgba(112,128,175,0.2)0px 16px 24px 0px;
  transform: scale(0);
  transition: transform300ms cubic-bezier(0.57,0.21,0.69,1.25);
}

.modal.open {
  opacity:1;
  visibility:visible;
}

.modal.open .content {
  transform: scale(1);
}

.container.blur {
  filter: blur(5px);
}
/* Modal ends */
