/*------------------------------------------------------------------
[Project details]

Project:	Malto - Material design App Showcase
Version:	1.2
Last change:	9/8/2016

[Table of contents]
* body
	+ Header / .malto-head
		- Menu / .menu
		- Title and buttons / .head-elements
	+ Mobile menu / .mobile-menu
	+ Features section / #features
	+ Services section / #overview
		- Tabs / .tabs
		- Tabs content / .tab-content
	+ Stats section / #stats
	+ Prices section / #prices
	+ Team section / #keyfeatures
	+ Reviews section / #reviews
	+ Partners section / #partners
	+ Contacts section / #contacts
		- Contact items / .contact-items
		- Form / .malto-form
	+ Footer / .malto-foot
		- First level / .first-level
		- Second level / .second-level
-------------------------------------------------------------------*/


/* Common Settings */

*::-webkit-input-placeholder {
    font-family: "RalewayRegular", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
}

*:-moz-placeholder {
    font-family: "RalewayRegular", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
}

*::-moz-placeholder {
    font-family: "RalewayRegular", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
}

*:-ms-input-placeholder {
    font-family: "RalewayRegular", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
}

body input:required:valid,
body textarea:required:valid {
}

body {
    position: relative;
}

.preloader {
    width: 100%;
    height: 100%;
    z-index: 1200;
    position: fixed;
    /*background: #E3ECFD url("../img/preloader.gif") center no-repeat;*/
    top: 0;
    left: 0;
}

section {
    padding: 40px 0px;
}

ul {
    margin: 0;
}

.nav-tabs .waves-effect .waves-ripple,
.price-content .waves-effect .waves-ripple {
    background: -webkit-radial-gradient(rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.3) 90%) !important;
    background: -o-radial-gradient(rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.3) 90%) !important;
    background: -moz-radial-gradient(rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.3) 90%) !important;
    background: radial-gradient(rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.3) 90%) !important;
}

/* Slider pagination settings */
.owl-pagination .active span {
    background-color: #309df4 !important;
    border: 2px solid #309df4 !important;
}

.owl-page span {
    border: 2px solid #838383 !important;
    background-color: transparent !important;
}

/* ------------- HEADER ------------- */
.malto-head {
    position: relative;
    background: linear-gradient(rgba(18, 31, 42, 0.75), rgba(18, 31, 42, 0.7)), url("../img/background.png"), no-repeat center;
    min-height: 100vh;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto auto;
    /*background-image: url("../img/background.png");*/
}

.head-bar {
    position: fixed;
    width: 100%;
    display: inline;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 200;
    outline-offset: 0px;
    border: none;
    outline: 0px;
}

.head-bar1 {
            position: fixed;
            width: 100%;
            display: inline;
            -webkit-transition: all 0.2s;
            -o-transition: all 0.2s;
            transition: all 0.2s;
            z-index: 200;
            outline-offset: 0px;
            border: none;
            outline: 0px;
            background-color: #fff;
            box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
            padding-bottom: 18px;
        }

/* For EXPLORER and EDGE browsers */
.empty {
    min-height: 1px;
}

.head-bar img {
    width: 60%;
    height: auto;
    margin-top: 23px;
    outline-offset: 0px;
    border: none;
    outline: 0px;
}

.head-bar1 img {
    width: 60%;
    height: auto;
    margin-top: 23px;
    outline-offset: 0px;
    border: none;
    outline: 0px;
}

.menu {
    text-align: right;
}

    .menu ul {
        margin: 8px 0px;
        padding-left: 0;
    }

.malto-head i {
    color: #9eb0c0;
    margin-top: 20px;
    font-size: 30px;
    cursor: pointer;
}

.menu-element {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "RalewayBold", sans-serif;
    margin-left: 20px;
    letter-spacing: 1px;
    margin-top: 20px;
    vertical-align: middle;
}

.menu-accent {
    font-size: 13px;
}

.menu-element a {
    text-decoration: none;
    color: #9eb0c0;
}

.head-bar.minimalized .menu-element a {
    /*text-decoration: none;*/
    color: #666;
}

.menu-accent a {
    color: #dbe8f1;
}

/* Minimalized menu */
.minimalized {
    padding-bottom: 18px;
    /*background-color: #31353e;*/
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 200;
}

