* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
  
body {
    font-size: 14px;
}
  
.img-responsive {
    width: 100%;
    height: auto;
}


.bodyy {
    background-image: url(./images/plain\ background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100dvh;
    padding-top: 250px;
}

.content {
    width: 32%;
    margin: auto;
}

.logo {
    text-align: right;
    padding: 10px;
}

.content-box {
    background-color: #F1F1F1;
    width: 100%;
    padding-bottom: 20px;
    border-color: #73b292;
    border-width: 1px;
    border-style: solid;
}

.error{
    border-color: #FF0000;
    border-width: 1px;
    border-style: solid;
}

.logo2 {
    background-color: #FFFFFF;
    padding: 10px;
    position: relative;
    margin-bottom: 10px;    
}

.logo2 img{
    width:20px;
    float:left;
    margin-right:10px;
}
.logo2 .caption{
    color: #185B38;
    font-weight: bold;
}


.logo2 .caption span{
    color: #333;
    font-weight: normal;
    font-size: 12px;
    padding-left: 30px;
}

.close {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 16px;
}

.content-input {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 10px;
}

.content-input span {
    font-size: 14px;
    font-weight: 500;
}

.content-input input, .content-input .g_email {
    outline: none;
    padding: 5px;
}

.g_email {
    margin-left: -10px !important;
    font-weight: bold !important;
    color: #185B38;
}

.content-btn {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.content-btn button {
    outline: none;
    border: none;
    border: 1px solid #000000;
    padding: 5px 20px;
}

.modal-content {
    margin-top: 380px;
}

.modal-body p {
    font-weight: 500;
    font-size: 14px;
}


@media (max-width: 768px) {

    .content {
        width: 90%;
        margin: auto;
    }

    .bodyy {
        background-image: url(./images/plain\ background.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 100dvh;
        padding-top: 200px;
    }

    
  }