﻿/*/signup/*/

/*.register {
    background: #f7c4e5;
}*/

.card-title {
    padding: 5px 15px;
    /* background: #8E81CE; */
    color: #000000;
    text-align: center;
    width: fit-content;
    margin: auto;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.formbox {
    margin: 20px auto;
    background-color: white;
    border: 7px solid #cbc9c9;
    box-shadow: 1px 2px 5px rgba(5, 5, 5, 3);
    padding: 20px 30px 20px 10px;
    width: 65%;
}

.login-box-body,
.register-box-body {
    /*   background: #fff;*/
    padding: 0px 20px 20px;
    border-top: 0;
    color: #ededed;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

    .box-body:before,
    .box-footer:before,
    .box-header:after,
    .box-body:after,
    .box-footer:after {
        content: " ";
        display: table;
    }

    .box-header:after,
    .box-body:after,
    .box-footer:after {
        clear: both;
    }

.box.box-danger {
    /* border-top-color: #dd4b39; */
    border-top-color: black;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    /* margin-bottom: 20px;*/
    width: 100%;
    /* height: 520px;*/
    height: 100%;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

    .box-header .box-title {
        display: inline-block;
        font-size: 18px;
        margin: 0;
        line-height: 1;
        color: #ffffff;
        font-weight: 800;
    }

.form-group {
    margin-bottom: 8px;
}

.card-title {
    padding: 5px 15px;
    /*  background: #8E81CE;*/
    color: black;
    text-align: center;
    width: fit-content;
    margin: auto;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.card-titleh2 {
    font-size: 1.5rem;
}

.formbox {
    margin: 130px auto 20px;
    background-color: #ffffff4a;
    border: 7px solid #cbc9c9;
    box-shadow: 1px 2px 5px rgba(5, 5, 5, 3);
    padding: 20px 30px 20px 10px;
    width: 65%;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #7d81fc;
        outline: 0;
        box-shadow: 0 0 0 2px rgb(0 41 255 / 46%);
    }

.submit {
    text-align: -webkit-center;
}

.btn-mar {
    padding-bottom: 10px;
}


.bttn1 {
    background: #b6a208;
    color: #fff;
}

.bttn2 .bttn2:hover {
    color: #ffffff!important;
    background-color: #080808!important;
    border-color: #8c8c8c!important;
}
.bttn1 {
    background: #212529 !important;
}
.bttn2 {
    background: #b6a208!important;
    color: white !important;
}
@media screen and (max-width:992px) {
    .formbox {
        width: 100%;
    }
}

@media screen and (max-width:320px) {
    .formbox {
        padding: 20px 0px 20px 0px;
    }
}