/* Mobile menu */
.mobile-menu {
    position: fixed;
    background-color: #31353e;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
    top: 0px;
    right: 0;
    height: 100%;
    display: none;
    z-index: 1;
    overflow:auto;
}

    .mobile-menu .menu-element {
        font-size: 11px;
    }

    .mobile-menu .menu-accent a {
        color: #dbe8f1;
    }

    .mobile-menu ul {
        padding: 0;
        padding-top: 70px;
        padding-bottom: 70px;
    }

/* Title + buttons */
.head-elements {
    text-align: center;
    margin-top: 40vh;
    z-index: 200;
}

.malto-head .accent {
    margin-top: 45px;
    /*margin-left: 30px;*/
}

/* ------------- FEATURES(ITEMS) ------------- */
#features {
    text-align: center;
    padding: 85px 0px;
}

    #features i {
        font-size: 40px;
        color: #2196f3;
    }

    #features p {
        color: #575757;
    }

.item-descr {
    font-size: 13px;
}

/* ------------- SERVICES(TABS) ------------- */
#overview {
    background-color: #f7f7f7;
    padding-bottom: 50px;
}

#termsofservice{
    background-color: #f7f7f7;
    padding-bottom: 50px;    
}
#PrivacyPolicy{
    background-color: #f7f7f7;
    padding-bottom: 50px;    
}

.footer_bottmlink, .footer_bottmlink a{
    color:#fff;
}
.footer_bottmlink a{
    padding:5px 15px;
    display:inline-block;
}

.blue-header{
    padding:100px 50px 15px 50px;
    background-color:#309df4;
    color:#fff;
    text-align:center;    
}
.blue-header h4{    
    color:#fff;
    padding:0;
    margin:0 0 5px 0;    
}

/* Tabs content */
.tab-descr {
    text-align: left;
}

.tab-title {
    margin-top: 40px;
}

    .tab-title span {
        font-size: 18px;
        text-transform: uppercase;
        font-family: "RalewayBold", sans-serif;
        letter-spacing: 1px;
        margin: 0;
        color: #575757;
    }

.tab-divider {
    height: 4px;
    color: #ececec;
    background: #ececec;
    font-size: 0;
    border: 0;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 22px;
    width: 28%;
    text-align: left;
}

.tab-descr p,
.tab-features li {
    font-size: 14px;
    color: #575757;
    font-family: "RalewayLight", sans-serif;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.tab-descr p {
    margin: 0;
}

.tab-features {
    /*list-style-image: url('../img/ul.png');*/
    list-style: none;
    padding-left: 15px;
}

    .tab-features li {
        margin: 0;
        padding: 5px 0px;
        vertical-align: top;
        background-image: url(../img/ul.png);
        background-repeat: no-repeat;
        background-position: 0 50%;
        padding-left: 25px;
    }

.tab-descr .malto-btn {
    margin-left: 0px;
    margin-top: 30px;
    color: #ffffff;
    background-color: #2196f3;
}

.iphone-img {
    text-align: right;
    padding-top: 40px;
}

    .iphone-img img {
        height: 560px;
        width: auto;
    }

/* ------------- STATS ------------- */
#stats {
    background: linear-gradient(rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23)), url("../img/stats-parallax.png"), center;
    padding: 75px 0px;
    text-align: center;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

    #stats i {
        color: #8c8f96;
        font-size: 38px;
        margin-right: 5px;
        vertical-align: bottom;
    }

    #stats span {
        color: #309df4;
        font-size: 20px;
        font-family: "HelveticaBold", sans-serif;
        letter-spacing: 0.5px;
    }

    #stats p {
        margin: 0;
        margin-top: 15px;
        font-size: 14px;
        color: white;
        font-family: "RalewayRegular", sans-serif;
        letter-spacing: 0.5px;
    }

/* ------------- TEAM(CARDS) ------------- */
#prices, #contacts {
    background-color: #f7f7f7;
}

.owl-item {
    margin-bottom: 10px;
}

.owl-wrapper-outer {
    padding-bottom: 30px;
}

