*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    background: #ddd;
}
div:where(.swal2-container).swal2-center>.swal2-popup{
    background: #ddd;
    
}
div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: 20px!important;
}
.container{
    width: 100%;
    background-color: #4456da;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.calculator, .firs{
    background-color: #dddddd;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: inherit!important;
    overflow: auto
}
.calculator form{
    align-items: normal!important;
}
label {
    display: inline-block;
    padding-left: 5px;
    font-size: 12px;
    padding-top: 3px;
}
.calculator input, .submitcon{
    margin: 10px 0px 10px 0px;
    color: black !important;
    border: 1px solid #a8a8a8;
    padding: 0 15px;
    outline: none;
    border-radius: 10px;
    font-size: 15px;
    font-family: Poppins;
    width: 100%;
    height: 55px !important;
    background-color: #eaeaea;
}
.submitcon{
    background-color: #1329cf;
    color: #fff!important;
    font-weight: 900;
    font-family: inherit;
    justify-content: center;
    align-items: center;
    display: flex;
}
form .inp{
    background-size: 25px;
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 11px;
}
#name{
    background-image: url(../imagetest/monochrome.png);
}
#email{
    background-image: url(../imagetest/email.png);
}
#phone{
    background-image: url(../imagetest/phone.png);
}
#passwd{
    background-image: url(../imagetest/passwd.png);
}
.calculator a{
    text-decoration: none;
    font-size: 17px;
}
.calculator p{
    font-size: 10px;
}
.calculator img{
    width: 65%;
    border-radius: 0% 0% 51% 50%;
}
.solgan{
    background: none;
    padding: 43px;
    font-family: sans-serif;
    text-align: center;
    color: #ffffff;
    font-weight: 900;
}
@media screen and (min-width: 400px) {
    .calculator, .firs {
        width: 90%;
    }
  }
  @media screen and (min-width: 600px) {
    .calculator, .firs {
        width: 70%;
    }
  }
  @media screen and (min-width: 800px) {
    .calculator, .firs {
        width: 50%;
    }
  }
  @media screen and (min-width: 1000px) {
    .calculator, .firs {
        width: 40%;
    }
  }
  @media screen and (min-width: 1200px) {
    .calculator, .firs {
        width: 30%;
    }
  }