/* Made with love by Mutiullah Samim*/

@import url('https://fonts.googleapis.com/css?family=Numans');

/* html,body{
background-image: url('http://getwallpapers.com/wallpaper/full/a/5/d/544750.jpg');
background-size: cover;
background-repeat: no-repeat;
height: 100%;
font-family: 'Numans', sans-serif;
} */

.container{
height: 100%;
align-content: center;
}

.card {
    height: 370px;
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
    background-color: rgb(255, 255, 255) !important;
    margin-left: auto;
}

.social_icon span{
font-size: 60px;
margin-left: 10px;
color: #FFC312;
}

.social_icon span:hover{
color: white;
cursor: pointer;
}

.card-header h3{
color: rgb(0, 0, 0);
}

.social_icon{
position: absolute;
right: 20px;
top: -45px;
}

.input-group-prepend span {
    width: 42px;
    background-color: #ebedf2;
    color: #000000;
    border: 0 !important;
}

input:focus{
outline: 0 0 0 0  !important;
box-shadow: 0 0 0 0 !important;

}

.remember{
color: rgb(0, 0, 0);
}

.remember input
{
width: 20px;
height: 20px;
margin-left: 15px;
margin-right: 5px;
}

.login_btn:hover{
color: black;
background-color: white;
}

.links{
color: white;
}

.links a{
margin-left: 4px;
}

.login-main-rw {
    background: #ffe3e2;
    position: relative;
    overflow: hidden;
}
.login-main-rw::before {  
    content: '';
    position: absolute;
    height: 500px;
    width: 500px;
    background: #f5474aba;
    border-radius: 50%;
    top: 0;
    right: 0;
    -webkit-transform: translate(15%, -73%) scale(3.6);
    transform: translate(16%, -100%) scale(3.6);
}

.login-img  img {
    width: 100%;  
}

.row.food-r {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100% !important;
}

.login_btn {
    color: white;
    background-color: #f5474a;
    width: 100%;
    margin-top: 30px;
}

.card-header:first-child {
    background: #ffe3e2;
}

.food-r .card-body {
    padding: 50px 30px 30px 30px;
}

.login_btn:hover {
    background: #000000 !important;
    color: #fff !important;
    transition: 1s !important;
}

.checkbox {
    display: inline-flex;
    cursor: pointer;
    position: relative;
    align-items: center;
}

.checkbox > input:checked {
    border: 1px solid #f5474a;
}

.checkbox > input:checked + span::before {
    content: '\2713';
    display: block;
    text-align: center;
    color: #f5474a;
    position: absolute;
    left: 20px;
    top: 0px;
    font-size: 13px;
    font-weight: 900;
}

.checkbox > input {
    height: 21px;
    width: 21px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 4px;  
    border: 1px solid #ccc;
    transition-duration: 0.3s;
    background-color: #ffffff;
    cursor: pointer;
    position: relative;
}

.checkbox  span {
    margin-left: 10px;
    font-size: 14px;
}

.language-converter {
    text-align: right;
}