*{
    margin: 0;
    padding:0;
    box-sizing: border-box;
    border-radius: 0;
   
}
html{
    scrollbar-width: none;
}

/* === checkbox confirmation === */
.c-box{
    padding-top: 10px;
    text-align: center;
    font-family: Arial;
    font-size: 14px;
    width: 320px;
}

.warning{
    color: rgb(171, 155, 155);
    text-shadow: 1px 2px 4px rgb(85, 9, 9);
    background:rgb(194, 193, 180) ;
    border: 2px solid rgb(221, 208, 204);
    padding: 4px 10px;
}
.form-body{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px;
    background: #ffffff;
    font-family: 'Segoe UI', sans-serif;
    font-size: 20px;
    
}
.form-body h1{
    padding: 20px 90px 10px;
    font-size: 29px;
    background: #213449;
    color: #ffffff;
    text-align: center;
    box-shadow: 0px 10px #bebfc2;
}
/* client side*/
.form-body .form-header{
    padding: 20px 48px 15px;
    font-size: 29px;
    background: #213449;
    color: #ffffff;
    text-align: center;
    box-shadow: 0px 10px #bebfc2;
}

.form-body form{
    border: 2px solid #dfe6eb;
    border-radius: 0 0 8px 8px;
    box-shadow: 0px 10px 8px rgb(190, 191, 194);
    margin: 0px;
    padding: 50px 35px 40px 35px;
     font-size: 20px;
}
.form-body form .radio-box{
    font-size: 20px;
    display: flex;
  
    
}
/* .form-body form .radio-box input[type="radio"]{
    align-items: center;
   filter: drop-shadow(0px 0px 2px #4a02ff);
   font-size: 20px;
   margin: 0 5px;
} */

