/*
Template Name: Admin Template
Author: Wrappixel

File: scss
*/
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700");
/*Theme Colors*/
/**
 * Table Of Content
 *
 * 	1. Color system
 *	2. Options
 *	3. Body
 *	4. Typography
 *	5. Breadcrumbs
 *	6. Cards
 *	7. Dropdowns
 *	8. Buttons
 *	9. Typography
 *	10. Progress bars
 *	11. Tables
 *	12. Forms
 *	14. Component
 */
/*******************
Login register and recover password Page
******************/
.login-register {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
  padding: 10% 0;
  position: fixed; }

.login-box {
  width: 400px;
  margin: 0 auto; }
  .login-box .footer {
    width: 100%;
    left: 0px;
    right: 0px; }
  .login-box .social {
    display: block;
    margin-bottom: 30px; }

#recoverform {
  display: none; }

.login-sidebar {
  padding: 0px;
  margin-top: 0px; }
  .login-sidebar .login-box {
    right: 0px;
    position: absolute;
    height: 100%; }


.copyright2 {
    visibility: hidden;
    text-align: center;
}
.foot {
    visibility: visible;
}

@media all and (min-width:960px)  {
    .login {
        width: 400px !important;
        margin-left: 10%;
        margin-top:20%;
    }
 
}


@media all and (min-width:0px) and (max-width: 765px) {
    #video_background {
        display: none;
    }
    .copyright2 {
        visibility: visible;
        text-align: center;
    }
    .foot {
        visibility: hidden;
    }
}

.copyright {
    text-align: center;
    color: #FFFFFF;
}

ul.list-icons li {
    list-style: none;
    line-height: 30px;
    margin: 5px 0;
    transition: 0.2s ease-in;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
ul.list-icons li a {
    color: #FFFFFF;
}


.foot {
    position: absolute; 
    z-index: 10000; 
    margin-left: 25%; 
    bottom: 0px !important;
}

.sn-video-clg{
    width:100%;
}

body{
    background-color:#FFFFFF !important;
}