body {
    background: linear-gradient(to top left, #ffffff 7%, #d3e7f8 97%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.border_style {
    border-radius: 70px;
    border: 1px solid #d3e9b4;
    padding: 5px;
}

.parent_div {
    margin:20px 0px 40px 0px;
}

.text_color {
    color: white;
    font-family: Branding medium;
}

#text_color_PR {
    color: white;
    font-family: Branding bold;
}

#text_backtologin {
    color: white;
    font-size: 18px;
    font-family: Branding medium;
}

.bg_color_PR_box {
    background: linear-gradient(to top left, #1d75f8 6%, #66c7ff 86%);
}

.input_box_outline {
    border: 1px solid black;
    outline: 1px solid #f5faef;
    outline-offset: 1px;
}

.Password_resettext {
    color: white;
    font-size: 25px;
    font-family: Branding medium;
}

.guidance_text {
    font-size: 18px;
    color: white;
    font-family: Branding medium;
}

.resetpassword {
    font-size: 15px;
    font-family:Branding medium;
}

.border_style_of_btn {
    height: 50px;
    background-image: linear-gradient(to top left, #0252ca 6%, #51b7f1 86%);
}

.support_section {
    text-align: center;
    margin: auto;
}

.text_style {
    font-family: Branding medium;
    font-size: 37px;
}

@media only screen and (min-device-width: 280px) and (max-device-width: 912px) and (orientation:portrait) {
    .parent_div {
        margin-top: 0px;
    }
    .text_style {
        font-size: 30px;
    }
}

@media only screen and (min-device-width: 540px) and (max-device-width: 912px) and (orientation:portrait) {
    .text_style {
        font-size: 45px;
    }
}

@media (min-width: 992px) and (max-width: 1232px) {
    .text_style {
        font-size: 26px;
    }
}