﻿body {
    /*height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgb(211, 211, 211), rgb(12, 97, 33));*/
    background-image: linear-gradient(rgb(0,95,86), rgb(96,149,159),rgb(0,95,86));
    background-color: #259e9d;
}


.box-img {
    background-color: #004752;
    margin: -41px -41px 0px -41px;
    padding: 20px 40px 15px 40px;
}

.input-group-text {
    background-color: #259e9d;
    color: white;
}

.card-container.card {
    max-width: 400px;
    padding: 40px 40px;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
    /*box-shadow: 0 0 30px rgba(70, 119, 177,0.5);*/
    overflow: hidden;
}

.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

/*
 * Card component
 */
.card {
    background-color: #fff;
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.profile-img-card {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}


.btn.btn-signin {
    background-color: #004752;
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.forgot-password {
    background-color: #004752;
}

.alert {
    padding: 5px 10px;
}
