* {
    outline: none !important;
}

.form-control {
    box-shadow: none !important;
}

.rounded-top {
    border-radius: 4px 4px 0 0 !important;
}

.rounded-bottom {
    border-radius: 0 0 4px 4px !important;
}

.rounded-bottom-right {
    border-radius: 0 0 4px 0 !important;
}

.bg-caminhao {
    width: 100%;
    height: 100%;
    background-image: url("../../imagesWallpaper/tmsWallpaper.png");
    background-size: contain;
    background-color: #1e1e1e !important;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    position: relative;
    justify-content: center;
    align-content: center;
    align-items: center;
}


.main_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body{
    overflow-x: hidden;
}

.login-box {
    width: 550px;
    background-color: white;
    border-radius: 10px 10px 0 0;
}

.login-logo {
    background-image: url("../../img/logo_master.png");
    background-position: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: white;
    margin-bottom: 3%;
    height: 110px;
}

.login-logo a {
    color: #fff;
}

.login-card-body {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}