@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');
@import "backpack/style-login.css";
@import "theme.css";

/**********************************************************************************************************************/
/* CUSTOM CSS FOR LOGIN                                                                                               */
/*                                                                                                                    */
/* Add any additional styling specifics for this project's login screen within this file.                             */
/**********************************************************************************************************************/
body {
    font-family: 'Open Sans', sans-serif;
}

.logo-wrapper {
    opacity: 1;
}

.logo-wrapper > img {
    height: 128px;
    margin-bottom: 12px;
}

.logo-title {
    font-weight: 700;
    display: block;
    letter-spacing: 5px;
    color: #fff;
    font-size: 1.7rem;
    margin-bottom: 24px;
}

#video-wrapper:after {
    opacity: 0.45;
}

#video-wrapper > video {
    right: auto;
}
/* https://www.pexels.com/video/person-mixing-construction-putty-6473937/ */
