body {
min-height: unset;
background: #003f69;
background-size: cover;
-webkit-background-size: cover;
}
.signup input[type="number"] {
background:none;
outline: none;
font-size: 14px;
font-weight: 400;
color: #000;
padding: 8px 8px 8px 8px;
border: 1px solid;
border-style: ridge;
box-shadow: 0px 0px 1px #6D6A6A;
width: 100%;
-webkit-appearance: none;
display: inline-block;
height: 37px;
-webkit-appearance: none;
}
.signup input[type="text"] ,input[type="email"] {
background:none;
outline: none;
font-size: 14px;
font-weight: 400;
color: #000;
padding: 8px 8px 8px 8px;
border: 1px solid;
border-style: ridge;
box-shadow: 0px 0px 1px #6D6A6A;
width: 100%;
-webkit-appearance: none;
display: inline-block;
height: 37px;
}
.signup textarea{
background:none;
outline: none;
font-size: 14px;
font-weight: 400;
color: #000;
padding: 8px 8px 8px 8px;
border: 1px solid;
border-style: ridge;
box-shadow: 0px 0px 1px #6D6A6A;
width: 100%;
-webkit-appearance: none;
display: inline-block;
}
select {
display: block;
width: 100%;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
height: 37px;
background: none;
outline: none;
font-size: 14px;
font-weight: 400;
color: #888786;
padding: 8px 8px 8px 8px;
border: 1px solid;
border-style: ridge;
box-shadow: 0px 0px 1px #6D6A6A;
width: 100%;
/*-webkit-appearance: none;*/
/*display: inline-block;*/
height: 37px;
}
h2 {
margin-top: 15px;
}
.signup {
padding-top: 1em;
}
.signup p {
margin-top: 10px;
margin-bottom: 10px;
}
.signup {
width: 40%;
}
.col-sm-6{
/*width: 50%;*/
/*float: left;*/
padding-left: 7px;
padding-right: 7px;
}
.col-sm-12{
padding-left: 7px;
padding-right: 7px;
}
span.ribben {
padding: 0px 0px 0px 0px;
top: -11%;
text-align: center;
width: 130px;
height: 130px;
background: #01c2c2;
}
span.ribben img{
width: 90%;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
h2 img{
width: 9%;
}
.signup {
margin: 6em auto 0;
padding-top: 4em;
margin-bottom: 20px;
}
span.dot {
background: none;
width: 0px;
height: 0px;
}
p span.dot:after {
background: none;
/* width: 10px; */
/* height: 16px; */
display: inline-block;
content: "*";
font-size: 15px;
color: red;
padding-left: 5px;
line-height: 0;
}
.su1 {
    margin:auto;
    padding-top: 2em;
    /*margin-bottom: 20px;*/
    display: table;
    text-align: center;

}
.su2{
    width: 100%;
    text-align: left;
    font-size: 14px;
}
.su2 tr td{
    padding-bottom: 5px;
}
.su2 tr span {
    float: right;
    padding-right: 20px;
}
.su3{
    font-size: 90px;
    margin-bottom: 15px;
    color: #4caf50;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.4));
}
.su4{
    font-size: 24px;
    color: #272b41;
    font-weight: 600;
    margin-bottom: 15px;
}
.su5{
	font-weight: 600;
}
.su6{
    width: 110px !important;
    margin-top: 20px !important;
}
.su7 {
    height: 100vh;
    align-items: center;
    display: flex;
}
.su9{
	font-size: 14px !important;
	font-weight: 400 !important;
}
.su9 span {
    /* float: right; */
    padding-right: 10px;
    padding-left: 10px;
}
.su9 .su10{
        font-weight: 600;
        padding: 0;
}
.su11 {
    color: #e61212;
}
@media screen and (max-width: 1024px){
.signup {
width: 60%;
}
}
@media screen and (max-width: 768px){
.signup {
width: 90%;
}
.su1{
    width: 95%;
    padding: 10px;
}
.su2 {
    font-size: 12px;
}
.su3 {
    font-size: 75px;
    margin-bottom: 5px;
}
.su4 {
    font-size: 19px;
    margin-bottom: 10px;
}
.su6 {
    padding: 10px !important;
}
.su8{
	padding: 0;
}
}
@media screen and (max-width: 450px){
span.ribben {
top: -8%;
}
}