body {
    height: 95vh;
}

.bg-tosca {
    background-color: #2c522c !important;
}

.btn-tosca {
    background-color: #2c522c !important;
}

.btn-tosca:hover {
    background-color: #2c772c !important;
}

.login-container {
    background: #fff;
    background-size: cover;
    top: 15%;
    height: 70%;
    left: 25%;
    position: absolute;
    border-radius: 10px;
    overflow: hidden;
}

.img-cover {
    overflow: hidden;

}

.h3 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600 !important;
}