/* ------------- REVIEWS(SLIDER) ------------- */
#testimonials {
    position: relative;
    background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url("../img/Benefits/Testimonials.jpg");
    padding: 40px 0px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}

    #testimonials h4 {
        color: #333;
        letter-spacing: 1.5px;
        /*font-weight: 600;*/
    }

.review {
    text-align: center;
    padding: 0px 100px;
}

    .review img {
        border-radius: 180px;
        width: 135px;
        height: 135px;
    }

    .review span {
        display: block;
        font-size: 20px;
        font-family: "RalewaySemiBold", sans-serif;
        letter-spacing: 2px;
        color: #666;
        margin-top: 10px;
    }

    .review i {
        display: block;
        font-size: 16px;
        color: #309df4;
        letter-spacing: 0.5px;
        margin-top: 10px;
    }

    .review p {
        font-size: 15px;
        color: #333;
        font-family: "RalewayLight", sans-serif;
        margin-top: 20px;
        font-weight: 600;
    }

/* ------------- PARTNERS ------------- */
#partners {
    background-color: #f8f8f8;
    padding: 50px 0px;
    text-align: center;
}

    #partners img {
        opacity: 0.5;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        cursor: pointer;
    }

        #partners img:hover {
            opacity: 1;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

    #partners .owl-wrapper-outer {
        padding: 0;
    }

    #partners .owl-pagination {
        display: none;
    }

    #partners .owl-item {
        margin-bottom: 0;
    }

/* ------------- CONTACTS ------------- */
#form-btn, #btnSend {
    margin-top: 40px;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "RalewayBold", sans-serif;
    display: inline-block;
    vertical-align: middle;
    width: 175px;
    padding: 15px 0px;
    color: #337ab7;
    color: #fff;
}

#btnSend {
font-size:17px;
}
#contacts {
    padding: 50px 0px;
}

.contact-items {
    text-align: left;
}

.icon-wrap {
    background-color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
    margin-right: 10px;
}

.contact-items i {
    color: #309df4;
    font-size: 18px;
    margin-top: 9px;
    margin-left: 1px;
}

.contact-items span {
    font-size: 15px;
    color: #666;
    display: inline-block;
    font-family: "HelveticaLight", sans-serif;
    letter-spacing: 0.5px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
}

.malto-form input,
.malto-form textarea {
    border: none;
    width: 100%;
    border-bottom: 2px solid #bfbfbf;
    margin-top: 30px;
    padding-bottom: 8px;
    outline: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: #666;
    resize: vertical;
    font-family: "RalewayRegular", sans-serif;
    background: #f7f7f7;
    background-color: #f7f7f7;
}

.malto-form input {
    letter-spacing: 0.5px;
}

    .malto-form input:focus,
    .malto-form textarea:focus {
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        border-bottom: 2px solid #309df4;
    }

    .malto-form input[type=email] {
        margin-top: 30px;
    }

.malto-form .col-md-12 {
    text-align: center;
}

.malto-form button {
    margin-top: 30px;
}

/* ------------- MAP ------------- */

#map {
    width: 100%;
    height: 300px;
    background-color: grey;
}

/* ------------- FOOTER ------------- */

.first-level {
    background-color: #122138;
    text-align: center;
    padding-top: 20px;
    /*padding-bottom: 30px;*/
}

    .first-level p {
        font-family: "RalewayBold", sans-serif;
        color: #d4d4d4;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

.second-level {
    text-align: center;
    padding: 15px 0px;
    letter-spacing: 1px;
    color: #3e4753;
    font-size: 12px;
    font-family: "RalewayMedium", sans-serif;
    background-color: #06152c;
    width: 100%;
}

    .second-level p {
        margin: 0;
    }

.footer-first-level {
    padding-bottom: 10px;
}

.footer-links {
    display: block;
    text-align: left;
    color: #d4d4d4;
}

.sub-heading {
    font-family: "RalewayLight", sans-serif;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: initial;
}

.banner-subheading {
    font-size: 22px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 22px;
    height: 22px;
}

.bottom-note {
    clear: both;
    padding: 0 15px;
    padding-top: 30px;
    font-family: "RalewayRegular", sans-serif;
    text-align: center;
    font-size: 16px;
    color: #666;
}

a.malto-btn.accent.footer-button {
    color: #fff;
    padding: 10px;
    vertical-align: middle;
    margin-top: 10px;
}

/*rRegistration form*/
#LogIn, #signup, #div_addSociety {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.75);
    z-index: 1000;
    display: none;
}

    #LogIn .container, #signup .container, #div_addSociety .container {
        max-width: 730px;
    }

