@font-face {
    font-family: Poppins;
    src: url(Poppins-Medium.ttf);
}
@font-face {
    font-family: Poppins-light;
    src: url(Poppins-Light.ttf);
}
body {
    background-color : rgb(255, 255, 255);
    font-family: Poppins;
    margin: 0px;
}
* {
    box-sizing: border-box;
}
.container {
    margin: 30px auto;
    width: 20%;
    box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
    border-radius: 3px;
    margin-top: 50px;
    backdrop-filter: blur(20px);
}
.btn-submit {
    margin-top: 10px;
    width: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #CD5459,#7D1F1F);
    color: white;
    border: none;
    border-radius: 10px;
    padding: 15px 30px;
    transition: 0.3s;
    box-shadow: 0px 20px 25px -5px #00000054;
}
::placeholder {
    color: black;
    opacity: 0.2;
}
input {
    margin: 5px 0px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #cecece;
    padding: 10px;
    font-family: Poppins;
}
.div-img{
    width: 30%;
    box-shadow: none;
}
.div-form{
    width: 24%;
}
@media only screen and (max-width:600px) {
    .container {
        width: 70%;
    }
    .div-img{
        width: 90%;
    }
}
@media only screen and (min-width:600px) and (max-width:1100px){
    .container {
        width: 50%;
    }
}
.btn-submit:hover {
    background-color: #434343;
    cursor: pointer;

}
.title {
    color: #7D1F1F;
}
.p{
    color: red;
}
.input1{
    border: 3px solid rgb(73, 73, 73);
    border-radius: 10px;
    padding: 7px;
}
.logo-gcisr {
    width: 100px;
    z-index: 1;
}
.img-box {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}
.shape-blur {
    width: 170px;
    height: 150px;
    background-color: #cd54583b;
    position: absolute;
    z-index: 0;
    filter: blur(40px);
    border-radius: 100px;
    bottom: 20px;
}
.container {
    overflow: hidden;
    border-radius: 20px;
}
.gcisr-title {
    font-size: 60px;
    font-weight: 800;
    color: #474747;
}
.title-v {
    font-size: 18px;
    text-align: center;
    color: #000000;
    margin-top: 20px;
    font-weight: lighter;
    font-weight: 900;
    font-family: Poppins;
}
.text-d {
    border-bottom: 1px solid #cecece;
    font-size: 12px;
    text-align: center;
    padding: 20px;
    margin-top: -30px;
    font-family: Poppins-light;
}
