﻿.black {
    color: #000;
}

.p-15 {
    padding: 15px;
}

.cursor{
    cursor:pointer;
}

.widthlogo {
    width: 90%;
    max-width: 350px;
}

.blue-color{
    color: #007bff !important;
}
.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    border: #d3d3d3 solid 5px;
    border-radius: 10px;
}

    .responsive-video iframe, .responsive-video object {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    @media (max-width:1199px){
        .login-page, .register-page {
            height: auto !important;
        }
        .login-box, .register-box{
            width:100% !important;
            margin-top:20px !important;
        }
        .w-graph {
            margin-top: 0 !important;
        }
    }
.w-graph{
    margin-top: -73px;
}