﻿.height-full {
    background: #492a53c9;
    min-height: 100vh;
    box-shadow: -8px 2px 20px 0px #000000;
}

.login-background {
    /* Ensure that the relative URL used is from your CSS file to the target image! */
    background: url('/MainAppAssets/hc_assets/img/HC_backgroundDark.jpg');
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    overflow-x: hidden;
}

.plain-background {
    background-color: #ffffffc9;
}

.container-margin {
    margin-top: 9em;
    margin-left: 7em;
}

.login-style {
    float: left;
    border-bottom: solid;
    border-top: solid;
    border-image-slice: 1;
    border-width: 5px;
    border-image-source: linear-gradient(90deg, rgb(62 20 119) 2%, rgb(118 25 177) 50%, rgba(60,38,122,1) 79%);
}

.marg-lft {
    margin-left: 15em;
}

.marg-rgt {
    margin-right: 4em;
}

.marg-top {
    margin-top: 24em;
    margin-left: 4em;
}

.hc-style {
    color: #f7f7f7;
    font-weight: 400;
    font-size: 3em;
    text-shadow: 4px 4px 6px #353535;
}

.darker-main {
    background-color: black;
    color: white;
}

    .darker-main:hover {
        background-color: var(--primary);
    }

.titleFont {
    color: #4ed4c2;
    font-size: 4em;
    font-weight: 300;
    /*text-shadow: 2px 2px 1px #0f8a79f5;*/
    text-shadow: 4px 4px 5px #353535;
}

.fnt {
    font-family: "Poppins","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.ht {
    height: 40em;
    margin-top: 13em;
}

.wd {
    max-width: 19%;
}

.slogan {
    color: white;
    /*text-shadow: 2px 2px 1px #0f8a79f5;*/
    text-shadow: 4px 4px 9px #353535ba;
    font-weight: 400;
}

/*media queries to scale display */

@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */

    .login-style, #purple-background-login > div {
        zoom: 70%;
    }
}
@media (min-width:1281px) { /* hi-res laptops and desktops */
    .login-style, #purple-background-login > div {
        zoom: 100%;
    }
}

.learnmore-shadow {
    box-shadow: 2px 4px 16px #353535;
    font-weight: 500;
}
#Main_Img_Login {
    display: none;
}
/* (1366x768) WXGA Display */
@media screen and (max-width: 1366px) {

    .wd {
        max-width: 100%;
    }

    .ht {
        height: 42em;
        margin-top: 3em;
    }

    .marg-lft {
        margin-left: 9em;
    }

    .marg-top {
        margin-top: 22em;
        margin-left: 1em;
    }
    #Main_Img_Login {
        display: none;
    }
}
/*media for IPad*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .ht {
        height: 55em;
        margin-top: 4em;
        margin-left: 5em;
    }

    .marg-top {
        margin-top: 3em;
        margin-left: 3em;
    }

    .marg-lft {
        margin-left: 4em;
    }

    .wd {
        min-width: 80%;
    }
    #purple-background-login{
        display:none;
    }
    #Main_Img_Login {
        height: 4em;
        display: block;
        margin-left: 2em;
    }
}
/*media for Phone*/
@media only screen and (max-width: 768px) {
    .ht {
        height: 48em;
        margin-top: 2em;
        margin-left: 1em;
    }

    .marg-lft {
        margin-left: 3em;
    }

    .wd {
        min-width: 80%;
    }
    #purple-background-login {
        display: none;
    }
    #Main_Img_Login {
        height: 4em;
        display: block;
        margin-left: 1em;
    }
}
/*IPhone X*/
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
    .ht {
        height: 48em;
        margin-top: 2em;
        margin-left: 1em;
    }

    .marg-lft {
        margin-left: 3em;
    }

    .wd {
        min-width: 80%;
    }
    #purple-background-login {
        display: none;
    }
    #Main_Img_Login {
        height: 4em;
        display: block;
        margin-left: 1em;
    }
}
