@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/


/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */


























}




/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
    

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

    
    
    .login{
        position: absolute;
        z-index: 5000;
        left: 10%;
        top: 15%;
        width: 80%;
        height: 70%;
    }
    
    
    .logintext{
        width: 50%;
        height: 100%;
        float: left;
        clear: none;
        display: block;
        color: #fff;
    }
    
    
    .login-logo{
        height: 15vh;
        width: 10vw;
        float: left;
        display: block;
        background-image: url("../img/wmga_wmg-textwhite.svg");
        background-size: contain;
        background-position: center right;
        background-repeat: no-repeat;
        padding-left: 5vw;
       transition: all .3s;
        clear: both;
        margin-bottom: 25vh;
    }
    
    .logintext h2{
        clear: both;
        font-size: 5em;
    }
    
    
    
    
    
    
    .loginarea{
        width: 35%;
        height: 100%;
        float: right;
        clear: none;
        display: block;
        background-color: rgba(255,255,255,.9);
        border-radius: 1em;
        box-shadow: 20px 20px 50px rgba(0,0,0,.2);
        overflow: hidden;
        border-top:1px solid rgba(255,255,255,.9);
        border-left:1px solid rgba(255,255,255,.9);
        backdrop-filter:blur(5px);
        
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    .sign-container{
         display: block;
        float: left;
        clear: none;
        height: 100%;
        width: 100%;
          /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
       
    }
    
    
    
    
    .signin{

    }
    
    
    .reachout{
        display: block;
    }
    
    
    .signup{
        display: block;
    }
    
    
    
    
    
    .s-inner{
        width: 80%;
        padding: 5% 5%;
        height: 80%;
        display: block;
        float: left;
        clear: none;
         overflow: hidden;
        overflow-y: scroll;
    }
    
    .s-inner h4{
        float: left;
        clear: none;
        margin: 0em 0 1em;
    }
    
    .s-inner .inactive{
        float: left;
        clear: none;
        opacity: .2;
        margin-left: .5em;
        cursor: pointer;
         transform: scale(80%,80%);
          transition: all .4s;
    }
    

     .s-inner .inactive:hover{
        transform: scale(100%,100%);
         opacity: .8;
    }
    
    
      .signup{
        display: block;
        float: left;
        clear: none;
        height: 100%;
        width: 100%;
        
    }
    
    
    
    
    
    
    
     .simplebutton{
    float: left;
    clear: none;
    display: inline-block;
    font-size: 1em;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    padding: .5em 1em;
    font-weight: 700;
    margin: auto .5em;
    width: auto;
    transform-origin: center;
    transition: all .2s;
          background-color: #cd9670;
   border:2px solid #cd9670;
    color: #fff;
    box-shadow: none;
}
    
    .simplebutton:hover{
        transform: scale(90%,90%);
    }
    
    
    
    
    
    
    
    
    
    .inactiveaccount{
        overflow: hidden;
        filter: blur(8px)
    }
    
    
    
    
    
    .inactiveaccount-popup{
        width: 25vw;
        height: 40vh;
        border-radius: 1em;
        background-color: white;
        display: block;
        float: left;
        clear: none;
        position: fixed;
        z-index: 9000000000000;
        padding: 4em;
        top: 20vh;
        left: 37.5%;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=50, Direction=0, Color=#000000)";/*IE 8*/
-moz-box-shadow: 0 -1px 50px 34px rgba(0,0,0,0.2);/*FF 3.5+*/
-webkit-box-shadow: 0 -1px 50px 34px rgba(0,0,0,0.2);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 -1px 50px 34px rgba(0,0,0,0.2);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=50, Direction=135, Color=#000000); /*IE 5.5-7*/
    }


    
    .inactiveaccount-popup .fi-contact{
        height: 2em;
        width: auto;
        display: block;
        float: left;
        clear: both;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        margin: 1em 0;
    }
    
    .inactiveaccount-popup .fi-contact i{
        font-size: 2em;
        margin-right: .5em;
        cursor: pointer;
        transition: all .4s;
        opacity: 1;
        color: #cd9670;
        transform-origin: center;
        text-align: left;
        margin: .5em 0;
    }
    
    .inactiveaccount-popup .fi-contact i span{
          font-family: 'Montserrat', sans-serif;
          color: #000;
          font-size: .6em;
          margin-left: 1em;
          font-weight: 500;
          letter-spacing: .5px;
    }
    
    
    
    
    
    
    
    
	
	
}
	
	