
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    background-color: #ffffff;
    display: flex;
    font-family: "Open Sans", sans-serif;
    justify-content: center;
    align-items: center;
    /*height: 100vh;*/
    margin: 0;
}





.container {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    justify-items: center;
    /*text-align: center;*/
    /*align-content: center;*/
    /*justify-content: center;*/
}

.container p {
    margin-bottom: 20px;
    top: 0;
    bottom: 0;
}

.sub-cms {
    margin-top: -200px;
    text-align: center;

}
.sub-cms1 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: space-around;
    align-items: center;
}

.sub-text {
    font-size: 30px;
    /*font-weight: 700;*/
    color: #fff;
    margin-right: 20px;
}


.button {
    background-color: #fff; /* Green */
    border: none;
    color: black;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 5%;
}


.btn-suc {
    margin-top: 20px;
}


h1 {
    font-family: 'Courier New', Courier, monospace;
    font-size: 35px;
    margin-top: 25px;
    color: red;
}

.logo_image{
    /*margin-bottom: -18em;*/
    /*transform: scale(0.4);*/
    width: 100%;
    height: 100%;
    

}
.logo_image1{
        display: none;
    }

@media (min-width: 769px) {
    .svg_content {
        max-width: 125%; /* Ensure the image is responsive */
        width: 125%;
        height: auto;
    }
}
@media (max-width: 768px) {
    .logo_image{
        margin-bottom: -15em;
    }
}


@media (max-width: 767px) {
    .logo_image1{
        display: block !important;
        width: 100%;
    }
    .logo_image{
        display: none !important;
    }
    
    
    .sub-cms {
    margin-top: -200px;
    text-align: center;

}
.sub-cms1 {
    text-align: center;
    display: block;
    justify-content: center;
    align-content: space-around;
    align-items: center;
}

.sub-text {
    font-size: 30px;
    /*font-weight: 700;*/
    color: #fff;
    margin-right: 20px;
}
    
}




input{
  width: 330px;
  padding: 10px 10px;
  border: 2px solid white;
  /*border-bottom: 1px solid darkgrey;*/
  font-size: 15px;
  background: transparent;
}

input:focus{
  outline: none;
}

input::-webkit-input-placeholder {
    padding-left: 5px;
    font-size: 15px;
    color: #3c3c3c;
}

input:-moz-placeholder { /* Firefox 18- */
    padding-left: 5px;
    font-size: 15px;
    color: #3c3c3c;
}

input::-moz-placeholder {  /* Firefox 19+ */
    padding-left: 5px;
    font-size: 15px;
    color: #3c3c3c;
}

input:-ms-input-placeholder {
    padding-left: 5px;
    font-size: 15px;
    color: #3c3c3c;
}