@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.image-wrapper {position: relative;width: 100%;overflow: hidden;height: 0;padding-bottom: 140%;}
.imgInner {position: absolute;width: 100%;height: 100%;top: 0;left: 0;text-align: center;display: flex;align-items: center;}
.image-wrapper img {max-width: calc(100%);max-height: calc(100%);margin: 0 auto;border-radius: 2px;}

*::placeholder{font-family: 'Montserrat', sans-serif;font-size: 16px;font-weight: 400;color:#808888;}
body {background: #fff !important;background-color: #f2f2f2;font-family: 'Montserrat', sans-serif;}
input {font-family: 'Montserrat', sans-serif;}

.container{max-width: 1200px;width: 100%;margin:0 auto;float: none;}


input[type="text"] {
    background: #FFFFFF;
    border: 1px solid #DDDCDB;
    height: 40px;
    margin-top: 5px;
}

.form-group button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #C4C4C4;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 1px 0px 0px 0px;
    height: 50px;
    border: none;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #3C3631;
}

a, button {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: inherit;
}