﻿/* Made with love by Mutiullah Samim*/

html,body{
    background-image: url('wallpaper.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    font-family: 'Numans', sans-serif;
}

.container2{
    height: 100%;
    align-content: center;
}

.card2{
    height: 255px;
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
    background-color: rgba(255, 0, 83, 0.9) !important;
}

.menu_flotante{
    background-color: rgba(255, 0, 83, 1) !important;
}

.translucido{
    background-color: rgba(0,0,0,0.4) !important;
}

.card-header2 h3{
    color: white;
}

.input-group-prepend span{
    width: 50px;
    background-color: #dc3545;
    color: white;
    border:0 !important;
}

input:focus{
    outline: 0 0 0 0  !important;
    box-shadow: 0 0 0 0 !important;

}

.recuerdame{
    color: white;
}

.recuerdame input{
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-right: 5px;
}

.inline{
    margin-top: 32px;
    margin-left: 74px;
    margin-bottom: -25px;

}

.inline li{
    display: inline-block;
    list-style:none;
}

.inline2{
    margin-top: 32px;
    margin-left: 120px;
    margin-bottom: -25px;

}

.inline2 li{
    display: inline-block;
    list-style:none;
}

.btn{
	background-color: rgba(255, 0, 0, 1) !important;
	border-color: rgba(255, 0, 73, 0.8) !important;
}

.input-group-text{
	background-color: rgba(255, 0, 83, 1) !important;
	border-color: rgba(255, 0, 73, 0.8) !important;
}

.bg-dark{
	background-color: rgba(255, 0, 83, 1) !important;
	border-color: rgba(255, 0, 73, 0.8) !important;
}

.btn btn-secondary {
	background-color: rgba(255, 0, 83, 1) !important;
	border-color: rgba(255, 0, 73, 0.8) !important;
}