#signup {
    z-index: 10000;
}

.cls-btn {
    position: relative;
}

.closeButton {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: 27px;
    z-index:300;
}

    .closeButton .material-icons {
        font-size: 36px;
        color: #666;
        background-color: #fff;
        border-radius: 17px;
    }

#signup .form_title, #LogIn .form_title {
    font-size: 2em;
    font-family: "RalewayBolder", sans-serif;
    margin-bottom: 30px;
}

#signup .fieldtitle, #LogIn .loginNormalText {
    font-family: "RalewayRegular", sans-serif;
}

#LogIn .NormalText {
    font-family: "RalewayRegular", sans-serif;
    font-size: 16px;
}

#Google {
    background-image: url(/Images/google-signin.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 230px;
    height: 40px;
    border: 0;
    cursor: pointer;
    margin-bottom: 2px;
}

#Facebook {
    background-image: url(/Images/facebook-signin.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 230px;
    height: 40px;
    border: 0;
    cursor: pointer;
    margin-bottom: 2px;
}

#socialLoginList {
    margin-top: 7px;
}

#socialLoginList button{
    margin-bottom: 15px;
}


#SocialNetworkingGroup2{
    
}

#CMessage{
        height:153px;
        }

.popup_block1 #SocialNetworkingGroup2 #Google, .popup_block1 #SocialNetworkingGroup2 #Facebook {
    height: 40px;
    margin-bottom: 15px;
    background-color: transparent;
}

#signup .malto-btn,
#LogIn .malto-btn {
    padding: 15px;
    color: #fff;
}

.button_signup input[type="submit"] {
    padding: 15px!important;    
    color: #fff;
}

.button_signup .malto-btn {
    padding: 0 !important;
    background: #2196f3 !important;
    text-transform: uppercase;
    font-family: "RalewayBold", sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    border: 0;
    outline: none;
    border-radius: 3px;
    font-style: initial;    
}

#signup .field_textbox,
#LogIn .NormalText, #div_addSociety .LoginSocialNetworkingGroup, #div_addSociety #SignUpForm input[type="text"], #div_addSociety #SignUpForm input[type="password"] {
    margin-bottom: 20px;
}

#signup .button_signup,
#LogIn .button_signup {
    margin-top: 30px;
    margin-bottom: 15px;
}

#signup .field_textbox input[type="text"], #signup .field_textbox input[type="password"],
#LogIn .NormalText input[type="text"], #LogIn .NormalText input[type="password"], #div_addSociety input[type="text"], #div_addSociety input[type="password"], #div_addSociety select {
    border: medium none;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
    background: transparent;
}


#div_addSociety {
    font-family: "RalewayRegular",sans-serif;
    font-size: 16px;
}

    #div_addSociety input[type="button"], #div_addSociety input[type="submit"], #DivForgotPassword button[type="submit"] {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        border: 0 none;
        border-radius: 3px;
        font-family: "RalewayBold",sans-serif;
        font-size: 13px;
        letter-spacing: 1px;
        outline: medium none;
        text-transform: uppercase;
        color: #fff;
        padding: 15px;
    }

    #div_addSociety .NormalText, #div_addSociety input[type="text"], #div_addSociety input[type="password"], #div_addSociety input[type="password"], #div_addSociety select {
        margin-bottom: 20px;
    }

    #div_addSociety h1 {
        color: inherit;
        font-family: "RalewayBolder",sans-serif;
        font-size: 2em;
    }

    #div_addSociety #SignUpForm, #div_addSociety #LoginBox, #div_addSociety .for-forgot-password {
    }

    #div_addSociety input[type="checkbox"], input[type="radio"] {
        line-height: normal;
        margin: 4px 0 0;
    }

