/*
 * Custom-login css file
 */
@import url(https://fonts.googleapis.com/css?family=Alegreya+SC:900);

.form-control:focus {
    border: 1px solid #e5e6e7 !important;
}

.alert {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.35);
    border: none !important;
    color: #fff;
    padding: 15px;
}
a {
    color: #fff;
}

h1 {
    color: #fff;
    text-align: center;
    font-family: 'Alegreya SC', serif;
    text-shadow: 2px 2px #000000;
}

h1 small {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    font-weight: 200;
}

a:hover {
    color: #fff;
}

.box {
    margin-left: auto;
    margin-right: auto;
    width: 22em;
}

@media (min-height: 300px) {
    .box {
        margin-top: 50px;
    }
}

@media (min-height: 600px) {
    .box {
        margin-top: 200px;
    }
}

@media (min-height: 900px) {
    .box {
        margin-top: 350px;
    }
}

.btn.cancel {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    border: none !important;
    color: #fff;
}

.btn.send {
    text-align: center;
    background-color: rgb(191, 100, 73);
    border: none !important;
    color: #fff;
    float: right;
}

.close {
    display: none;
}
