﻿

.az-portal-login h1.heading
{
   color: #fff;
    font-size: 25px;
    height: 25px;
    line-height:25px;
text-shadow: 1px 1px 3px #555;
    margin:15px 0; 
 }
 .az-portal-login-main-panel
 {
      background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color:#e4e4e4;
     }
 .az-portal-login-shadow-box
{
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.4);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.4);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
    }
    
    
    .az-portal-login-brand-logo
    {
	 background-repeat: no-repeat; 
     }
     
    .az-portal-login-branding-tr .az-portal-login-brand-logo
    {
        height: 50px;
        background-size: 50px auto;
        margin-bottom:5px;
    }
     .az-portal-login-branding-tr h1.heading
    {
        line-height: 30px;
        margin:0;
    }
    
    .az-portal-login-branding-br .az-portal-login-brand-logo
    {
        height: 150px;
        background-size: 150px auto;
        margin:20px 0 15px 0;
    }
     .az-portal-login-branding-br h1.heading
    {
        line-height: 30px;
        font-size:30px;
         margin:10px 0;
    }
     
      .az-portal-login-branding-tl .az-portal-login-brand-logo
    {
        height: 200px;
        background-size:auto 200px;
        margin:20px 0 15px 40px;
    }
     .az-portal-login-branding-tl h1.heading
    {
        line-height: 45px;
        font-size:40px;
        margin:10px 0 10px 40px;
    }
     
     .az-portal-login-footer a.azolve
     {
         display: block;
         height: 40px;
         width: 130px;
         float: left;
         margin-left:10px;
         xbackground-image: url(../../../Common/images/azolve-logo-small.png) ;
         }
          .az-portal-login-footer 
          {
              overflow: hidden;
              }
               .az-portal-login-footer .social-media-links
               {
                   float: right;
                   height:39px;
                   }
              
      .az-portal-login-footer .social-media-links a {
    background-image: url("../../../Common/images/social-icons.png");
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 39px;
    margin-right: 5px;
    width: 39px;
}
.social-media-links a.facebook {
    background-position: 0 0;
}
.social-media-links a.twitter {
    background-position: -45px 0;
}
.social-media-links a.googleplus {
    background-position: -90px 0;
}
.social-media-links a.linkedin {
    background-position: -135px 0;
}


    .az-portal-socials .social-media-links a {
        display: inline-block;
        float: none;
    }

