html{
    height: 100%;
}
body {
    font-family: Inter;
    height: 100%;
    max-width: 100%;
    color: white;
    background-color: lightgray;
}
input{
    width: 100%; 
    padding: 12px 40px; 
    margin: 8px 0; 
    display: inline-block; 
    border: 1px solid #ccc; 
    box-sizing: border-box; 
}
img{
    max-width: 100%;
    text-align:center;
}
.main-background{
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url(../images/background.png);
    background-size: cover;
}
#btnsubmit:hover{
     background-color:#04555C !important;
     border: 5px solid gray !important;
}
.background{
    position: absolute;
    justify-content: center;
    text-align: center;
    align-items: center;
    height: 250px;
    width: 500px;
    background-color: rgb(36, 168, 36);
    font-size: 20px;
}
.background-white{
      background-color: white;  
}
.form-border{
    background: #F2F6F7;
    box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.1);
}
.color-green{
    color: #04555C;
}
.bg-green{
    background-color:#04555C ;
}
.color-grey{
    color: #1D2939
}
.color-lightgrey{
    color: #667085
}
.address-input {
    position: relative;
}

.address-input i{
    position: absolute;
    left: 15px;
    top: 22px;
    color: #04555C;
    font-size: 22px;    
}