 


.birthday_bg {
    /*background-image: url('../images/birthday_bg.jpg');*/
    background-image: url('../images/birthday_bg.jpg');
    height: 480px;
    width: 640px;
}


.form-outline .form-control {
    min-height: auto;
    padding: 0.32rem 0.75rem;
    /* border: red; */
    border: 2px solid #f28abc !important;    
    background: transparent;
    transition: all .2s linear;
}
.offset-md-3 {
    margin-left:0%!important;
}

*, ::after, ::before {
    box-sizing: border-box;
    /*padding-bottom: 1%!important;*/
 
}
.form_font {
    font-family: Arial,sans-serif !important;
    font-weight: bold;
    color: #dc4f94;
    padding-top: 7px;
    text-align: left;
    float: left;    
    padding-right: 20px;
}

.formbox-5 {
    border: 2px solid #f28abc !important;
   height: 26px;
   width: 80%!important;  
    
    font-family: tahoma;
    font-size: 11px;
    font-family: tahoma;
    display: block;
    width: 50%;
    padding: 0.27rem 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #dc4f94;
    background-color:#F0A6BD;
    background-clip: padding-box;
    border: 1px solid var(--bs-gray-300);
    appearance: none;
    border-radius: 0.475rem;
    box-shadow: false;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-box-shadow: 0 0px 0px #ccc inset, 0 0px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #CCC inset, 0 1px 0 #FFF;
}

.form_font2
{
    font-family: sans-serif, Tahoma, Arial, Candara;
    font-size: 12px;
    font-weight: bold;
    color: #dc4f94;
 /*   text-align: right;*/
    font-style: italic;
}
/*.formbox
{
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #dc4f94;
    background-color: #fed6e7;
    border: 2px solid #f28abc;
    height: 20px;
    width: 141px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #CCC inset, 0 1px 0 #FFF;*/ /* box-shadow: 0 1px 1px #CCC inset, 0 1px 0 #FFF;*/
    /*padding: 3px;
}*/
.formbox:hover{
    border: 2px solid #fff!important;
}

.formbox:active{

   border: 2px solid #fff!important;
}
/* Mobile screens with a maximum width of 767px */
    .formbox {
        border: 2px solid #f28abc !important;
        font-family: tahoma;
        font-size: 11px;
        font-family: tahoma;
        display: block;
        width: 100%;
        padding: 0.270rem 1rem;
        font-size: 1.1rem;
        font-weight: 500;
        line-height: 1.5;
        color: #dc4f94;
        background-color: rgba(255, 255, 255, 0.03);
        background-clip: padding-box;
        border: 1px solid var(--bs-gray-300);
        appearance: none;
        border-radius: 0.475rem;
        box-shadow: false;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
       /* -webkit-box-shadow: 0 1px 1px #CCC inset, 0 1px 0 #FFF;*/
    }


    /*.formbox {
    font-family: tahoma;
    display: block;
    width: 50%;
    padding: 0.775rem 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #dc4f94;
    background-color: rgba(255, 255, 255, 0.02);
    background-clip: padding-box;
    border: 1px solid var(--bs-gray-300);
    appearance: none;
    border-radius: 0.475rem;
    box-shadow: false;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}*/
    .Label_style {
        font-family: sans-serif,Tahoma,Arial,Candara;
        font-size: 15px;
        color: ;
        text-align: right;
    }

    .datebox {
        font-family: tahoma;
        font-size: 11px;
        font-weight: bold;
        color: #dc4f94;
        background-color: #fed6e7;
        border: 2px solid #f28abc;
        height: 20px; /*width: 141px;*/
    }

    .combobox {
        font-family: tahoma;
        font-size: 11px;
        font-weight: normal;
        color: #FF6666;
        background-color: #fed6e7;
        border: 2px solid #f28abc;
        height: 20px; /*width: 140px;*/
    }


    #mysubmit {
        border-style: none;
        border-color: inherit;
        border-width: 0;
        font-size: 80%;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        width: 210px;
        height: 20px;
        vertical-align: bottom;
        color: #dc4f94;
        background-image: url('../images/bg_button.gif');
        background-repeat: repeat-x;
    }

    .heading_view {
        font-family: sans-serif, Tahoma, Arial, Candara;
        font-size: 14px;
        font-weight: bold;
        color: #FF6699;
        text-align: center;
        line-height: 25px;
        border: 1px solid #FFFFFF;
    }

    .input {
        border: 2px solid #f28abc !important;
    }

    . /*input:hover
   
    {
        border: 2px solid #fff !important;
    }
.input:active {
    border: 2px solid #fff !important;
}*/
    .text_month 
    {
        font-family: Tahoma, Arial, Candara;
        font-size: 12px;
        font-weight: normal;
        color: #333333;
    }

    .text_month1 {
        font-family: Tahoma, Arial, Candara;
        font-size: 11px;
        padding-left: 5px;
        font-weight: normal;
        color: #333333;
        text-indent: 1em;
    }

    .combobox {
        font-family: Tahoma, Arial, Candara;
        font-size: 11px;
        font-weight: normal;
        color: #333333;
        background-color: #FFFFFF;
        border: 2px solid #666666;
        height: 17px;
        width: 60px;
    }

