.centerthatshit {
    left: 0;
    right: 0;
    margin: 0px auto;
}

.open > .dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);  
    opacity:1;
}

.dropdown-menu {
    opacity:0;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;  
    animation-fill-mode: forwards; 
    -webkit-transform: scale(1, 0);
    display: block; 
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;

}

/*new design style*/

.login {
    border: 2px solid #fff;
    border-radius: 15px;
    margin: 0 auto;
    padding: 35px;
    width: 400px;
}

.spaced {
    letter-spacing: 7px;
}

#signupform-email {
    background-image: url("../image/email.svg");
    background-position: 283px 15px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    fill: white;
}

#loginform-username, #signupform-username, #passwordresetrequestform-email {
    background-image: url("../image/social.svg");
    background-position: 283px 15px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    fill: white;
}
#loginform-password, #signupform-password {
    background-image: url("../image/security.svg");
    background-position: 283px 15px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    fill: white;
}
.loginField {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: rgba(255, 255, 255, 0);
    border-color: -moz-use-text-color -moz-use-text-color #c9c9c9;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: 0 medium 1px;
    box-sizing: border-box;
    color: white;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    letter-spacing: 3px;
    margin-bottom: 15px;
    padding: 15px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.loginField:focus {
    border-bottom: 1px solid #dfab35;
}

.btn-login {
    background-color: #dfab35;
    border: 2px solid #dfab35;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    display: inline-block;
    line-height: 22px;
    margin-right: -15px;
    margin-top: -4px;
    padding: 13px 28px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.btn-login:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid #dfab35;
    color: #fff;
}

.push {
    margin-bottom: 10px;
}

.light {
    color: white;
}

.main-footer {
    background-color: rgba(255, 255, 255, 0.6);
    bottom: 0;
}

.footer-gate {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    bottom: 0;
    color: white;
    font-size: 12px;
    margin-top: 45px;
    position: fixed;
    text-transform: uppercase;
    width: 100%;
}

.socialrow {
    bottom: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    text-transform: uppercase;
}

.social-icons {
    list-style: outside none none;
    padding: 0 0 5px;
    text-align: center;
}
.social-icons li {
    display: inline-block;
}

.social-icons li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 solid #fff;
    color: #fff;
    font-size: 22px;
    height: 40px;
    line-height: 42px;
    opacity: 1;
    text-decoration: none;
    transition: all 0.4s ease 0s;
    width: 40px;
}
.social-icons li a:hover {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    border: 0 solid #fff;
    color: #000;
    opacity: 1;
}

.topleft {
    position: absolute;
    top: 0;
    left: 0;
}

.gate-box {
    color: #FFF;
    display: inline-block;
    padding-bottom: 30px;
    /*text-transform: uppercase;*/
    font-size: 12px;
    margin-top: 12em;
    width: 100%;
    background: none;
}