html, body{
    height: 100%;
}
#page {
	-webkit-box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -7px rgba(0,0,0,0.2);
	box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -7px rgba(0,0,0,0.2);
	background-color: #f5f5f5;
}
.container {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
body {
background-color: #f5f5f5;
}

.span_or{text-align: center;margin-top: 15px;}
.d-block {
    display: block!important;
    margin-top: 10%;
}
.col-md-6{
    background-color: rgba(38, 38, 38, 0.48);
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0,.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0,.1);
    padding: 30px;
}
h3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
}
.form-group {
    margin-bottom: 1rem;
}

#edit-name--2,#edit-pass--2,.form-item-captcha-response label{
    margin-bottom: 15px;
}
.form-item-captcha-response .description{
    margin-top: 15px;
}
#edit-captcha-response--2{
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#edit-submit--2{
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: .3rem;
    width: 100%;
    color: #fff;
    background-color: #fa4d01;
    display: block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.16);
    box-shadow: 0 1px 3px rgba(0,0,0,.16);
}
#edit-actions--2{
    margin-top: 15px;
    margin-bottom: 15px;
}
#edit-account--2 #edit-name--2 .description{margin-bottom: 15px}
#edit-account--2 #edit-mail--2,#edit-account--2 .description{
    margin-bottom: 15px;

}
#edit-account--2 #edit-mail--2 .description{margin-bottom: 15px}

input[type="text"], input[type="password"], input[type="email"], textarea, select {

    color: #fa4d01;

}