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;
    font-size: 15px;
}

.text_color {
    color: white !important;
    font-family: Branding medium;
    font-size: 18px;
}

.text_style{
    font-family:Branding medium;
    font-size:37px;
}

.signup_text {
    color: white;
    font-size: 25PX;
}

.singup_box {
    background: hsla(224, 73%, 63%, 0);
    backdrop-filter: blur(0px);
}

.bg_color {
    background: linear-gradient(to top left, #1d75f8 6%, #66c7ff 86%);
}

.input_box_outline {
    border: 1px solid black;
    outline: 1px solid #f5faef;
    outline-offset: 1px;
}

.border_style_of_btn {
    height: 50px;
    background-image: linear-gradient(to top left, #0252ca 6%, #51b7f1 86%);
}

.support_section {
    text-align:center;
    margin:auto;
}

.rightside_content{
    margin-bottom:15px;
}

@media (max-width: 1280px) {
    .text_remeber_style {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .text_remeber_style {
        font-size: 13px;
    }
}

@media only screen and (min-device-width: 280px) and (max-device-width: 912px) and (orientation:portrait) {
    .parent_div {
        margin-top: 0px;
        margin-bottom: 20px;
    }
  
    .text_style {
        font-size: 30px;
    }
}

@media only screen and (min-device-width: 280px) and (max-device-width: 412px) and (orientation:portrait) {
    .text_remeber_style {
        font-size: 13px;
    }
}

@media only screen and (min-device-width: 540px) and (max-device-width: 912px) and (orientation:portrait) {
    .text_remeber_style {
        font-size: 13px;
    }
    .text_style {
        font-size: 45px;
    }
}

@media (min-width: 992px) and (max-width: 1232px) {
    .text_style {
        font-size: 26px;
    }
}