header #formUp {
    width: 580px;
    padding: 120px 70px 55px 0;
    opacity: 1;
    transition: opacity 0.2s !important;
}

#formRD {
    height: 580px;
    box-shadow: 0 4px 9px 0 rgba(0,0,0,0.19);
    border-radius: 6px;
    background: white;
}
#formRD .title {
    height: 70px;
    width: 100%;
    background-color: #50E3C2;
    background: linear-gradient(222.02deg, #009AF4 0%, #005BEA 100%);
	color: #FFFFFF;
	font-family: 'Montserrat';
	font-size: 26px;
	font-weight: bold;
	line-height: 70px;
    text-align: center;
    border-radius: 6px 6px 0 0;
    text-decoration: none;
}
#formRD a {
    text-decoration: none;
}
#formRD .description {
	color: #3E4C5B;
	font-family: "Roboto";
	font-size: 16px;
	line-height: 20px;
    text-align: center;
    padding: 20px 30px 30px 30px;
}
#formRD .footer {
    color: #3E4C5B;
    font-family: "Roboto";
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    padding: 10px 30px 30px;
}

@media (min-width: 1201px) and (max-width: 1500px){
    header #formUp {
        width: 580px;
        padding: 80px 30px 55px 0;
         
    }
    
    #formRD .title {
        height: 60px;
        font-size: 24px;
        line-height: 60px;
    }
}
 @media (min-width: 992px) and (max-width: 1200px){
    header #formUp {
        width: 580px;
        padding: 0 0 55px 0;
        margin: -40px auto;
    }
    
    #formRD {
        height: 100%;
        box-shadow: 0 4px 9px 0 rgba(0,0,0,0.19);
    }
    #formRD .title {
        height: 60px;
        font-size: 20px;
        line-height: 60px;
    }
    #formRD .description {
        font-size: 21px;
        line-height: 28px;
        padding: 25px 30px 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header #formUp {
        width: 580px;
        padding: 0 0 55px 0;
        margin: -40px auto;
    }
    #formRD {
        height: 100%;
        box-shadow: 0 4px 9px 0 rgba(0,0,0,0.19);
    }
    #formRD .title {
        height: 70px;
        font-size: 22px;
        line-height: 70px;
    }
    #formRD .description {
        font-size: 21px;
        line-height: 28px;
        padding: 25px 30px 10px;
    }
}
@media (min-width: 300px) and (max-width: 767px) {
    header #formUp {
        width: 100%;
        padding: 0 0 55px 0;
    }
    #formRD {
        height: 100%;
        box-shadow: 0 4px 9px 0 rgba(0,0,0,0.19);
    }
    #formRD .title {
        height: unset;
        font-size: 16px;
        line-height: 24px;
        padding: 10px 60px;
        width: calc(100% - 120px)
    }
    #formRD .description {
        font-size: 16px;
        line-height: 22px;
        padding: 25px 5vw 10px;
    }
} 






