@charset "UTF-8";
/* CSS Document */

body {
    padding: 0;
    margin: 0px;
    background-image: url("images/iw-sorry-server-bg-1_GettyImages-1329709389_1315x722.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

h1 {
    color: #0077BE; 
    font-family: 'Arial', Verdana, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}

p {
    color: #000000;
    font-family: 'Arial', Verdana, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 24px 0 0;
}

.container {
    width: 100%;
    margin: 0 auto;
}

.content {
    width: 100%;
    max-width: 960px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.top-bar {
    background-color: #16294B;
    display: block;
    height: 46px;
    position: relative;
}

.header {
    margin: 0 auto;
    padding: 50px 0;
    width: 100%;
    max-width: 960px;
    text-align: center;
}

.logo {
    border: none;
    width: 213px;
    height: auto;
}

.modal {
    background-color: #FFFFFF;
    border: 1px solid #0077BE;
    border-radius: 10px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
    display: block;
    margin: 0 auto;
    padding: 40px ;
    position: relative;
    text-align: center;
    width: 360px;			
}

