﻿html {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y:auto;
    min-width: 100%;
    min-height: 100%;
}

body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.container-fluid {
    height: 100%;
    display: table;
    width: 100%;
    padding: 0;
}

.row-fluid {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.centering {
    float: none;
    margin: 0 auto;
}

form.panel {
    border-radius: 5px;
    padding:15px;
}

.powered-by {
	font-size:12px;
	margin-right:5px;
}
.panel {
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

.OrangeBtn {
	display: inline-block;
	height: 32px;
	padding: 0 35px;
	font-size: 15px;
	line-height: 32px;

	border-radius: 5px;
}
.OrangeBtn:hover {
	text-decoration: none;
  	box-shadow:  0px 1px 1px -1px rgba(0, 0, 0, .1);
}

.OrangeBtn:active {
  box-shadow:  none;
	opacity: .8;
}

.cv-tiny-link {
    font-size: 0.85em;
    display: block;
}

.marginTop15 {
    margin-top: 15px;
}

.captcha-container {
    width: 100%;
}


.dv-no-bottom-margin {
    margin-bottom:0;
}

.form-group:first-child {
    margin-top:20px;
}

.dv-donorview img{
    height:auto;
    width:135px;
}

.dv-association-sphere img {
    height:40px;
}

.dv-foundation-view img {
    height:20px;
}
