﻿body {
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

.form-vcode {
    width: 100%;
    height: 38px;
    border: 1px solid #ced4da;
}

.form-vcode__btn {
    display: flex;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid #ced4da;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.form-vcode__btn img {
    opacity: 0.5;
}

.form-vcode__btn:hover img {
    opacity: 1.0;
}
.loading {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.loading .mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #444;
    opacity: 0.5;
}

.loading .animation {
    width: 64px;
    height: 64px;
    margin: auto;
    margin-top: 60px;
    background: url(../images/loading_64.gif);
}