﻿

/*
*

/**/


html, body {
    /*    background-image: url('http://getwallpapers.com/wallpaper/full/a/5/d/544750.jpg');
    background-size: cover;
    background-repeat: no-repeat;*/
    height: 100%;
    background-color: white; /* For browsers that do not support gradients */
    background-image: linear-gradient(0deg, white, #146eb4);
}


.container {
    height: 100%;
    align-content: center;
    border-radius: 0px;
}

.card {
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
    
}

.card-header h6 {
    color: #386bed; /*#f37a3c;*/
}

.card-body p {
    font-size: 14px;
    color: #5c5c5c;
}

label.error.fail-alert {
    border-radius: 2px;
    line-height: 1.3;
    padding: 2px 6px;
    background: #ffe6eb;
    margin: 4px 0;
    color: red;
}

input.valid.success-alert {
    border: 2px solid #4CAF50;
    color: green;
}
