body{
    background-color: #EFF2F4;
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
body::-webkit-scrollbar {
    display: none;
  }
.container-fluid{
    background-color: #EFF2F4;
    width: 100vw;
    height: 100vh;
}
.rec{
    background-color: #2E2E2E;
    border-radius: 37px;
    position: relative;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
}
.left{
    width: 46%;
    float: left;
    height: 91%;
    background-color: white;
    margin: 2% 0 2% 2%;
    border-radius: 39px;
    padding: 5% 3%;
}
.right{
    width: 50%;
    float: left;
    height: 100%;
}
.right img{
    width: 100%;
    height: 100%;
    object-fit: inherit;
}
.overlay{
    position: absolute;
    top: 46%;
    left: 65%;
}
logo{
    width: 100%;
    padding: 0 12%;
}
logo img{
    width: 70%;
    height: 60px;
    object-fit: contain;
}
form{
    margin-top: 70px;
    padding: 0 12%;
}
form p {
    color: #575757;
    font-size: 14px;
    text-align: center;
}
.btn.login{
    background-color: #CD9D3D;
    color: white;
    width: 70%;
    text-align: center;
}
.form-control{
    border: 3px solid #E6E6E6 !important;
    background-color: #F4F4F4 !important;
    border-radius: 10px !important;
    color: #575757 !important;
    padding: 5px 10px !important;
    font-weight: 600 !important;
}