﻿/*html {
    height: 100%
}


body {
    background: #d0ebf5;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QwZWJmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #d0ebf5 0%, #fff 47%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0ebf5), color-stop(47%, #fff));
    background: -webkit-linear-gradient(top, #d0ebf5 0%, #fff 47%);
    background: -o-linear-gradient(top, #d0ebf5 0%, #fff 47%);
    background: -ms-linear-gradient(top, #d0ebf5 0%, #fff 47%);
    background: linear-gradient(to bottom, #d0ebf5 0%, #fff 47%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0ebf5', endColorstr='#ffffff',GradientType=0 );
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    font-family: "proxima-nova", sans-serif !important;
    margin: 0;
    padding: 0;
    color: #555;
    text-align: center;
    font-family: arial, sans-serif;
}

.bg-helper {
    background: url(../images/404-bg.png) top repeat-x;
    width: 100%;
    height: 100%
}

.container {
    width: 600px;
    margin: 0px auto;
}

.container .maily img {
    padding: 40px 0;
}

.container h1 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    line-height: 52px
}

.container p {
    font-size: 18px;
    line-height: 26px;
    color: #495055;
    margin: 15px 0 35px 0;
    padding: 0
}

.container p a {
    color: #222
}

.container p a:hover {
    text-decoration: none
}

.container large {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    opacity: 0.5
}

.btn-group {
    margin: 0 0 40px 0
}

.container .btn-group a {
    transition: 0.2s ease all;
    display: inline-block;
    padding: 10px 40px;
    font-size: 16px;
    border-radius: 3px;
    text-decoration: none;
    margin: 0 5px;
    font-weight: 600
}

.container .btn-group a.btn-primary {
    background: #62be7f;
    border: 2px solid #62be7f;
    color: #fff
}

.container .btn-group a.btn-primary:hover {
    background: #56a263;
    border-color: #56a263;
    cursor: pointer
}

.container .btn-group a.btn-outline {
    border: 2px solid #d7d7d7;
    color: #7e8081
}

.container .btn-group a.btn-outline:hover {
    background: #d7d7d7;
    color: #495055;
    cursor: pointer
}
.txt404 {
    font-size: 42px;
    font-weight: bold!important;
    line-height: 50px!important;
}*/
body{
    font-family: 'Montserrat', sans-serif;
       background-color: #F2F3F5;
    height: 100%;
}
.mainforzero {/* background-color: #F2F3F5; */}

h1.txtx404 {
    margin-top: 80px;
    font-size: 185px;
    letter-spacing: 7px;
    padding-top: 120px;
    font-weight:  bold;
    color:  #00579C;
}

h2.txtarticle {
    font-size: 42px;
    font-weight: bold;
    color: #505153;
}

p.txtplease {
    padding-top: 70px;
    font-weight: bold;
    color: #8a8d8e;
    font-size: 15px;
}
button.btnlogindirect {
    padding: 10px 70px;
    font-size: 18px;
    font-weight: bold;
    background-color: #00579c;
    color: white;
    border: navajowhite;
    margin-top: 30px;
    margin-bottom: 30px;
}
h1.txtsubmission {
    font-weight: 600;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: black;
    padding-top: 20px;
}
.mainsuccess {
    padding-top: 100px;
    margin-top: 100px;
}
.txtthankyou {
    font-size: 22px;
    padding-top: 20px;
    color: black;
}