#LogIn .NormalText input[type="text"], #LogIn .NormalText input[type="password"] {
    width: 100%;
}

    #signup .field_textbox input[type="text"]:focus, #signup .field_textbox input[type="password"]:focus,
    #LogIn .NormalText input[type="text"]:focus, #LogIn .NormalText input[type="password"]:focus {
        border: medium none;
        box-shadow: none;
        outline: none;
        border-bottom: 1px solid #2196f3;
    }

#DefaultFrm, #ForgotPwdFrm {
    width: 100%;
}

#signup .container, #LogIn .container, #div_addSociety .container {
    margin-top: 40px;
    margin-bottom: 40px;
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 10px #999;
}

#LogIn .divider, #ForgotPassword .divider, #LoginBox .divider{ 
    width:1px;   
    min-height:250px;    
    border-left:1px solid rgba(0, 0, 0, 0.2);
    float:left;
    position:relative;
    padding-left:30px;
}

#LogIn .divider div, #ForgotPassword .divider div,  #LoginBox .divider div{    
    display:inline-block;
    border:1px solid rgba(0, 0, 0, 0.5);
    border-radius:15px;
    width:30px;
    height:30px;
    position:absolute;
    text-align:center;
    padding-top:5px;
    top:42%;
    left:-15px;
    background-color:#fff;
    font-size:12px;
}


.SignUpForm {
    border-top: 1px dashed #000000;
    margin-top: 30px;
    padding-top: 20px;
    margin-bottom:20px;
}

.SignUpForm .button_signup{
    margin-bottom:15px;
}

.loginNormalText {
    color: #343434;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 2px;
    font-family: "RalewayRegular",sans-serif;
}


.NormalRedText {
    color: #dc293c;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 2px;
    font-family: "RalewayRegular",sans-serif;
}

.NormalGreenText {
    color: green;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 2px;
    font-family: "RalewayRegular",sans-serif;
}
.custom-margin-right{
    margin-right:10px;
}
.ErrorBorder {
    border-bottom: 1px solid red !important;
}

#signup button, #signup input, #signup select, #signup textarea, #div_addSociety button, #div_addSociety input, #div_addSociety select, #div_addSociety textarea, #LogIn button, #LogIn input, #LogIn select, #LogIn textarea{
    padding-left:4px;
}

.cls-btn-container{
    max-width:730px;
    position:relative;
    margin:0 auto;
}

@media (max-width:1024px){
    #div_addSociety .container{        
        min-height: 40%;
        max-height: 70%;        
        overflow:scroll;
    }

    
}

@media (max-height:1024px){
     #signup .container, #div_addSociety .container{        
        max-height: 75%;       
        overflow-y:auto;
    }
    
}

@media (max-height:768px){
     #signup .container, #div_addSociety .container{        
        max-height: 100%;       
        overflow-y:auto;
    }
    
}

@media (max-height:360px){
    #div_addSociety .container{        
        max-height: 95%;       
        overflow-y:auto;
    }
}


@media (max-width:767px) {

    #SocialNetworkingGroup2{
        min-height:auto;
        padding-left:0px;
        margin-left:0px;
        border-left:0px solid rgba(0, 0, 0, 0.2);
    }

    .cls-btn-container{
        width:90%;
        margin:0 auto;
    }

    .closeButton {        
        right: -10px;
        top: -10px;
    }

    #signup .container, #LogIn .container, #div_addSociety .container{
        margin-top:0px;
        margin-bottom:0px;
        width:90%;
    }
    #div_addSociety .container{       
        
        width:90%;
        overflow:scroll;
    }

    #LogIn .container, #signup .container, #div_addSociety .container {        
        height: 100%;
        overflow-y:auto;        
    }

    #LogIn h1 , #signup h1, #div_addSociety h1{
        font-size:1.3em;
    }


    #LogIn .divider, #ForgotPassword .divider,  #LoginBox .divider{ 
        width:100%;   
        min-height:1px;    
        border-top:1px solid rgba(0, 0, 0, 0.2);
        border-left:0px solid rgba(0, 0, 0, 0.2); 
        padding-top:30px;
        padding-bottom:20px;       
        margin-top:30px;        
    }

    #LogIn .divider div, #ForgotPassword .divider div,  #LoginBox .divider div{        
        top:-17px;
        left:45%;        
    }

    #socialLoginList{
        max-width:400px;
        margin-bottom:30px;
    }


}