@font-face {
	/*font-family: 'Frutiger LT for BNS';*/
    font-family: 'Scotia_W_Headline.woff';
	src: url('FrutigerLTforBNS-Medium.eot');
	src: url('FrutigerLTforBNS-Medium.eot?#iefix') format('embedded-opentype'),
		url('FrutigerLTforBNS-Medium.woff2') format('woff2'),
		url('FrutigerLTforBNS-Medium.woff') format('woff'),
		url('FrutigerLTforBNS-Medium.ttf') format('truetype'),
        url('Scotia_W_Lt.woff') format('woff'),
        url('Scotia_W_Headline.woff') format('woff'), 
		url('FrutigerLTforBNS-Medium.svg#FrutigerLTforBNS-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}

body{
	/*font-family: 'Frutiger LT for BNS';*/
    font-family: 'Scotia_W_Headline.woff' !important;
    
}

.pure-button-primary, .pure-button-selected, a.pure-button-primary, a.pure-button-selected {
    background-color: #D81E05!important;
    color: #fff!important;
}

#mensaje {
    color: #D81E05;
    display: block;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    border: 1px;
    border-color: #D81E05;
    border-style: dotted;
    width: 50%;
    
}
.descripcion{
    margin-left: 5px;
}

.descripcion p{
    margin-bottom: 3px;
}

.descripcion a{
        color: red;
    font-size: 11px;
}

.pure-form{
    margin-top: 20px;
}

.legal p{
        font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    color: gray;
    margin-top: 15px;
}

form{
    margin: auto;
    text-align: left;
    background: #fbfbfb;
    padding: 30px;
}

.logo-container{
    text-align: center;
}

.subtitulo{
    color: #636363;
    font-size: 23px;
    text-align: left;
}

.magic-border{
/*    background: url("../scotiabank_pattern.png");*/
    padding: 15px;
}

.logo{
    width: 250px;
    text-align: center;
    margin: 40px 20px 10px auto;
}
fieldset{
    border: none;
}

body{
    background: #ffffff;
}

label{
    color: #5b5b5b;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: left;
}

a{
    color:#D81E05;
}