.card-block {
    padding: 1.25rem;
    outline: -7px solid #ccc;
    padding: 26px;
    border: 2px solid #201F38;
    outline: #ffffff solid 10px;
    /* margin: auto; */
    /* padding: 20px; */
    border-radius: 10px;
}

.form-control {
    font-size: 16px;
    /* border-radius: 16px;*/
    border: 1px solid #ccc;
    /*height: 50px;*/
}

.login-block {
    padding: 30px 0;
    margin: 0 auto;
    background-size: cover;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-position: center;
}

.card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, .08);
    box-shadow: 0 1px 20px 0 rgba(69, 90, 100, .08);
    border: none;
    margin-bottom: 30px;
    box-shadow: 0px 4px 131.5px 0px #00000066;
}

.titlename {
    position: fixed;
    top: 20px;
    left: 33px;
    display: flex;
    align-items: center;
}

.logoemblem {
    /* display: inline-block; */
    margin-right: 15px;
    position: relative;
    padding-right: 10px;
}

.description h4 {
    color: #4d4c60;
    font-weight: 600;
}

.logoemblem::after {
    content: " ";
    display: block;
    position: absolute;
    height: 54px;
    background: #4b4a5e;
    width: 1px;
    left: 100%;
    top: calc(12% - 3px);
}

.portal {
    background: rgb(255 255 255 / 30%);
    border-radius: 10px;
    padding: 7px;
}

body {
    height: 100vh;
    overflow: hidden;
}

.btn-reload {
    height: 50px;
    width: 100%;
}

@media only screen and (max-width:1024px) {
    body {
        height: auto;
        overflow: scroll;
    }
}
