﻿

body {
    width: 100% !important;
    font-family: 'Montserrat' !important;
}


#Email:focus {
    -webkit-box-shadow: 0 0 0 3px white;
    -moz-box-shadow: 0 0 0 3px white;
    box-shadow: 0 0 0 2px white;
}

#Password:focus {
    -webkit-box-shadow: 0 0 0 3px white;
    -moz-box-shadow: 0 0 0 3px white;
    box-shadow: 0 0 0 2px white;
}


#leftDiv {
    height: 100%;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.has-warning .form-control-feedback {
    color: lightgray !important;
}

.has-warning .form-control {
    border-color: grey !important;
}

#subLeftDiv {
    width: 60%;
    color: white;
    font-size: 22px;
}

.navbar.fixed-right {
    right: 35px !important;
}

#parentNav {
    width: 30% !important;
    height: 100% !important;
    margin-bottom: 0px !important;
    padding-right: 10px;
    margin: 0 auto;
    position: relative;
}

    #parentNav:after {
        content: "";
        background-repeat: no-repeat;
        background-image: linear-gradient(green, blue);
        background-size: 100% 100%;
        opacity: 0.5;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
    }

#mainNav {
    height: 100% !important;
    display: table !important;
    position: relative;
    z-index: 1;
}

#subNav {
    /*width: 100px !important;*/
    display: table-cell;
    vertical-align: middle;
}

#divTextboxes {
    width: 65% !important;
    margin-left: 17% !important;
    margin-top: 25px !important;
}

.txt1 {
    margin-bottom: 10px !important;
    border-radius: 50px;
}


#btnCreate {
    width: 65%;
    height: 46px;
    background: transparent;
    border-radius: 50px;
    border-color: white;
    color: white;
    padding: 13px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
}

.hr-sect {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: white;
    margin: 8px 0px;
}

    .hr-sect::before,
    .hr-sect::after {
        content: "";
        flex-grow: 1;
        background: white;
        height: 2px;
        font-size: 0px;
        line-height: 0px;
        margin: 0px 8px;
    }

@media screen and (max-width:360px) {
    #divRight {
        width: 100% !important;
        height: 100% !important;
    }

    #divLeft {
        display: none !important;
    }

    body::after {
        background-size: 800px 100%;
    }
}

@media (max-width: 575.98px) {
    #divRight {
        width: 100% !important;
        height: 100% !important;
    }

    #divLeft {
        display: none !important;
    }

    body::after {
        background-size: 800px 100%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    #divRight {
        width: 100% !important;
        height: 100% !important;
    }

    #divLeft {
        display: none !important;
    }

    body::after {
        background-size: 800px 100%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #divRight {
        width: 100% !important;
        height: 100% !important;
    }

    #divLeft {
        display: none !important;
    }

    body::after {
        background-size: 800px 100%;
    }
}

/*@media (min-width: 992px) and (max-width: 1199.98px) {
    #divRight {
        width: 100% !important;
        height: 100% !important;
    }

    #divLeft {
        display: none !important;
    }

    body::after {
        background-size: 800px 100%;
    }
}*/

/*@media screen and (max-width:450px) {
    #divRight {
        width: 100% !important;
        height: 100% !important;
    }

    #divLeft {
        display: none !important;
    }

    body::after {
        background-size: 800px 100%;
    }
}

@media screen and (max-width:780px) {
    #divRight {
        width: 100% !important;
        height: 100% !important;
    }

    #divLeft {
        display: none !important;
    }

    body::after {
        background-size: 800px 100%;
    }
}

@media screen and (max-width:990px) {
    #divRight {
        width: 100% !important;
        height: 100% !important;
    }

    #divLeft {
        display: none !important;
    }

    body::after {
        background-size: 800px 100%;
    }
}

@media (min-width:768px) {
    body {
        padding-top: 0
    }
}

@media (min-width:768px) {
    body {
        margin-right: 232px
    }
}*/

.navbar.fixed-right {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030
}

@media (min-width:768px) {
    .navbar.fixed-right {
        bottom: 0;
        width: 232px;
        flex-flow: column nowrap;
        align-items: flex-start
    }

        .navbar.fixed-right .navbar-collapse {
            flex-grow: 0;
            flex-direction: column;
            width: 100%
        }

            .navbar.fixed-right .navbar-collapse .navbar-nav {
                flex-direction: column;
                width: 100%
            }

                .navbar.fixed-right .navbar-collapse .navbar-nav .nav-item {
                    width: 100%
                }

                    .navbar.fixed-right .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
                        top: 0
                    }
}



@media (min-width:768px) {
    .navbar.fixed-right {
        left: auto
    }


        .navbar.fixed-right .navbar-nav .nav-item .dropdown-toggle:after {
            border-top: .3em solid transparent;
            border-left: none;
            border-bottom: .3em solid transparent;
            border-right: .3em solid;
            vertical-align: baseline
        }

        .navbar.fixed-right .navbar-nav .nav-item .dropdown-menu {
            left: auto;
            right: 100%
        }
}
