.form_style
  {
   width: 600px;
   margin: 0 auto;
  }
     * {
            font-family: 'Alkatra', cursive;

        }
body {
  /*font-family: Arial, Helvetica, sans-serif;*/
font-size: 20px;
  margin: 0;
  /*color:black;*/
  height:auto;
/*background-image: linear-gradient( 95.2deg, rgba(173,252,234,1) 26.8%, rgba(192,229,246,1) 64% );*/
}
  .header {
  /*padding: 20px;*/
  text-align: center;
  /*background-color: #0095b6;*/
  /*font-family: 'Sofia',sans-serif;*/
  font-size:22px;
background: linear-gradient(90deg, #8E6420, #639A15);
  /*background: -webkit-linear-gradient(left, #5c4b99, #1CB5E0);*/
  color: white;
}
   .footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
    /*background-color: #0095b6;*/
    background: linear-gradient(90deg, #8E6420, #639A15);
   /*background-color: #fa4299;*/
   /*background: -webkit-linear-gradient(left, #F52549, #fA6775);*/
   /*background: -webkit-linear-gradient(left, #5c4b99, #1CB5E0);*/
   color: white;
   text-align: center;
}
.title-text{
  display: flex;
  width: 200%;

}
 .title{
  width: 50%;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}


.field{
  height: 50px;
  width: 100%;
  margin-top: 20px;
}

 .field input{
  height: 100%;
  width: 100%;
  /*font-family: Arial, Helvetica, sans-serif;*/
  outline: none;
  padding-left: 15px;
  border-radius: 5px;
  border: 1px solid lightgrey;
  color:black;
  /*background-color: sky blue;*/
  border-bottom-width: 2px;
  font-size: 20px;
  transition: all 0.3s ease;
}


.field input:focus{
  border-color: #1e90ff;
   /*border-color: #73AD21;*/
}

 .field input::placeholder{
  color: #999;
  transition: all 0.3s ease;
}

.field input:focus::placeholder{
  color: #b3b3b3;
}
   /* Footer */
 /*  .footer {
     padding: 9px;
     text-align: left;
     background: #800000;
     color: white;
   }*/


   .panel-default{
    /*border-radius:20px;*/
 /*    border: 0.5rem outset #9f01ea ;
  outline: 0.4rem solid white;
    box-shadow: 0 0 0 1rem #9f01ea;
     background-clip: content-box;*/
           /*border-radius: 15px;*/
            /*border-radius: 10px 40px;*/
       /*border: 7px solid #9f01ea;*/
  /*padding: 4px;*/
 
  /*background-color: violet;*/
       /*border-color:#9f01ea; */
   /* border-width:7px; 
    border-style:solid;*/

   }
   label{
    font-size: 22px;
     /*font: italic small-caps bold 20px/30px Georgia, serif;*/
   }
   .panel{
     /*border-radius: 15px;*/
     /*background-color: #8AAAE5;*/
      /*background-color:#FFFDD0;*/
    /*border: 3px solid #73AD21;*/
     /*background-color: #4682B4;*/
     /*color:white;*/
      /*font: italic small-caps bold 20px/30px Georgia, serif;*/
     /*background-color:#ffb6d9 ;*/
     /*border: 5px outset red;*/
    /*background-color:#CFCFE2 ;*/
    /*height:450px;*/
   }
   .panel-default>.panel-heading{
     color:black;
     background-color:white;

   }
   .btn-info1
   {
     /*color:#fff;*/
 background: linear-gradient(115deg, #56d8e4 10%, #9f01ea 90%);
     /*background-color: #fa4299;*/
     border-color:#c58c66;
   }
   .btn-info1:hover
   {
     /*color:#fff;*/
     
      background: linear-gradient(115deg, #56d8e4 10%, #9f01ea 90%);
   }
   
   .btn-primary1
   {
     /*color:#fff;*/
     background-color:#02343F;
       /*background-image: linear-gradient(to right, #8e2de2 , #4a00e0);*/
  /*background: linear-gradient(115deg, #56d8e4 10%, #9f01ea 90%);*/
  /*border-radius: 5px;*/
  /*transition: all 0.4s ease;*/


     /*background-color: #fa4299;*/
    /* background: -webkit-linear-gradient(left, #a445b2, #fa4299);
     border-color:#c58c66;*/
   }
   .btn-primary1:hover
   {

     /*color:#fff;*/
     background:#004953 ;
     /*background-image: linear-gradient(to right, #8e2de2 , #4a00e0);*/
    /*background: linear-gradient(115deg, #56d8e4 10%, #9f01ea 90%);*/
   }
   .btn1
   {
     color:black;
   }
   .btn-warning1
   {
     color: white;
 background: linear-gradient(115deg, #56d8e4 10%, #9f01ea 90%);
     /*background-color: #fa4299;*/
     border-color: #c800c8;
   }
   .btn-warning1:hover
   {
     /*color:#fff;*/
     /*background-color: #c800c8;*/
    background: linear-gradient(115deg, #56d8e4 10%, #9f01ea 90%);
   }
.btn:not(.btn-primary1):hover {
  background: linear-gradient(115deg, #56d8e4 10%, #9f01ea 90%);
}
.btn-primary1 {
    transition: 0.3s ease;
}
   .btn-primary
   {
     
   }
   
   .btn-default1
   {
     /*color:white;*/
     background: linear-gradient(115deg, #56d8e4 10%, #9f01ea 90%);
     border-color: #c800c8;
   }
   .btn-default1:hover
   {
     /*color:#fff;*/
     background: linear-gradient(115deg, #56d8e4 10%, #9f01ea 90%);
   }
.alert{
  padding-right:0px;
}

.alert-danger{
  width:max-content;
  color:red;
  align:center;
  font-weight:bold;
}
.alert-success{
  width:max-content;
  font-weight:bold;
}
 .navbar {
  overflow: hidden;
  background-color: #f4e9af;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  font-weight: bold;
}

/* Style the navigation bar links */
.navbar a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
}


/* Right-aligned link */
.navbar a.right {
  float: right;
}

/* Change color on hover */
.navbar a:hover {
  /*background-color: #beb068;*/
  background-color:#74d4db;
  color: blue;
}

/* Active/current link */
.navbar a.active {
  background-color: #372bc2;
  color: white;
}
.animate-switch-container {

 /* transition: height 1s ease;*/
  position:relative;
  overflow: hidden;
  /*height: auto !important;*/
  /*width: 700px;*/
 /* height: 200px;*/
  /*border: solid 1px black;*/
  
  box-shadow: 6px 6px 15px gray;
  padding:10px;
  border-radius:10px;
    /*background-color:#FFFFCC;*/
  /*background-color:#4F86F7;*/
  /*background-color:#FFE599;*/
  background-size: 50px 50px;
    background-color:#FFFDD0;
    border: 3px solid #73AD21;
  /*border: 5px outset green;*/
}
.has-success {
    background:green;
}
.has-error {
    background:red;
}

.mybtn {
        background-color: red;
        -webkit-border-radius: 60px;
        border-radius: 60px;
        border: none;
        color: #eeeeee;
        cursor: pointer;
        display: inline-block;
        font-family: sans-serif;
        /*font-size: 10px;*/
        /*padding: 5px 15px;*/
        width: 20%;
        text-align: center;
        text-decoration: none;
        box-shadow: 0 0 5px blue;
      }

        .mybtn {
        animation: glowing 1300ms infinite;
      }

    .mybtn:hover {
      background-color: green;
      color: white;
    }