﻿
.container {
    height: 100%;
    align-content: center;
}

.custommain {
    background-color: #FFFFFF00;
    border-radius: 0px;
}

.card {
    /*height: 370px;*/
    /*margin-top: auto;*/
    margin-top: 30px;
    margin-bottom: auto;
    width: 400px;
    background-color: rgba(0,0,0,0.7) !important;
    border-radius: 10px;
}

.card-header h3, h4 {
    color: white;
}

.card-body {
    border-bottom: 1px solid #FFFFFF55  ;
}

.text-danger {
    color: #ffff33 !important;
}

.input-group-prepend span {
    width: 50px;
    color: #fff;
    background-color: #1968a1;
    border: 0 !important;
}

input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.remember {
    color: white;
}

    .remember input {
        width: 20px;
        height: 20px;
        margin-left: 15px;
        margin-right: 5px;
    }

.login_btn {
    color: #fff;
    background-color: #1968a1;
    width: 100px;
}

    .login_btn:hover {
        color: #fff;
        background-color: #1f6c9f;
    }

.links a {
	margin-left: 4px;
	color: white;
}
