/*-----------------------------------------------------------------------------------

	Theme Name: Unsuscribe
	Theme URI: http://localhost
	Description: Landing for Unsuscribing
	Author: Grupo Autofin
	Author URI: http://www.grupoautofin.com
	Version: 1.0.0

-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------
	General CSS
-----------------------------------------------------------------------------------*/

body {
	display: flex;
    min-height: 100vh;
    flex-direction: column;
}

#wrapper{
	position: relative;
    float: none;
    width: 100%;
    margin: 0 auto;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    overflow-x: hidden;
    flex: 1 0 auto;
    display: flex;
	align-items: center;
	justify-content: center;
}

#content{
	position:relative;
	overflow:hidden;
	background-color:#FFFFFF;
}

#content .container { position: relative; }

.content-wrap{
	position:relative;
	padding:80px 0;
}

.jumbotron {
	min-width: 720px;
}

::selection {
    background-color: #000;
    color: #FFFFFF;
    text-shadow: none;
}

::-moz-selection {
    background-color: #000; /* Firefox */
    color: #FFFFFF;
    text-shadow: none;
}

::-webkit-selection {
    background-color: #000; /* Safari */
    color: #FFFFFF;
    text-shadow: none;
}

:active,
:focus { outline: none !important; }