
.laptop {
    background: url("./../../asset/img/laptop-login.png") repeat scroll 0 0;
    position: fixed;
    width: 1000px;
    height: 748px;
    right: -100px;
    bottom: -100px;
}

.body {
    padding: 0 !important;
    margin: 0 !important;
    background: url("./../../asset/img/geometric-patt.png") center center;
    position: relative;
}

#workspace {
    margin: 0 auto;
    max-width: 450px;
    position: relative;
    z-index: 1000;
}

.input-group {
    margin-bottom: 15px;
}

.alert {
    padding: 5px 10px;
    margin-bottom: 15px;
}

#wrapper {
    margin-top: 5%;
    position: relative;
}

.panel {
    border: none;
    box-shadow: none;
    padding: 20px;
    box-shadow: 2px 2px 5px #649ddd;
}

#form1 {
    border-bottom: 1px dotted #bfbfbf;
    margin-bottom: 7px;
    padding-bottom: 15px;
}

.title {
    color: #9d9e9f;
    margin: 10px;
    text-align: center;
}

.gpo {
    display: block;
    margin: 0 auto;
}
/* media responsive */
@media ( max-width : 1024px) {
    .title>h1 {
        font-size: 38px !important;
    }
    .title>h3 {
        font-size: 30px !important;
    }
}

@media ( max-width : 768px) {
    .title>h1 {
        font-size: 35px !important;
    }
    .title>h3 {
        font-size: 27px !important;
    }
}

@media ( max-width : 480px) {
    .title>h1 {
        font-size: 32px !important;
    }
    .title>h3 {
        font-size: 25px !important;
    }
}

@media ( max-width : 320px) {
    .title>h1 {
        font-size: 25px !important;
    }
    .title>h3 {
        font-size: 18px !important;
    }
}

@media ( max-width : 240px) {
    .title>h1 {
        font-size: 20px !important;
    }
    .title>h3 {
        font-size: 13px !important;
    }
}
