/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Version:        1.0
*/



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/

.tml-login{
    max-width:500px !important;
    margin: 0 auto !important;
}

ul.tml-social-providers{
    margin: 0 auto !important;
    /* max-width:100%; */
}

input#user_login,input#user_pass{
    width:100%;
}

ul.tml-links{
    display: block;
    padding: 0;
    margin: 1em auto;
    width: 100%;
    
}

li.tml-register-link,
li.tml-lostpassword-link{
    display: inline-block;
    width: 50%;
    text-align: center;
    margin-left:unset;
}
li.tml-register-link a{
    color: #2c82c9;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 400;
}

div.tml-submit-wrap{
    margin: 0 auto;
    text-align: center;
}

input.tml-button{
    padding: 14px 24px;
    line-height: 100%;
    background-color: #333;
    color: white;
    text-transform: uppercase;
}

li.tml-login-link{
    text-transform: uppercase;
    list-style-type: none;
    text-align: center;
    margin: 2em auto;
}

li.tml-login-link a{
    background-color: #2c82c9;
    padding: 5px 8px;
    line-height: 100%;
    color: white;
    border: solid 1px grey;
    font-weight: 400;
}

button#delete-my-account{
    background: none;
    color: red;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight:bold;
}

.sweet-alert input::placeholder{
    font-weight: bold;
    font-size: 14px;
    color:#7d7d7d;
}

a.btninfos strong{
    color:unset;
}