@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
body{
    color: #101010;
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}
.inner h1{
    font-weight: inherit;
    font-size: 35px;
}
.inner{
    width: 596px;
    margin: auto;
}
.btn:hover{
    color: #000000;
    background-color: #FCD34B;
}
.bg-svg{
    background-image: url('../img/svg.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-top: 3% !important;
}
.type div {
    flex: 50%;
    letter-spacing: 1px;
    color: #838383;
    font-size: 18px;
    text-align: start;
}
.type input[type="radio"]:checked ~ label {
    color: #101010;
    font-weight: 600;
}
.btn-submit{
    height: 50px;
    border: 0 solid #000000;
    background-color: #FCD34B;
    color: #1A55AA;
    font-weight: 600;
    /* background: linear-gradient(163deg, #1A55AA 0%, #59A9EA 100%);
    box-sizing: border-box;
    width: 595px; */
}
.new-client {
    color: #838383;
    font-size: 18px;
}
.input{
    border: 2px solid #BED0EA;
    background: #C0C9D761;
    /* opacity: 0.4; */
    color: black;
}
.input:focus{
    border: 2px solid #BED0EA;
    background: #C0C9D761;
    outline: none;
    box-shadow: none;
}
.h-50{
    height: 50px !important;
}
.d-flex{
    gap: 10px;
}
.robot{
    color: #747474;
    box-sizing: border-box;
    border: 1px solid #E9E9E9;
    background-color: #FFFFFF;
    padding: 11px;
    border-radius: 5px;
}
#robot{
    margin:4px 10px;
}
.side-img{
    /* height: 900px; */
    background-image: url('../img/bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hr{
    background-color: #F1F1F1;
    border: 1px solid #979191;
}
.hv-100{
    height: 100vh;
}