@import'../../common/css/style.scss';
@import'../../common/css/common.scss';
.container {
    @extend .publicContainer;
    justify-content: center;
}
.logo {
    width: 201px;
    height: 150px;
    margin-top: 119px;
    margin-bottom: 88px;
}
.companyName {
    width: 80px;
    height: 44px;
}
.companyNameTxt {
    color: $mainTextColor;
    text-align: center;
    font-size: $mainTextFontSize;
    height: 44px;
}

.receiveMessage {
    font-size: 34px;
    margin-top: 10px;
    width: 464px;
    text-align: center;
}
.trainBtn {
    width: 260px;
    height: 86px;
    font-size: 34px;
    background-color: $lightButtonBackgroundColor;
}