﻿@charset "utf-8";
/* CSS Document */

body {
    margin: 0;
    padding: 0;
}

section.error-part {
    width: 100%;
    display: block;
    /* float: left; */
    text-align: center;
    display: flex;
    align-items: center;
    height: 100vh;
    justify-content: center;
}

.top-img {
    margin-bottom: 0px;
}
.errorImg {
    width:100%;
    max-width:500px;
}
.error-text {
    width: 100%;
    display: block;
    /*background-color: #ddd;*/
    background: rgb(245, 245, 245) none repeat scroll 0% 0%;
    padding: 30px;
}
.errorTxt {
    text-align:right;
        text-align: center;
    display: inline-block;
    font-size: 2rem;
    margin: 15px 0px;
    color:#f00;
}
.left-part label {
    font-size: 20px;
    font-weight: 100;
}

.right-part label {
    font-size: 20px;
    font-weight: 100;
}

.right-part {
    text-align: left;
}

.left-part span {
    float: right;
    width: 40%;
    font-size: inherit;
    font-size: x-large;
}

.left-part {
    width: 100%;
    text-align: left;
}



.bottun-part {
    margin-top: 50px;
}

.my-btn {
    margin-right: 20px;
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

button.btn-left.btn-primary {
    padding-left: 23px;
    padding-right: 23px;
    border-radius: 5px;
    box-shadow: none !important;
    border: none;
    padding-top: 7px;
    padding-bottom: 7px;
}



/*********responsive-part*********/

@media screen and (max-width: 767px) {
    .col-sm-6 {
        position: relative;
        width: auto;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.left-part span {
    float: none;
    width: auto;
}













































/*********responsive-part*********/

@media screen and (max-width: 767px) {
}


@media screen and (max-width: 991px) {
}