.container1 {
    max-width: 570px;
    margin: 0 auto;
    text-align: justify;
    font-family: Arial, sans-serif;
	font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    /*text-indent: 2em;*/
}
.containers2 {
    max-width: 570px;
    margin: 0 auto;
    text-align: justify;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    text-indent: 2em;
}
.header1 {
    text-align: right;
/*   padding-left: 25%;*/
}
.header {
    text-align: center;
}
    .combobox2 {
    font-family: Tahoma, Arial, Candara;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    background-color: #FFFFFF;
    border: 2px solid #666666;
    height: 17px;
    width: 50px;
}

    .datetextbox {
        background: #F1F1F1 url(/images/calender.jpg) no-repeat;
        background-position: 5px 10px !important;
        font-family: tahoma;
        font-size: 11px;
        font-weight: bold;
        color: #dc4f94;
        background-color: #fed6e7;
        border: 2px solid #f28abc;
        height: 20px;
        width: 141px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
        -webkit-box-shadow: 0 1px 1px #CCC inset, 0 1px 0 #FFF; /* box-shadow: 0 1px 1px #CCC inset, 0 1px 0 #FFF;*/
    }

    /*.card {
    width: 300px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 20px;
    padding: 20px;
    background-color: #fff;
}*/

    /* CSS for the card title */
    .card h2 {
        font-size: 24px;
        margin: 0;
        padding: 0;
    }

    /* CSS for the card content */
    .card p {
        font-size: 16px;
        margin: 10px 0;
    }

    /* CSS for a button inside the card */
    .card button {
        background-color: #007bff;
        color: #fff;
        border: none;
        padding: 10px 20px;
        border-radius: 4px;
        cursor: pointer;
    }
    /*{
    width: 600px;
    margin: 0 auto;
    text-align: justify;
    font-family: Verdana,Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    text-indent: 2em;
}*/

    .card {
        width: 600px;
        border: 1px solid #ccc;
        border-radius: 8px;
        box-shadow: inset -4px 3px 20px 5px #fed6e7;
        margin: 0 auto;
        padding: 10px;
        text-align: justify;
        font-family: Verdana, Geneva, Tahoma, sans-serif,Arial, Helvetica, sans-serif;
        font-size: 12px;
        background-color: #fff;
        line-height: 20px;
        /* text-indent: 2em;*/
        background-color: rgba(255, 255, 255, 0.02);
    }

@media only screen and (min-width: 600px) {
    /* For tablets: minimum width 570*/
    
    .container {
        
        margin: 0 auto;

        padding: 20px !important;

  
    }
	
	 .container1 {
        
        margin: 0 auto;

        padding: 0px !important;

  
    }

}