#mycustomfrom .box_container
{
    width: calc(100% - 10px);
    /*height: 400px;*/
    background: rgb(255,255,255);
    /*border: 2px solid rgb(40, 37, 37);*/
    padding: 5px;
    /*overflow-y: scroll;*/
    background: linear-gradient(45deg, #ffffff, #ebedfa);
	background-size: 300%;
	/*opacity: 0.0 - 1.0;*/
    animation:infinite colored 1s;
    /*background: url("background.png");*/
	/*background-size: cover;*/
}

#mycustomfrom .idiomas
{
    /*background: rgb(133,133,134);
    background: linear-gradient(0deg, rgba(133,133,134,1) 0%, rgba(98,98,98,1) 40%, rgba(80,81,82,1) 50%, rgba(98,98,98,1) 60%, rgba(133,133,134,1) 100%);*/
    padding: 10px;
    text-align: center;
}

#mycustomfrom h2
{
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: rgb(51, 51, 60);
    /*background: linear-gradient(45deg, #5be514, #0058ff);
    animation:infinite colored 1s;
	background-size: 200%;*/
    background: rgba(255,255,255,.5);
    padding: 20px;
    margin: 0px;
}

@keyframes colored {
	0% {background-position: 0% 0%;}
	50% {background-position: 100% 100%;}
	100% {background-position: 0% 0%;}
}

#mycustomfrom .descripcion
{
    padding: 25px;
    background: rgba(255, 255, 255, 0.1);
    /*background: linear-gradient(0deg, rgba(133,133,134,1) 0%, rgba(98,98,98,1) 40%, rgba(80,81,82,1) 50%, rgba(98,98,98,1) 60%, rgba(133,133,134,1) 100%);*/
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    color: gray;
    font-weight: bold;
    border-radius: 50px 50px 0px 0px;
}

#mycustomfrom .btn2 
{
    box-shadow: inset 5px 5px 6px #83a5b3, 5px 5px 5px rgb(8, 1, 72); 
    padding: 10px; display: inline-block; 
    /*background: linear-gradient(175deg, #000100, #48e5d6);*/
    background: white;
    color: rgb(48,48,48); 
    /*border: solid 5px rgb(40, 58, 147);*/
    border-radius: 10px; 
    font-family: Arial; 
    font-size: 12px;
    margin: 5px;
    font-weight: bold;
}

#mycustomfrom .btn2:hover {
    box-shadow: inset 5px 5px 5px rgb(8, 1, 72), 5px 5px 6px #83a5b3;
}

#mycustomfrom .row.form
{
    /*background: #455578;*/
    padding: 10px;
    display: block;
    width: calc(100% - 20px);
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
	color: gray;
	filter: blur(1);
}

#mycustomfrom textarea.form
{
    width: calc(60% - 20px);
    font-size: 12px;
    display: block;
    color: rgb(255, 255, 255);
    float: left;
    height: 50px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    border-bottom: solid 2px rgb(184, 208, 79);
    border-top: 0px;
    border-left: solid 2px rgb(184, 208, 79);
    border-right: 0px;
    outline: none;
    background: #1b262b;
    box-shadow: 0px 0px 5px rgb(255, 255, 255);
    float: left;
    
}

#mycustomfrom label
{
    width: 40%;
    font-size: 12px;
    display:inline-flex;
    color: gray !important;
    float: left;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    
}

#mycustomfrom .icon2 {
	max-width: 25px;
	max-height: 25px;
}

#mycustomfrom .icon1
{
	max-width: 25px;
	max-height: 25px;
}

#mycustomfrom .options .row
{
    padding: 10px;
    display: inline-block;
    width: 100%;
}

#mycustomfrom .options .row input[type="checkbox"]
{
    width: 25px;
    height: 25px;
}

#mycustomfrom .options .row input[type="checkbox"]:checked{
    accent-color: rgb(8, 255, 8);
}

.question_survey
{
    width: 100% !important;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }

  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }

  .login
  {
    width: calc(100% - 20px);
    font-size: 12px;
    border: none;
    margin: 10px;
    font-size: 14px;
    border-bottom: rgb(72, 105, 235) 5px solid;
    box-shadow: 10px 10px 10px gray;
    background: transparent;
    outline: none;
  }

  .powered {
    max-width: 100%;
    max-height: 150px;
    margin: auto;
    padding-top: 5px;
  }

  .center {
    text-align: center;
  }
  
@media (orientation: portrait) {
    #mycustomfrom label
    {
        width: 100% !important;
        font-size: 1em;
        display: inline-block;
    }

    #mycustomfrom textarea.form
    {
        width: 95%;
        height: 50px;
        display: inline-block;
    }

    #mycustomfrom .options .row
    {
        text-align: center;
        margin:20px;
    }

    #mycustomfrom .options .row input[type="checkbox"]
    {
        width: 25px;
        height: 25px;
    }

    #mycustomfrom .btn2 
    {
        /*width: 200px;*/
        font-size: 1em;
        padding: 10px;
        margin: 5px;
    }

    #mycustomfrom .icon1
    {
        max-width: 50px;
        max-height: 50px;
    }

    #mycustomfrom h2
    {
        font-size: 1em;
    }

    #mycustomfrom .descripcion
    {
        font-size: 1em;
    }

    .login
  {
    font-size: 1em;
  }
}

