﻿
body {
    background-color: #0d2946;
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 75%, #000 100%), url("../assets/img/bg-masthead.jpg");*/
}

.form-wrapper {
    max-width: 600px;
    margin: auto;
    margin-top: 100px;
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

.divider {
    width: 30px;
    height: 3px;
    background-color: orange;
    margin: 10px auto;
}

.btn-orange {
    background-color: orange;
    color: white;
    font-weight: bold;
}

.btn-orange:hover {
    background-color: darkorange;
}

.captcha-img {
    width: 100%;
    max-width: 200px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}