﻿.bt-link {
    color: #6ea8fe !important;
    cursor: pointer;
}

@media (min-width: 767px) {
    .login-box, .register-box {
        width: 700px !important;
    }
}

.bt-import {
    width: 100%;
}

.pointer {
    cursor: pointer !important;
}

.ft-11 {
    font-size: 11px;
}

.ft-13 {
    font-size: 13px;
}

.ms-form-wizard .actions ul {
    margin: 0.5rem 0;
}

.ms-content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #003056 !important;
}

.ms-form-wizard .actions ul li a {
    min-width: 100px !important;
}

@media (max-width: 540px) {
    .ms-form-wizard ul[role="tablist"] li:not(:first-child) a {
        margin-left: 0px !important;
    }
}

@media (max-width: 576px) {
    .login-box, .register-box {
        margin-top: 0.5rem;
        width: 100%;
    }
}

.ms-form-wizard > .content > .title {
    position: absolute;
    left: -1000px;
    display: none;
}
