﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400);

body {
    font-family: 'Open Sans', sans-serif;
    color: #434a54;
}
.error-body{margin:0; font-size:18px; font-weight:bold;}
.error-wrapper{margin:auto; }
.ops{ margin:5px 0 20px; font-size:32px; font-weight: 400; }
.ops small {
    font-size: 16px;
}
.refresh{ font-weight: 300; font-size:22px; }

.btn-primary {
    background: #fff;
	border: 2px solid #db4453;
	color: #434a54;
    font-size: 18px;
    font-style: normal;
    padding: 15px 50px;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus
{
    background: #db4453;
    border-color: #db4453;
	color: #fff;
    transition: all 0.4s ease 0s;
}
.img-responsive {
    display: inline-block;
}