#root-wrapper {
    background-color: #3573A8;
    background-image: url("../_images/back1.jpg");
    height: 100vh;
    background-position-x: center;
    background-position-y: top;
    background-size: cover;
    min-height: 750px;


}

.logo {
    text-align: center;
    padding-top: 15px;
}

.above-form {
    color: white;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    margin-top: 60px;

}

.form-wrapper {

    padding: 30px 20px;
    border-radius: 15px;
    background-color: white;
    width: 700px;
    margin: 0px auto;
    margin-top: 40px;
    /*opacity: 0.5;*/
    background: rgba(255, 255, 255, 0.4);
}

.pure-form {
    padding: 0px 100px;
}

.center {
    text-align: center;
}

.pure-form-aligned .pure-control-group label {
    width: 165px !important;
}

.pure-form-aligned .pure-controls {
    margin: 11px 0 0 185px !important;
}

.formlabel {
    color: #808080;
    font-weight: bold;

}

.forminput {
    border-radius: 7px !important;
    border-color: #808080 !important;
}

.formsubmit {
    background-color: #3791C1 !important;
    border-radius: 7px !important;
}

.query-info {
    text-align: center;
}

.cadetfound {
    width: fit-content;
    padding-left: 61px;
    padding-top: 4px;
    background-image: url(../_images/mark.png);
    background-repeat: no-repeat;
    min-height: 37px;
    font-size: 26px;
    font-weight: bold;
    font-family: "Arial Black";
    color: #247cab;
    margin: 0px auto;
    margin-bottom: 20px;
    margin-top: 20px;

}

.cadetnotfound {
    width: fit-content;
    background-repeat: no-repeat;
    min-height: 37px;
    font-size: 26px;
    font-weight: bold;
    font-family: "Arial Black";
    color: #de2a2a;
    margin: 0px auto;
    margin-bottom: 20px;
    margin-top: 20px;

}

.vessel {
    font-size: 24px;
    margin-bottom: 15px;
    color: #5B5B5B;
}

.error {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    color: #b30000;
}

.veselname {
    font-family: "Arial Black";
}

.link {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
}

.link a {
    color: #666666;
}

.link img {
    margin-top: 0px;
    margin-left: 7px;
    position: absolute;
}

/****************************************************/
/*      Меняем форму для моб устройств      */


@media (max-width: 770px) {
    .pure-form {
        padding: 0px 10px !important;
    }

    .form-wrapper {
        width: 90% !important;
        padding: 30px 0px;
        /*margin: 0px 15px 0px 15px;*/
    }

    .query-info hr {
        width: 90%;
    }

    .above-form {
        font-size: 17px;
        line-height: 150%;
        margin-top: 12px;
    }
    .form-wrapper {

        margin-top: 18px;

    }

}
@media (max-width: 420px) {
    .forminput {
        width: 100%;
    }

    .above-form {
        font-size: 15px;
        line-height: 150%;
        margin-top: 12px;
    }

    .pure-form-aligned .pure-controls {
        float: right;
        margin-top: 0px!important;
    }

}