/* Beginning of overriding */
.btn-primary {
    background-color: #3582f5;
}
/* End of overriding */

a {
    text-decoration: none;
}


/* Beginning of custom */
.custom-shadow {
    box-shadow: 2px 2px #f2f2f2;
}

.grow-card:hover {
    transform: scale(1.01)!important;
}

.sub-heading-title {
    width: 100px;
    margin: auto;
    color: #3582f5;
    padding-top: 2px;
    padding-top: 3px;
}

.form-control:focus {
    outline: none !important;
    border: 1px solid #97CFD5;
    box-shadow: 0 0 0px #97CFD5;
}

.error {
    color: red;
}
/* End of custom */

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
}

.navbar {
    box-shadow: 1px 1px #dddddd;
    z-index:99;
    /* style="background-color: #e7ecec;" */
}

.register-btn {
    color: #fff !important;
}


@media only screen and (min-device-width:992px) {
    .align-nav-items-right-desktop {
        display: flex;
        justify-content: flex-end;
        margin-left: auto;
        margin-right: 0;
    }
}
/* blood-pressure-2.png */
.second-col-div {
    /* background-image: url("/static/images/blood-pressure-2.png"); */
    background-image: url("/static/images/uti.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.first-row {
    /* height: 100vh; */
}

.login-btn {
    background-color: rgb(238, 238, 238);
    
}

.intro-text-wrapper {
    margin-top: 50px
}

.intro-text-wrapper h1 {
    font-size: 45px;
}

.intro-text-wrapper h4 {
font-size: 35px;
font-weight: 300;
}

.get-btn {
/* display: flex; justify-content:flex-end; */
width: 50%;
}

.how-it-works-btn {
/* display: flex; justify-content:flex-start; */
width: 50%;
}

.accuracy-wrapper {
font-size: 18px;
}

@media only screen and (min-device-width:768px) and (max-device-width: 768px) {
.intro-text-wrapper {
    margin-top: 150px!important;
}
}


@media only screen and (min-device-width:100px) and (max-device-width: 1024px) {
.second-col-div {
/* display: none; */
min-height: 50vh;

}

.intro-text-wrapper {
    margin-top: 20px
}
.get-btn {
display: flex; 
justify-content: center;

display: block;
width: 100%;
border: none;
padding: 14px 28px;
font-size: 16px;
cursor: pointer;
text-align: center;
}

.how-it-works-btn {
display: flex; 
justify-content: center;

display: block;
width: 100%;
border: none;
padding: 14px 28px;
font-size: 16px;
cursor: pointer;
text-align: center;
}
}


@media only screen and (min-device-width:100px) and (max-device-width: 767px) {
.first-row {
    min-height: 100vh;
}

}


@media only screen and (min-device-width:1024px) and (max-device-width: 1024px) {
.first-row {
    /* height: 50vh; */
}
}