﻿* {
    margin: 0;
    padding: 0
}

body {
    background-color: #1a1a1a;
}
body {
    background-image: url("/assets/img/features.png");
    /*background-size:1360px, 600px;*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.card1 {
    height: 400px;
    width: 100%;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.5s
}

    .card1:hover {
        transform: scale(1.1)
    }

.card2 {
    height: 450px;
    width: 100%;
    border: none;
    background-color: rgba(0, 0, 0, 0.3);    
    border-radius: 8px;
    transition: all 0.5s;
}
.card2:hover {
        transform: scale(1.1)
    }

.login {
    font-size: 22px;
    font-weight: bolder;
    margin-left: 10px;
    color: #201396;
    /*text-shadow: 2px 2px 2px #FFFFFF, 2px 2px 2px #FFFFFF, 1px 1px 1px #1a1a1a;*/
    text-shadow: 0px 0px 5px #ffffff, 2px 2px 4px #ffffff, -1px 2px 4px #ffff;
}

.input-field span {
    font-size: 19px;
    color: #FFFFFF;
    
}

.form-control {
    font-size: 15px;
    color: #015800;    
    font-weight: 500;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #9b9b9b;
    box-shadow: none
}

.btn {
    height: 35px;
    width: 100%;
    background-color: #015800;
    font-weight: 500;
    color: #ffffff;
    border: none;
    font-size: 15px
}
    .btn:hover {
        color: #000000;
        background-color: #FBFDD5;
        border: 2px solid #201397;
    }

.text1 .forget {
    color: #767676;
    font-weight: 500
}

.text2 span {
    font-weight: 500;
    color: #7a7778
}

.text2 .register {
    color: #4f4942;
    font-weight: bold
}

/*body {
    background-image: url("~/assets/img/features.png");
    background-repeat: no-repeat, repeat;
    background-position: center;*/ /* Center the image */
    /*background-size: cover;*/ /* Resize the background image to cover the entire container */
    /*padding-top: 50px;
}

.login-form {
    background: #1a11117a;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 100px;
    border-radius: 50px;
    color: white;
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

.login-heading {
    text-align: center;
    margin-top: 20px;
}

.container {
    background: #09090a4f;
    border-radius: 50px;
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.38);
}

.btn-primary {
    width: 100%;
}*/