.form-body form .radio-box input[type="radio"]{
    align-items: center;
   filter: drop-shadow( -3px -8px 1px #f60505);
   font-size: 20px;
   margin: 0 5px;
}

.form-body form input[type="text"] {
    padding: 3.5px;
    border:2px solid #a5b5c0e4;
    box-shadow: 1px 2px #1425284b;
    border-radius: 6px;
    transition: 0.3s ease;
    outline: none;
     font-size: 20px;
}
  
.form-body form input[type="text"]:focus {
    border-color: #003d9877; 
    box-shadow: 2.8px 2.5px #2b496b; 
    background-color: white; 
}

.form-body form input[type="password"] {
    padding: 3.5px;
    border:2px solid #a5b5c0e4;
    box-shadow: 1px 2px #1425284b;
    border-radius: 6px;
    transition: 0.3s ease;
    outline: none;
     font-size: 20px;
}
  
.form-body form input[type="password"]:focus {
    border-color: #003d9877; 
    box-shadow: 2.8px 2.5px #2b496b; 
    background-color: white; 
}

.form-body form input[type="date"] {
    padding: 3.5px;
    border:2px solid #a5b5c0e4;
    box-shadow: 1px 2px #1425284b;
    border-radius: 6px;
    transition: 0.3s ease;
    outline: none;
     font-size: 18px;
     color: #515456;
}
  
.form-body form input[type="date"]:focus {
    border-color: #003d9877; 
    box-shadow: 2.8px 2.5px #2b496b; 
    background-color: white; 
}

.form-body form select {
    padding: 3px;
    border:2px solid #a5b5c0e4;
     background: white;
    box-shadow: 1px 2px #1425284b;
    border-radius: 6px;
    transition: 0.3s ease;
    outline: none; 
     font-size: 20px;
     margin-bottom: 20px;
     color:#515456;
}
.form-body form select,::picker(select) {
    appearance: base-select;
    padding: 3px;
    border:2px solid #a5b5c0e4;
     background: white;
    box-shadow: 1px 2px #1425284b;
    border-radius: 6px;
    transition: 0.3s ease;
    outline: none; 
     font-size: 20px;

}
.form-body form .btn-group{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:space-between;
    padding: 0px 40px;
    margin-top: 30px;
}

.form-body form .btns {
    /* color: #ffffff;
    text-shadow: 1px 2px 8px #000476;
    background: rgba(0, 0, 170, 0.988);
    
    border: 4px solid  #90d3ffe4;
    box-shadow: 0px 0px 6px rgb(89, 149, 171);
    padding: 4px 8px;
    font-size: 18px;
    font-weight: bold; */

     color: #ffffff;
    text-shadow: 1px 2px 8px #000476;
    border-radius: 0px;
    /* background: #0c0d79; */
    /* background: #0407d0e0; */
    background: linear-gradient(to bottom right, #000292e0, #0407d0e0,  #00028de0);
    /* border: 4px solid #79b0d2;
    box-shadow: 0px 0px 8px#77889cf2; */
    border: 4px solid #30d6e8e1;
    box-shadow: 0px 0px 8px#77889cf2;
    padding: 6px 10px;
    font-size: 20px;
    font-weight: bold;
    transition: 0.3s ease-in;
}
.form-body form .btns:hover {
    color: #f4f5ff;
    text-shadow: 1px 2px 8px #575d8c;
    /* background: #00038a; */
     /* background: #030593; */
     background: linear-gradient(to bottom right,#030593, #0e0eff, rgb(75, 75, 175));
    border: 4px solid #092de4f7;
    box-shadow: 0px 0px 8px#6d0fe0;
    
}

.form-body form .btnc {
    text-decoration: none;
     color: #fdfcfc;
    text-shadow: 1px 2px 8px #000476;
    border-radius: 0px;
     /* background: #213449;
    border: 4px solid  #bebfc2;
    box-shadow: 0px 0px 6px #293a4bdf; */
    /* background: #e73815e1; */
    background: linear-gradient(to left bottom, #e83612ee, #e73815e1 ,#e73815e1);
    border: 4px solid  #dbb8a2b8;
    box-shadow: 0px 0px 6px #6b6a39df;
    padding: 6px 18px;
    font-size: 20px;
    font-weight: bold;
    transition: 0.3s ease-out;
}
.form-body form .btnc:hover {
    text-decoration: none;
    text-shadow: 1px 2px 6px #00000033;
    color: rgb(250, 250, 252);
    background: linear-gradient(to left bottom, #a80404, #d81111 ,#ff5100);
    border: 4px solid red;
    box-shadow: 0px 0px 8px #a40606;
   
    
}
/* ==-=--=-=-=-==-=-=-= Mobileee */
@media(max-width: 550px){
    /* === checkbox confirmation === */
.c-box{
    font-size: 14px;
    width: 99%;
}

  .form-body{
    padding: 40px 5%;
    font-size: 20px;
}

.form-body h1{
    width: 310px;
    padding:20px 10px;
    font-size: 27px;
    background: #213449;
    color: #ffffff;
    text-align: center;
    box-shadow: 0px 10px #bebfc2;
}
/* client side */
.form-body .form-header{
    padding: 20px 10px;
    font-size: 25px;
    background: #213449;
    color: #ffffff;
    text-align: center;
    box-shadow: 0px 10px #bebfc2;
}

.form-body form{
    width: 310px;
    border: 2px solid #dfe6eb;
    border-radius: 0 0 8px 8px;
    box-shadow: 0px 10px 8px rgb(190, 191, 194);
    margin: 0px;
    padding: 46px 30px 35px 30px;
    font-size: 20px;
}
.form-body form .radio-box{
    font-size: 18px;
    display: flex;
    
}
.form-body form .radio-box p{
    font-size: 18px;  
}

.form-body form .radio-box label{
    font-size: 18px;
    color: rgb(219, 141, 15);
}

/* .form-body form .radio-box input[type="radio"]{
   filter: drop-shadow(0px 0px 6px #01f7ff);
   font-size: 18px;
   margin: 0 3px;
   box-shadow: 0px 0px 3px blue;
} */

.form-body form .radio-box input[type="radio"]{
    align-items: center;
   filter: drop-shadow( -3px -8px 1px #f60505);
   font-size: 20px;
   margin: 0 5px;
}

/* fboxxxx ==--==--=-=-=-=-==--=-== */

.form-body form .fbox{
    display: flex;
    flex-direction: column;
    margin-bottom: 1px;
}

.form-body form .fbox label {
    margin-bottom: 6px;
}

.form-body form input[type="text"] {
    padding: 3.5px;
    border:2px solid #a5b5c0e4;
    box-shadow: 1px 2px #1425284b;
    border-radius: 6px;
    transition: 0.3s ease;
    outline: none;
    font-size: 20px;
}
  
.form-body form input[type="text"]:focus {
    border-color: #003d9877; 
    box-shadow: 2.8px 2.5px #2b496b; 
    background-color: white;
}

.form-body form select {
    padding: 3px;
    border:2px solid #a5b5c0e4;
     background: white;
    box-shadow: 1px 2px #1425284b;
    border-radius: 6px;
    transition: 0.3s ease;
    outline: none; 
    font-size: 20px;
    margin-bottom: 10px;
}



    /* buttons */
 .form-body form .btn-group{
    padding: 2px 6px 0px 6px;
    font-size: 18px;
 }
 .form-body form .btns{
    padding: 6px 10px;
    
 }
  .form-body form .btnc{
    padding: 6px 16px;
   
 }
}